Add memory modify command (mm)
As of now we have no way to manipulate individual bits of registers on the
command line. This introduces a memory modify command which allows this. It
has the syntax:

mm [OPTIONS] <adr> <val> <mask>

With [OPTIONS] being the usual memory command options (-b, -w, -l, -d <file>).

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent e10c184 commit 67c6eeda9e5dea544cdeddb666f141c8467ab8d4
@Sascha Hauer Sascha Hauer authored on 17 Apr 2013
Showing 3 changed files
View
commands/Kconfig
View
commands/Makefile
View
commands/mm.c 0 → 100644