commit | 6e5ac59ec3788d8abd297084040445113c7af8ce | [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 | 537558b22644851eeae2d2fd2816cddbec2218ba [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>