commit | ec7c2b6157a014c553074aaa37dfde33ba877adc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:37 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:24 2020 +0800 |
tree | 3be6f9de6e336eeffe995f307c2ca928a5189efc | |
parent | c6f96a4bd012c2a614bbbf41ead951cb4acb78c9 [diff] |
x86: fsp: Add more debugging for silicon init 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>