commit | 6831e1defa16c64ea1654e6c95feb1fb8b737367 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 27 05:42:14 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 02 09:16:13 2020 +0800 |
tree | 209dbc935f4566dc15ba969b03b300b360347aae | |
parent | b4fa8c03d198226decd175b278322db07da60070 [diff] |
x86: apl: Add hex offsets for registers in FSP-S 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>