VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156854
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/OvmfPkg/XenPvBlkDxe/ComponentName.c

    r80721 r99404  
    1515GLOBAL_REMOVE_IF_UNREFERENCED
    1616EFI_COMPONENT_NAME_PROTOCOL  gXenPvBlkDxeComponentName = {
    17   (EFI_COMPONENT_NAME_GET_DRIVER_NAME)    XenPvBlkDxeComponentNameGetDriverName,
     17  (EFI_COMPONENT_NAME_GET_DRIVER_NAME)XenPvBlkDxeComponentNameGetDriverName,
    1818  (EFI_COMPONENT_NAME_GET_CONTROLLER_NAME)XenPvBlkDxeComponentNameGetControllerName,
    1919  "eng"
     
    3434///
    3535GLOBAL_REMOVE_IF_UNREFERENCED
    36 EFI_UNICODE_STRING_TABLE mXenPvBlkDxeDriverNameTable[] = {
     36EFI_UNICODE_STRING_TABLE  mXenPvBlkDxeDriverNameTable[] = {
    3737  { "eng;en", (CHAR16 *)L"Xen PV Block Driver" },
    38   { NULL, NULL }
     38  { NULL,     NULL                            }
    3939};
    4040
     
    4343///
    4444GLOBAL_REMOVE_IF_UNREFERENCED
    45 EFI_UNICODE_STRING_TABLE mXenPvBlkDxeControllerNameTable[] = {
     45EFI_UNICODE_STRING_TABLE  mXenPvBlkDxeControllerNameTable[] = {
    4646  { "eng;en", (CHAR16 *)L"Xen PV Block Device" },
    47   { NULL, NULL }
     47  { NULL,     NULL                            }
    4848};
    4949
     
    5353  @param  This       A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.
    5454  @param  Language   A pointer to a three-character ISO 639-2 language identifier.
    55                      This is the language of the driver name that that the caller
     55                     This is the language of the driver name that the caller
    5656                     is requesting, and it must match one of the languages specified
    5757                     in SupportedLanguages.  The number of languages supported by a
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