Re: [PATCH v3 52/57] x86: fsp: Add more debugging for silicon init

2020-09-22 Thread Bin Meng
On Mon, Sep 7, 2020 at 5:45 AM Simon Glass wrote: > > If locating the FSP header hangs for whatever reason it is useful to see > where it got stuck. Add a debug print. Also show the address of the FSP-S > entry point as a sanity check. > > Signed-off-by: Simon Glass > --- > > (no changes since

[PATCH v3 52/57] x86: fsp: Add more debugging for silicon init

2020-09-06 Thread Simon Glass
If locating the FSP header hangs for whatever reason it is useful to see where it got stuck. Add a debug print. Also show the address of the FSP-S entry point as a sanity check. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/lib/fsp2/fsp_silicon_init.c | 4 +++- 1 file changed,