]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: Add a memory-search command
authorSimon Glass <sjg@chromium.org>
Wed, 3 Jun 2020 01:26:49 +0000 (19:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jul 2020 21:21:46 +0000 (17:21 -0400)
commit313ab4d35f6ef931140b9cd6658b414f29c60b95
treeb2f12b2694e55df93d4d144b5d2aaf56d486c38e
parent2342a9a2e8cac74625b6f89e68a52dd637771c31
cmd: Add a memory-search command

It is useful to be able to find hex values and strings in a memory range.
Add a command to support this.

cmd: Fix 'md' and add a memory-search command
At present 'md.q' is broken. This series provides a fix for this. It also
implements a new memory-search command called 'ms'. It allows searching
memory for hex and string data.
END

Signed-off-by: Simon Glass <sjg@chromium.org>
README
cmd/Kconfig
cmd/mem.c
test/Makefile
test/cmd/Makefile [new file with mode: 0644]
test/cmd/mem_search.c [new file with mode: 0644]