Re: [PATCH 03/12] x86: apl: Enhance debugging in the SPL loader

2021-01-20 Thread Bin Meng
On Sun, Jan 17, 2021 at 5:54 AM Simon Glass wrote: > > Move to log_debug() and make use of the new SPL function to find the > text base. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/apollolake/spl.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > Reviewed-by: Bin

[PATCH 03/12] x86: apl: Enhance debugging in the SPL loader

2021-01-16 Thread Simon Glass
Move to log_debug() and make use of the new SPL function to find the text base. Signed-off-by: Simon Glass --- arch/x86/cpu/apollolake/spl.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/arch/x86/cpu/apollolake/spl.c b/arch/x86/cpu/apollolake/spl.c index 8991d