VirtualBox

Changeset 19349 in vbox


Ignore:
Timestamp:
May 5, 2009 2:02:51 AM (16 years ago)
Author:
vboxsync
Message:

DevEFI,VBoxPkg: Moving the image to 0xffd40000 and mapping it as shadowed ROM (for now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r19317 r19349  
    363363  DevicesR3_DEFS        += VBOX_WITH_ALT_EFITHUNK
    364364 endif
    365 ifdef VBOX_WITH_ALT_EFITHUNK # (EFI/Firmware2)
    366 EFI_FV_BLK_SIZE         =   0x10000
    367 EFI_FV_BLK_NUM          =   0x2a
    368 EFI_FV_LOAD_ADDRESS     =  0x1000000
    369 else
    370 EFI_FV_BLK_SIZE                 = 0x10000
    371 EFI_FV_BLK_NUM                  = 15
    372 EFI_FV_LOAD_ADDRESS             = 0x100000
    373 endif
    374365DevicesR3_SOURCES       += EFI/DevEFI.cpp
    375 EFI/DevEFI.cpp_DEFS += EFI_FV_BLK_SIZE=$(EFI_FV_BLK_SIZE)
    376 EFI/DevEFI.cpp_DEFS += EFI_FV_BLK_NUM=$(EFI_FV_BLK_NUM)
    377 EFI/DevEFI.cpp_DEFS += EFI_FV_LOAD_ADDRESS=$(EFI_FV_LOAD_ADDRESS)
    378 
    379366EFI/DevEFI.cpp_INCS       += EFI/tools/include
    380367EFI/DevEFI.cpp_INCS.x86   += EFI/tools/include/Ia32
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