This series contains some cleanups for the memory commands and a new memory command: mm. 'mm' allows to manipulate registers bitwise. Sascha ---------------------------------------------------------------- Sascha Hauer (7): memory commands: export common functions memory commands: move memory_display to separate file Use a common define for RW_BUF_SIZE memory commands: cleanup initialization memory commands: make rw_buf global memory commands: separate into one file per command Add memory modify command (mm) commands/Kconfig | 50 ++++- commands/Makefile | 6 + commands/md.c | 116 +++++++++++ commands/mem.c | 524 +----------------------------------------------- commands/memcmp.c | 148 ++++++++++++++ commands/memcpy.c | 145 ++++++++++++++ commands/memset.c | 101 ++++++++++ commands/mm.c | 117 +++++++++++ commands/mw.c | 104 ++++++++++ common/Makefile | 1 + common/memory_display.c | 64 ++++++ include/common.h | 7 +- lib/copy_file.c | 2 - 13 files changed, 868 insertions(+), 517 deletions(-) create mode 100644 commands/md.c create mode 100644 commands/memcmp.c create mode 100644 commands/memcpy.c create mode 100644 commands/memset.c create mode 100644 commands/mm.c create mode 100644 commands/mw.c create mode 100644 common/memory_display.c _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox