summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* bootm: remove dead codeSascha Hauer2011-11-291-8/+0
* bootm: use generic uncompress functionSascha Hauer2011-11-291-27/+4
* add generic uncompress commandSascha Hauer2011-11-293-17/+18
* bootm: do not select uncompression methodsSascha Hauer2011-11-292-14/+2
* add kernel gunzip implementationSascha Hauer2011-11-291-4/+6
* use kernel bunzip implementationSascha Hauer2011-11-291-11/+12
* bootm: use initrd_address and initrd_sizeSascha Hauer2011-11-291-5/+6
* bootm: push relocate_image up to the generic commandSascha Hauer2011-11-291-0/+17
* bootm relocate_image: honour load_addressSascha Hauer2011-11-291-7/+7
* bootm: fix typo, update help strSascha Hauer2011-11-291-2/+2
* bootm: do not require -L after -rSascha Hauer2011-11-291-8/+5
* bootm: fix various memory leaksSascha Hauer2011-11-291-8/+11
* bootm: remove image handler optionsSascha Hauer2011-11-291-54/+1
* bootm: handle initrds inlineSascha Hauer2011-11-291-50/+28
* factor out iminfo commandSascha Hauer2011-11-294-79/+78
* bootm: remove dead codeSascha Hauer2011-11-291-47/+0
* Merge branch 'work/magicvars' into nextSascha Hauer2011-11-294-0/+38
|\
| * bootm: Add bootargs magicvarSascha Hauer2011-11-291-0/+3
| * add magicvar commandSascha Hauer2011-11-293-0/+35
* | Merge branch 'master' into nextSascha Hauer2011-11-292-3/+6
|\|
| * 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
* | | remove irq support fragmentsSascha Hauer2011-11-281-2/+0
* | | commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-6/+20
|/ /
* | 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