summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
Commit message (Expand)AuthorAgeFilesLines
* lseek: return -1 instead of -errnoSascha Hauer2012-05-181-2/+2
* Make errno a positive valueSascha Hauer2012-05-141-6/+4
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-5/+5
* Fix spelling of "omitted"; found by lintianLoïc Minier2011-10-141-1/+1
* memcpy command: allow to interruptSascha Hauer2011-08-031-0/+3
* add a add_mem_device functionSascha Hauer2011-07-181-24/+8
* mem: replace DEVFS_RDWR by IORESOURCE_MEM_WRITEABLEJean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
* memcpy command: do not set read/write sizeSascha Hauer2011-04-041-1/+1
* commands/mem.c: make locally used function staticSascha Hauer2010-10-211-1/+1
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1
* Merge branch 'next'Sascha Hauer2010-08-301-1/+3
|\
| * mw: fix help textBaruch Siach2010-08-061-1/+3
* | md: fix help textBaruch Siach2010-08-041-1/+0
|/
* memcpy cmd: Do not expect to read/write the whole chunk at onceSascha Hauer2010-06-241-11/+19
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-5/+5
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-15/+15
* commands: remove maxargsSascha Hauer2009-10-191-5/+0
* call getopt_reset only onceSascha Hauer2009-10-191-2/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-16/+8
* add memset command to u-bootSascha Hauer2009-07-311-0/+68
* implement /dev/zeroSascha Hauer2009-07-301-0/+28
* introduce cdevSascha Hauer2009-07-211-33/+34
* memory commands: allow for kMG suffixesSascha Hauer2008-12-171-6/+6
* implement memmap for mem driverSascha Hauer2008-08-141-0/+3
* ups, some debug printf slipped inSascha Hauer2008-08-141-1/+1
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-5/+5
* - introduce ioctl callSascha Hauer2008-06-061-0/+12
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-4/+4
* 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
* Revert "separating memory commands"Marc Kleine-Budde2007-11-271-0/+557
* separating memory commandsJuergen Beisert2007-11-121-557/+0
* 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
* whitespace cleanupSascha Hauer2007-09-131-33/+33
* add rom driverSascha Hauer2007-09-131-0/+7
* svn_rev_680Sascha Hauer2007-07-051-105/+0
* svn_rev_664Sascha Hauer2007-07-051-7/+11
* svn_rev_653Sascha Hauer2007-07-051-103/+0
* svn_rev_643Sascha Hauer2007-07-051-0/+705