summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
Commit message (Expand)AuthorAgeFilesLines
* commands/mem.c: drop non used DEVMEMJean-Christophe PLAGNIOL-VILLARD2013-05-081-2/+0
* memory commands: separate into one file per commandSascha Hauer2013-04-171-432/+0
* memory commands: make rw_buf globalSascha Hauer2013-04-171-9/+9
* memory commands: cleanup initializationSascha Hauer2013-04-171-8/+3
* Use a common define for RW_BUF_SIZESascha Hauer2013-04-171-1/+0
* memory commands: move memory_display to separate fileSascha Hauer2013-04-171-68/+0
* memory commands: export common functionsSascha Hauer2013-04-171-2/+6
* commands: mw: add the '-x' option (swap bytes)Antony Pavlov2012-11-261-2/+7
* commands: md: add the '-x' option (swap bytes)Antony Pavlov2012-11-261-7/+17
* mem: add the swab (swap bytes) option to memory_display()Antony Pavlov2012-11-261-4/+13
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* commands: memset: fix help messageAntony Pavlov2012-08-091-3/+2
* mem md: make md -s /dev/something work againSascha Hauer2012-08-011-2/+3
* mem md: bail out without argumentsSascha Hauer2012-07-051-0/+2
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-021-1/+1
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-1/+1
* | Merge branch 'for-next/devnull'Sascha Hauer2012-07-021-29/+0
|\ \
| * | Move /dev/zero to separate unitAlexander Shiyan2012-06-301-29/+0
| |/
* | memory commands: Make 64bit capableSascha Hauer2012-06-301-20/+19
* | make memory display 64bit capableSascha Hauer2012-06-301-2/+2
* | make parse_area_spec arguments loff_tSascha Hauer2012-06-301-2/+2
* | use loff_t for file offsetsSascha Hauer2012-06-301-1/+1
|/
* 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