VirtualBox

Changeset 44575 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Feb 6, 2013 6:21:17 PM (12 years ago)
Author:
vboxsync
Message:

Making VBOX_WITH_OVMF default, removing the old #else cases.

Location:
trunk/src/VBox/Devices/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r44528 r44575  
    3737const void *g_apvVBoxDDDependencies[] =
    3838{
    39 #if defined(VBOX_WITH_EFI) && !defined(VBOX_WITH_OVMF)
    40     &g_abEfiThunkBinary[0],
    41 #endif
    4239    NULL,
    4340};
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r44514 r44575  
    2727/** The size of the default BIOS logo data. */
    2828extern const unsigned       g_cbVgaDefBiosLogo;
    29 #ifdef VBOX_WITH_EFI
    30 /** The EFI thunk binary. */
    31 extern const unsigned char  g_abEfiThunkBinary[];
    32 /** The size of the EFI thunk binary. */
    33 extern const unsigned       g_cbEfiThunkBinary;
    34 #endif
    3529
    3630
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