]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/CpuDxe: change level of DEBUG message
authorJian J Wang <jian.j.wang@intel.com>
Mon, 20 Aug 2018 09:04:11 +0000 (17:04 +0800)
committerJian J Wang <jian.j.wang@intel.com>
Wed, 29 Aug 2018 23:43:56 +0000 (07:43 +0800)
commit7c7c8190d30b8ea547921143a8b8b0e44b585d89
treefa560b1e6afde5400700decca86f5651a81b24ea
parent09afd9a42a7ff719bcb5b464a2b2dea7eb3e5e7b
UefiCpuPkg/CpuDxe: change level of DEBUG message

BZ#1127: https://bugzilla.tianocore.org/show_bug.cgi?id=1127

It's reported the debug message in CpuDxe driver is quite annoying in
boot and shell, and slow down the boot process. To solve this issue,
this patch changes the DEBUG_INFO to DEBUG_VERBOSE. On a typical Intel
real platform, at least 16s boot time can be saved.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
UefiCpuPkg/CpuDxe/CpuDxe.c
UefiCpuPkg/CpuDxe/CpuPageTable.c