VirtualBox

Changeset 81344 in vbox


Ignore:
Timestamp:
Oct 18, 2019 9:02:18 AM (5 years ago)
Author:
vboxsync
Message:

EFI/Firmware: switch to "usual" variable handling, using NVRAM

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c

    r81003 r81344  
    9393AUTH_VAR_LIB_CONTEXT_OUT mAuthContextOut;
    9494
    95 
    96 #ifdef VBOX
     95#ifdef VBOX_WITH_OLD_EFIVAR
    9796# include <Library/PrintLib.h>
    9897# include <Library/TimerLib.h>
     
    29012900  )
    29022901{
    2903 #ifndef VBOX
     2902#ifndef VBOX_WITH_OLD_EFIVAR
    29042903  EFI_STATUS              Status;
    29052904  VARIABLE_POINTER_TRACK  Variable;
     
    32023201  )
    32033202{
    3204 #ifndef VBOX
     3203#ifndef VBOX_WITH_OLD_EFIVAR
    32053204  EFI_STATUS              Status;
    32063205  UINTN                   MaxLen;
     
    33463345  )
    33473346{
    3348 #ifndef VBOX
     3347#ifndef VBOX_WITH_OLD_EFIVAR
    33493348  VARIABLE_POINTER_TRACK              Variable;
    33503349  EFI_STATUS                          Status;
     
    38263825  )
    38273826{
    3828 #ifndef VBOX
     3827#ifndef VBOX_WITH_OLD_EFIVAR
    38293828  EFI_STATUS             Status;
    38303829
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.c

    r80934 r81344  
    119119
    120120    rc = ConvertSystemTable(Guid, &Ptr);
    121     ASSERT_EFI_ERROR (rc);
     121    //ASSERT_EFI_ERROR (rc);
    122122
    123123    rc = gBS->InstallConfigurationTable(Guid, Ptr);
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