]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: PEIM startup is not an error
authorLaszlo Ersek <lersek@redhat.com>
Mon, 2 Mar 2015 16:19:32 +0000 (16:19 +0000)
committerlersek <lersek@Edk2>
Mon, 2 Mar 2015 16:19:32 +0000 (16:19 +0000)
commit3d5cf3726ec16fe87662a6a4472c1848bb5ac34a
tree8d5f4233c55c5c6a98e1407abcf3325c55209424
parent1fce963d89f3e905fe4fcc3394b49dc3150c19cb
ArmPlatformPkg: PEIM startup is not an error

"MemoryInitPeim.c" and "PlatformPeim.c" log startup messages on the
EFI_D_ERROR level. This clutters a strictly EFI_D_ERROR level log
needlessly; change the log bitmask of these messages to EFI_D_LOAD |
EFI_D_INFO.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16984 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
ArmPlatformPkg/PlatformPei/PlatformPeim.c