]> git.dujemihanovic.xyz Git - u-boot.git/commit
hexdump: Add support for sandbox
authorSimon Glass <sjg@chromium.org>
Sat, 8 May 2021 13:00:02 +0000 (07:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jun 2021 15:39:09 +0000 (11:39 -0400)
commit19edf139e900ed61825b32bc7a261e5f6606b8b1
treede0e963dcee194db7e6283db64967ee427bb326f
parent2f410fe55766de190bcc2c3dd18245a00aad1d4f
hexdump: Add support for sandbox

The current implementation outputs an address as a pointer. Update the
code to use an address instead, respecting the 32/64 nature of the CPU.

Add some initial tests copied from print_test_display_buffer(), just the
ones that can pass with the current implementation.

Note that for this case print_hex_dump() and print_bufffer() produce the
same result. For now the tests are duplicated sine we have separate
functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/hexdump.c
test/print_ut.c