summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: Add default images variablesSascha Hauer2012-05-181-14/+52
* bootm: fix initrd handlingSascha Hauer2012-05-011-14/+10
* Merge branch 'binfmt' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-04-181-0/+12
|\
| * bootm: add uimage binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+12
* | bootm: Align oftreeSteffen Trumtrar2012-04-181-6/+10
* | bootm: Fix check for ret-valueSteffen Trumtrar2012-04-181-4/+3
|/
* bootm: be more informative with oftreesSascha Hauer2012-04-141-4/+6
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* uimage: Fix error messageSascha Hauer2012-02-131-1/+1
* Merge branch 'work/uimage' into nextSascha Hauer2011-12-171-125/+326
|\
| * bootm: use new uimage codeSascha Hauer2011-12-151-125/+326
| * ppc: switch to libfdt based oftree implementationSascha Hauer2011-12-141-0/+5
* | Merge branch 'pu/ppc-oftree' into nextSascha Hauer2011-12-151-0/+5
|\ \
| * | ppc: switch to libfdt based oftree implementationSascha Hauer2011-12-151-0/+5
| |/
* / remove unused watchdog headerSascha Hauer2011-12-151-1/+0
|/
* bootm: factor out initrd code from option parserSascha Hauer2011-12-071-11/+15
* bootm: remove dead codeSascha Hauer2011-11-291-8/+0
* bootm: use generic uncompress functionSascha Hauer2011-11-291-27/+4
* bootm: do not select uncompression methodsSascha Hauer2011-11-291-2/+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-291-79/+0
* bootm: remove dead codeSascha Hauer2011-11-291-47/+0
* Merge branch 'work/magicvars' into nextSascha Hauer2011-11-291-0/+3
|\
| * bootm: Add bootargs magicvarSascha Hauer2011-11-291-0/+3
* | remove irq support fragmentsSascha Hauer2011-11-281-2/+0
|/
* 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/bootm.c: fix unused-but-set-variable gcc warningAntony Pavlov2011-07-041-2/+1
* Remove m68k supportSascha Hauer2010-11-171-1/+0
* doc: add documentation for 'bootm'Robert Schwebel2010-11-011-15/+23
* bootm: sparse fixesSascha Hauer2010-10-211-1/+1
* image: remove confusing image_check_* functionsSascha Hauer2010-10-131-4/+4
* image: factorise image printing contentsJean-Christophe PLAGNIOL-VILLARD2010-10-081-45/+1
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-10-081-37/+42
* image: rename IH_CPU to IH_ARCH to be more concistantJean-Christophe PLAGNIOL-VILLARD2010-10-081-1/+1
* image: factorise string helperJean-Christophe PLAGNIOL-VILLARD2010-10-081-88/+5
* Revert "image: factorise string helper"Sascha Hauer2010-10-071-5/+88