VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139865
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c

    r80721 r85718  
    9494  // Register SetVirtualAddressMap () notify function
    9595  //
    96   Status = gBS->CreateEventEx (
    97                   EVT_NOTIFY_SIGNAL,
     96  Status = gBS->CreateEvent (
     97                  EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE,
    9898                  TPL_NOTIFY,
    9999                  RuntimeLibVirtualNotifyEvent,
    100100                  NULL,
    101                   &gEfiEventVirtualAddressChangeGuid,
    102101                  &mEfiVirtualNotifyEvent
    103102                  );
     
    105104  ASSERT_EFI_ERROR (Status);
    106105
    107   Status = gBS->CreateEventEx (
    108                   EVT_NOTIFY_SIGNAL,
     106  Status = gBS->CreateEvent (
     107                  EVT_SIGNAL_EXIT_BOOT_SERVICES,
    109108                  TPL_NOTIFY,
    110109                  RuntimeLibExitBootServicesEvent,
    111110                  NULL,
    112                   &gEfiEventExitBootServicesGuid,
    113111                  &mEfiExitBootServicesEvent
    114112                  );
  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf

    r80721 r85718  
    4040  UefiRuntimeServicesTableLib
    4141  DebugLib
    42 
    43 [Guids]
    44   gEfiEventExitBootServicesGuid             ## CONSUMES ## Event
    45   gEfiEventVirtualAddressChangeGuid         ## CONSUMES ## Event
    46 
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