
28 May
2020
28 May
'20
9:54 a.m.
On Wed, May 27, 2020 at 7:42 PM Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Correct the comment format
- Use 0x in register-offset comments
.../asm/arch-apollolake/fsp/fsp_s_upd.h | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com