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:
2 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c

    r80721 r85718  
    3737#pragma pack()
    3838
    39 EFI_HANDLE   mDpHiiHandle;
     39EFI_HII_HANDLE   mDpHiiHandle;
    4040
    4141typedef struct {
     
    155155  }
    156156  //
    157   // Try to get the Handle form the caached array.
     157  // Try to get the Handle from the cached array.
    158158  //
    159159  for (Index = 0; Index < mCachePairCount; Index++) {
     
    919919
    920920/**
    921   Retrive HII package list from ImageHandle and publish to HII database.
     921  Retrieve HII package list from ImageHandle and publish to HII database.
    922922
    923923  @param ImageHandle            The image handle of the process.
     
    925925  @return HII handle.
    926926**/
    927 EFI_HANDLE
     927EFI_HII_HANDLE
    928928InitializeHiiPackage (
    929929  EFI_HANDLE                  ImageHandle
     
    932932  EFI_STATUS                  Status;
    933933  EFI_HII_PACKAGE_LIST_HEADER *PackageList;
    934   EFI_HANDLE                  HiiHandle;
     934  EFI_HII_HANDLE              HiiHandle;
    935935
    936936  //
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