On Wed, May 27, 2020 at 7:42 PM Simon Glass <s...@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 <s...@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...@gmail.com>