commit | 641efde7ac2631a41b1ca14db3845ca7d4723523 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 27 05:42:12 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 02 09:16:13 2020 +0800 |
tree | 79ed122444f97e56a031fb800714fff9251c1d7b | |
parent | 200c726ff150b726b0d01fada68775920c518710 [diff] |
x86: apl: Add hex offsets for registers in FSP-M When comparing hex dumps it is useful to see the offsets of the registers. Add them in where they correspond to a multiple of 16. Possibly it would be useful to have a a command to output the FSP values in human-readable form, making use of the fsp_bindings implementation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>