VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (22 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Library/StandaloneMmDriverEntryPoint.h

    r89983 r99404  
    1717/// correctly.
    1818///
    19 extern CONST UINT32                   _gMmRevision;
     19extern CONST UINT32  _gMmRevision;
    2020
    2121///
    2222/// Declare the number of unload handler in the image.
    2323///
    24 extern CONST UINT8                    _gDriverUnloadImageCount;
     24extern CONST UINT8  _gDriverUnloadImageCount;
    2525
    2626/**
     
    4949EFIAPI
    5050_ModuleEntryPoint (
    51   IN EFI_HANDLE             ImageHandle,
    52   IN EFI_MM_SYSTEM_TABLE    *MmSystemTable
     51  IN EFI_HANDLE           ImageHandle,
     52  IN EFI_MM_SYSTEM_TABLE  *MmSystemTable
    5353  );
    54 
    5554
    5655/**
     
    7574EFIAPI
    7675ProcessLibraryConstructorList (
    77   IN EFI_HANDLE             ImageHandle,
    78   IN EFI_MM_SYSTEM_TABLE    *MmSystemTable
     76  IN EFI_HANDLE           ImageHandle,
     77  IN EFI_MM_SYSTEM_TABLE  *MmSystemTable
    7978  );
    80 
    8179
    8280/**
     
    10199EFIAPI
    102100ProcessLibraryDestructorList (
    103   IN EFI_HANDLE             ImageHandle,
    104   IN EFI_MM_SYSTEM_TABLE    *MmSystemTable
     101  IN EFI_HANDLE           ImageHandle,
     102  IN EFI_MM_SYSTEM_TABLE  *MmSystemTable
    105103  );
    106 
    107104
    108105/**
     
    124121EFIAPI
    125122ProcessModuleEntryPointList (
    126   IN EFI_HANDLE             ImageHandle,
    127   IN EFI_MM_SYSTEM_TABLE    *MmSystemTable
     123  IN EFI_HANDLE           ImageHandle,
     124  IN EFI_MM_SYSTEM_TABLE  *MmSystemTable
    128125  );
    129126
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