commit | 549995dc7548dfc68002b15761c3dd6e71e7e9ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:38 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:24 2020 +0800 |
tree | 1566fb9054b1b66adbd21605620d0d15397f5ff6 | |
parent | ec7c2b6157a014c553074aaa37dfde33ba877adc [diff] |
x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() At present this function only supports FSP-M but it is also used to read FSP-S, in which case FSP-M may be zero. Add support for showing whichever address is present in the FSP binary. Also change the debug() statements to log_debug() while here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>