VirtualBox

Changeset 16559 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 6, 2009 5:02:23 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42505
Message:

initial EFI code

Location:
trunk/src/VBox/Devices
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r16170 r16559  
    9494        return rc;
    9595#endif
     96#ifdef VBOX_WITH_EFI
     97    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEFI);
     98    if (RT_FAILURE(rc))
     99        return rc;
     100#endif
    96101    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceMC146818);
    97102    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/Builtins.h

    r16170 r16559  
    7979extern const PDMDEVREG g_DeviceLPC;
    8080#endif
     81#ifdef VBOX_WITH_EFI
     82extern const PDMDEVREG g_DeviceEFI;
     83#endif
    8184
    8285extern const PDMDRVREG g_DrvMouseQueue;
  • trunk/src/VBox/Devices/Makefile.kmk

    r16344 r16559  
    3636ifndef VBOX_OSE
    3737 include $(PATH_SUB_CURRENT)/Storage/VBoxHDDFormats/Makefile.kmk
     38endif
     39ifdef VBOX_WITH_EFI
     40 include $(PATH_SUB_CURRENT)/EFI/Makefile.kmk
    3841endif
    3942ifdef VBOX_WITH_INTEL_PXE
     
    164167ifdef VBOX_WITH_LPC
    165168 VBoxDD_DEFS           += VBOX_WITH_LPC
     169endif
     170ifdef VBOX_WITH_EFI
     171 VBoxDD_DEFS           += VBOX_WITH_EFI
    166172endif
    167173ifdef VBOX_WITH_FAULT_INJECTION
     
    352358endif
    353359
     360ifdef VBOX_WITH_EFI
     361DevicesR3_DEFS          += VBOX_WITH_EFI
     362DevicesR3_SOURCES       += EFI/DevEFI.cpp
     363endif
     364
    354365ifdef VBOX_WITH_USB
    355366DevicesR3_DEFS         += VBOX_WITH_USB IN_USB_R3
Note: See TracChangeset for help on using the changeset viewer.

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