On 27 February 2015 at 19:55, Laszlo Ersek <ler...@redhat.com> wrote:
> "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 <ler...@redhat.com>

Reviewed-by: Ard Biesheuvel <ard.biesheu...@linaro.org>

> ---
>  ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c | 2 +-
>  ArmPlatformPkg/PlatformPei/PlatformPeim.c     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c 
> b/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
> index bc1ab2f..93ab16c 100755
> --- a/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
> +++ b/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
> @@ -101,7 +101,7 @@ InitializeMemory (
>    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)
> diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeim.c 
> b/ArmPlatformPkg/PlatformPei/PlatformPeim.c
> index ca33ae5..ca47753 100755
> --- a/ArmPlatformPkg/PlatformPei/PlatformPeim.c
> +++ b/ArmPlatformPkg/PlatformPei/PlatformPeim.c
> @@ -108,7 +108,7 @@ InitializePlatformPeim (
>    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 ();
>
> --
> 1.8.3.1
>
>

------------------------------------------------------------------------------
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-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to