memtool: new package
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 26 Feb 2017 20:44:27 +0000 (21:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Mar 2017 21:15:27 +0000 (22:15 +0100)
commitbbe2d66110e896e24913368ffa9e01a75cc53fa1
tree315761d50f4c5dc862731f9c434ce7adf93a0dbc
parentbb5717c5de642bc8b6c87aaaccd5f7e9075d2524
memtool: new package

memtool allows one to read and write memory mapped registers via /dev/mem.
The commands are inspired by the respective commands of the barebox
bootloader.  This is handy during driver development to inspect and modify
register settings.  It can also be used to modify regular files and
character devices (e.g. to paint to /dev/fb0).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[Thomas: add entry to DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
DEVELOPERS
package/Config.in
package/memtool/Config.in [new file with mode: 0644]
package/memtool/memtool.hash [new file with mode: 0644]
package/memtool/memtool.mk [new file with mode: 0644]