public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] MdeModulePkg, UefiCpuPkg, OvmfPkg: lower some DEBUGs from ERROR level
@ 2017-09-04 20:13 Laszlo Ersek
  2017-09-04 20:13 ` [PATCH 1/5] MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN level Laszlo Ersek
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Laszlo Ersek @ 2017-09-04 20:13 UTC (permalink / raw)
  To: edk2-devel-01; +Cc: Eric Dong, Jordan Justen, Star Zeng

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 <eric.dong@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Star Zeng <star.zeng@intel.com>

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-11 20:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-04 20:13 [PATCH 0/5] MdeModulePkg, UefiCpuPkg, OvmfPkg: lower some DEBUGs from ERROR level Laszlo Ersek
2017-09-04 20:13 ` [PATCH 1/5] MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN level Laszlo Ersek
2017-09-05  2:00   ` Zeng, Star
2017-09-04 20:14 ` [PATCH 2/5] UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO level Laszlo Ersek
2017-09-05  0:16   ` Dong, Eric
2017-09-04 20:14 ` [PATCH 3/5] OvmfPkg/PlatformPei: " Laszlo Ersek
2017-09-04 20:14 ` [PATCH 4/5] OvmfPkg/PlatformBootManagerLib: log informative message at DEBUG_INFO lvl Laszlo Ersek
2017-09-04 20:14 ` [PATCH 5/5] OvmfPkg/SataControllerDxe: log informative message at DEBUG_INFO level Laszlo Ersek
2017-09-11 20:42 ` [PATCH 0/5] MdeModulePkg, UefiCpuPkg, OvmfPkg: lower some DEBUGs from ERROR level Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox