summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'sent/assorted-fixes'Sascha Hauer2011-11-171-2/+5
|\ \
| * | mkdir command: do not fail with -p and directory already existsSascha Hauer2011-11-091-2/+5
* | | mount: Fix the printing of device nameFranck Jullien2011-11-111-1/+1
| |/ |/|
* | initial oftree command supportSascha Hauer2011-10-193-0/+142
* | Merge branch 'master' into nextSascha Hauer2011-10-144-5/+6
|\|
| * Fix spelling of "omitted"; found by lintianLoïc Minier2011-10-142-2/+2
| * Merge branch 'next'Sascha Hauer2011-10-091-78/+38
| |\
| * | login: correct a typo in command descriptionPaul Fertser2011-09-271-3/+3
| * | cmd: CMD_UBI depends on UBITeresa Gámez2011-09-201-0/+1
* | | command/digest: add sha224 supportJean-Christophe PLAGNIOL-VILLARD2011-10-122-0/+26
* | | digest: factorise file digest to common/digest.cJean-Christophe PLAGNIOL-VILLARD2011-10-121-62/+16
* | | bootm: add -L option to specify the initrd load addressJean-Christophe PLAGNIOL-VILLARD2011-10-091-3/+17
* | | get_fake_image_handle: set nb_data_entries to 1 and update the header sizeJean-Christophe PLAGNIOL-VILLARD2011-10-091-0/+2
* | | bootm: ensure the uImage is mapped first to allow option to used itJean-Christophe PLAGNIOL-VILLARD2011-10-091-4/+16
| |/ |/|
* | image: move map_image amd unmap_image to image.cJean-Christophe PLAGNIOL-VILLARD2011-09-281-114/+0
* | image: add multi image support for bootmJean-Christophe PLAGNIOL-VILLARD2011-09-281-2/+76
* | image: use data base addr for image_print_contents, image_multi_count/getimgJean-Christophe PLAGNIOL-VILLARD2011-09-281-1/+1
|/
* commands/loads.c: fix whitespace errors & formattingAntony Pavlov2011-08-231-60/+59
* commands/loads.c: make do_* functions staticAntony Pavlov2011-08-231-2/+2
* commands/loads.c: fix compiler's warningAntony Pavlov2011-08-231-1/+1
* commands/loads.c: make it compile againAntony Pavlov2011-08-233-35/+28
* remove LOADS_BAUD_CHANGE from broken commands/loads.cAntony Pavlov2011-08-231-108/+1
* Merge branch 'master' into nextSascha Hauer2011-08-151-0/+6
|\
| * Merge branch 'next'Sascha Hauer2011-08-045-26/+79
| |\
| * | commands/led.c: check registered LEDsAntony Pavlov2011-08-031-0/+6
* | | login: add timeout supportJean-Christophe PLAGNIOL-VILLARD2011-08-112-5/+25
| |/ |/|
* | Merge branch 'pu-time' into nextSascha Hauer2011-08-044-0/+71
|\ \
| * | Add 'time' command to measure execution time of a commandSascha Hauer2011-08-033-0/+68
| * | memcpy command: allow to interruptSascha Hauer2011-08-031-0/+3
* | | remove unused DECLARE_GLOBAL_DATA_PTRSascha Hauer2011-08-011-2/+0
|/ /
* | 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
|/
* Merge branch 'next'Sascha Hauer2011-07-061-2/+1
|\
| * commands/bootm.c: fix unused-but-set-variable gcc warningAntony Pavlov2011-07-041-2/+1
* | menu: fix command management module supportJean-Christophe PLAGNIOL-VILLARD2011-07-051-1/+1
|/
* Merge branch 'next'Sascha Hauer2011-06-063-0/+206
|\
| * commands: add md5/sha1/sha256sum commands using the digest apiPeter Korsgaard2011-05-193-0/+206
* | commands/crc.c: fix typo in help textPeter Korsgaard2011-05-161-1/+1
|/
* cp command: handle directories as last argumentSascha Hauer2011-04-121-1/+2
* environment: make default env path configurableSascha Hauer2011-04-122-2/+2
* nand bb: add proper bb remove functionSascha Hauer2011-04-121-12/+1
* nand bb: switch to cdev operationsSascha Hauer2011-04-121-1/+1
* nand: move bb handling code to drivers/mtd/nandSascha Hauer2011-04-121-248/+0
* make command support optionalSascha Hauer2011-04-111-1/+10
* env: Make environment variable support optionalSascha Hauer2011-04-111-0/+2
* commands: seperate usb command from usb coreSascha Hauer2011-04-113-0/+50
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* Merge branch 'nand-pu' into nextSascha Hauer2011-04-063-2/+13
|\
| * nand: Make write support optionalSascha Hauer2011-04-041-1/+6
| * commands: Make nand command optionalSascha Hauer2011-04-042-1/+7