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/OvmfPkg/PlatformPei/FeatureControl.c

    r80721 r85718  
    6464  EFI_STATUS              Status;
    6565
    66   DEBUG ((EFI_D_VERBOSE, "%a: %a\n", gEfiCallerBaseName, __FUNCTION__));
     66  DEBUG ((DEBUG_VERBOSE, "%a: %a\n", gEfiCallerBaseName, __FUNCTION__));
    6767
    6868  //
     
    7979                         );
    8080  if (EFI_ERROR (Status) && Status != EFI_NOT_STARTED) {
    81     DEBUG ((EFI_D_ERROR, "%a: StartupAllAps(): %r\n", __FUNCTION__, Status));
     81    DEBUG ((DEBUG_ERROR, "%a: StartupAllAps(): %r\n", __FUNCTION__, Status));
    8282    return Status;
    8383  }
     
    123123  Status = PeiServicesNotifyPpi (&mMpServicesNotify);
    124124  if (EFI_ERROR (Status)) {
    125     DEBUG ((EFI_D_ERROR, "%a: failed to set up MP Services callback: %r\n",
     125    DEBUG ((DEBUG_ERROR, "%a: failed to set up MP Services callback: %r\n",
    126126      __FUNCTION__, Status));
    127127  }
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