commit | cc5e02fcbf41279fca8f701e78424db339420116 | [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 | 4558d3294da3f85a5c0b277259bdba6906fa0b47 [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>