commit | 4711c1f548d1f6dfa63f70dd5356bd40fa37b996 | [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 | 501ba58ae614b2c65e302bfd6ea68f1e2c52ced0 [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>