
27 Jun
2018
27 Jun
'18
1:17 a.m.
On 26 June 2018 at 05:28, Mario Six mario.six@gdsys.cc wrote:
Add tests for the hex2bin, bin2hex, and hex_to_bin functions, which were recently added to U-Boot.
Signed-off-by: Mario Six mario.six@gdsys.cc
v2 -> v3: New in v3
test/Makefile | 1 + test/lib/Makefile | 5 +++ test/lib/hexdump.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 test/lib/Makefile create mode 100644 test/lib/hexdump.c
Reviewed-by: Simon Glass sjg@chromium.org