On Wed, May 27, 2020 at 7:42 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > Changes in v2: > - Correct the comment format > - Use 0x in register-offset comments > > .../include/asm/arch-apollolake/fsp/fsp_m_upd.h | 17 +++++++++++++++-- > 1 file changed, 15 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

