summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
Commit message (Collapse)AuthorAgeFilesLines
...
* introduce cdevSascha Hauer2009-07-211-33/+34
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* memory commands: allow for kMG suffixesSascha Hauer2008-12-171-6/+6
| | | | | | Allow for kMG suffixes in memcpy and memcmp Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* implement memmap for mem driverSascha Hauer2008-08-141-0/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ups, some debug printf slipped inSascha Hauer2008-08-141-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-5/+5
| | | | | | We cannot check for < 0 in lseek, otherwise we get problems with files > 0x7fffffff Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* - introduce ioctl callSascha Hauer2008-06-061-0/+12
| | | | - pass open/close/lseek through to drivers
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-4/+4
| | | | | | | | For practical reasons I changed all string literals assumed to be constant to reside in .rodata subsection at end of .text section. Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* md command: Close filedescriptor after useSascha Hauer2008-03-141-0/+2
|
* memory_display() used to show the ascii output on theSascha Hauer2008-03-011-6/+9
| | | | last line not exactly under the other lines. fix it.
* Revert "separating memory commands"Marc Kleine-Budde2007-11-271-0/+557
| | | | | | | | | | | | This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-121-557/+0
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* mem.c: allow memcpy and memcmp to handle files.sascha2007-10-161-99/+198
|
* fix area parsing for erase/protect, add error parsingSascha Hauer2007-10-091-1/+4
|
* declare lots of functions staticSascha Hauer2007-09-281-3/+3
|
* activate memcmp and memcpySascha Hauer2007-09-271-139/+86
|
* remove u-boot command paramter flagSascha Hauer2007-09-241-4/+4
|
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-2/+2
| | | | - make printf return int
* whitespace cleanupSascha Hauer2007-09-131-33/+33
|
* add rom driverSascha Hauer2007-09-131-0/+7
|
* svn_rev_680Sascha Hauer2007-07-051-105/+0
| | | | remove crc32 (extra file now)
* svn_rev_664Sascha Hauer2007-07-051-7/+11
|
* svn_rev_653Sascha Hauer2007-07-051-103/+0
| | | | restructure tree, add reginfo command
* svn_rev_643Sascha Hauer2007-07-051-0/+705
structure cleanup