VirtualBox

Ignore:
Timestamp:
Nov 18, 2015 8:42:59 PM (9 years ago)
Author:
vboxsync
Message:

EFI/OvmfPkg*.fdf: Change the base address of MEMFD so it doesn't interfere with certain OS X bootloaders (Restored it to the value from the old firmware sources)

Location:
trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkgIa32.fdf

    r58459 r58752  
    7979
    8080[FD.MEMFD]
    81 BaseAddress   = 0x800000
     81!ifndef $(VBOX)
     82  BaseAddress   = 0x800000
     83!else
     84  # Need to relocate this or it interferes with certain OS X bootloaders breaking OS X guests
     85  BaseAddress   = 0x2000000
     86!endif
    8287Size          = 0x900000
    8388ErasePolarity = 1
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkgX64.fdf

    r58459 r58752  
    7979
    8080[FD.MEMFD]
    81 BaseAddress   = 0x800000
     81!ifndef $(VBOX)
     82  BaseAddress   = 0x800000
     83!else
     84  # Need to relocate this or it interferes with certain OS X bootloaders breaking OS X guests
     85  BaseAddress   = 0x2000000
     86!endif
    8287Size          = 0x900000
    8388ErasePolarity = 1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette