]> git.dujemihanovic.xyz Git - u-boot.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)
commitbdded2015c1e54038a86557e339b606b4a31968b
treeb2f12b2694e55df93d4d144b5d2aaf56d486c38e
parenta33a824227e130d81260dfd3a275af3b0daa81c1
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]