Repo:   https://github.com/lersek/edk2.git
Branch: degrade_non_errors

Building OVMF with

  --pcd=gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel=0x80000000

(i.e., DEBUG_ERROR only) exposes a smattering of DEBUG messages that are
logged with masks that contain DEBUG_ERROR, even though they don't
actually report errors. Downgrade them appropriately -- most of them to
DEBUG_INFO, one to DEBUG_WARN.

Cc: Eric Dong <[email protected]>
Cc: Jordan Justen <[email protected]>
Cc: Star Zeng <[email protected]>

Thanks,
Laszlo

Laszlo Ersek (5):
  MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN level
  UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO level
  OvmfPkg/PlatformPei: log informative message at DEBUG_INFO level
  OvmfPkg/PlatformBootManagerLib: log informative message at DEBUG_INFO
    lvl
  OvmfPkg/SataControllerDxe: log informative message at DEBUG_INFO level

 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c           |  6 +++++-
 OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c |  2 +-
 OvmfPkg/PlatformPei/Platform.c                       |  2 +-
 OvmfPkg/SataControllerDxe/SataController.c           | 13 ++++++++++++-
 UefiCpuPkg/CpuDxe/CpuMp.c                            |  2 +-
 5 files changed, 20 insertions(+), 5 deletions(-)

-- 
2.14.1.3.gb7cf6e02401b

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to