mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] memory commands
@ 2013-04-17 11:39 Sascha Hauer
  2013-04-17 11:39 ` [PATCH 1/7] memory commands: export common functions Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sascha Hauer @ 2013-04-17 11:39 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-17 11:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17 11:39 [PATCH] memory commands Sascha Hauer
2013-04-17 11:39 ` [PATCH 1/7] memory commands: export common functions Sascha Hauer
2013-04-17 11:39 ` [PATCH 2/7] memory commands: move memory_display to separate file Sascha Hauer
2013-04-17 11:39 ` [PATCH 3/7] Use a common define for RW_BUF_SIZE Sascha Hauer
2013-04-17 11:39 ` [PATCH 4/7] memory commands: cleanup initialization Sascha Hauer
2013-04-17 11:39 ` [PATCH 5/7] memory commands: make rw_buf global Sascha Hauer
2013-04-17 11:39 ` [PATCH 6/7] memory commands: separate into one file per command Sascha Hauer
2013-04-17 11:39 ` [PATCH 7/7] Add memory modify command (mm) Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox