Revision: 16984
http://sourceforge.net/p/edk2/code/16984
Author: lersek
Date: 2015-03-02 16:19:32 +0000 (Mon, 02 Mar 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
Modified Paths:
--------------
trunk/edk2/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
trunk/edk2/ArmPlatformPkg/PlatformPei/PlatformPeim.c
Modified: trunk/edk2/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
===================================================================
--- trunk/edk2/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c 2015-03-02
16:19:26 UTC (rev 16983)
+++ trunk/edk2/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c 2015-03-02
16:19:32 UTC (rev 16984)
@@ -101,7 +101,7 @@
UINTN FdTop;
UINTN UefiMemoryBase;
- DEBUG ((EFI_D_ERROR, "Memory Init PEIM Loaded\n"));
+ DEBUG ((EFI_D_LOAD | EFI_D_INFO, "Memory Init PEIM Loaded\n"));
//
// Initialize the System Memory (DRAM)
Modified: trunk/edk2/ArmPlatformPkg/PlatformPei/PlatformPeim.c
===================================================================
--- trunk/edk2/ArmPlatformPkg/PlatformPei/PlatformPeim.c 2015-03-02
16:19:26 UTC (rev 16983)
+++ trunk/edk2/ArmPlatformPkg/PlatformPei/PlatformPeim.c 2015-03-02
16:19:32 UTC (rev 16984)
@@ -108,7 +108,7 @@
ARM_GLOBAL_VARIABLE_PPI *ArmGlobalVariablePpi;
EFI_PHYSICAL_ADDRESS GlobalVariableBase;
- DEBUG ((EFI_D_ERROR, "Platform PEIM Loaded\n"));
+ DEBUG ((EFI_D_LOAD | EFI_D_INFO, "Platform PEIM Loaded\n"));
PlatformPeim ();
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits