
28 May
2020
28 May
'20
9:58 a.m.
On Thu, May 28, 2020 at 3:54 PM Bin Meng bmeng.cn@gmail.com wrote:
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
.../include/asm/arch-apollolake/fsp/fsp_m_upd.h | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!