Re: [PATCH 28/32] x86: Silence some logging statements

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > Quite a few log_info() calls are included in the x86 code which should use > log_debug() instead. Convert them to reduce unwanted output. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/apollolake/fsp_s.c| 8 > ar

[PATCH 28/32] x86: Silence some logging statements

2020-09-27 Thread Simon Glass
Quite a few log_info() calls are included in the x86 code which should use log_debug() instead. Convert them to reduce unwanted output. Signed-off-by: Simon Glass --- arch/x86/cpu/apollolake/fsp_s.c| 8 arch/x86/cpu/intel_common/intel_opregion.c | 2 +- arch/x86/cpu/intel_c