summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: Print internal devicetree information without verboseSascha Hauer2013-05-311-1/+1
* bootm: make sure to print fixed oftreeSascha Hauer2013-05-311-4/+0
* Don't honor initrd load addressSascha Hauer2013-05-041-3/+0
* bootm: Simplify initrd address handlingUwe Kleine-König2013-05-041-4/+2
* of: remove unused libfdtSascha Hauer2013-03-061-1/+0
* bootm: Pass unflattened devicetree to handlersSascha Hauer2013-03-061-15/+9
* bootm: Use of_print_nodes instead of fdt_printSascha Hauer2013-03-061-3/+3
* of: Pass barebox internal format devicetree to of_get_fixed_treeSascha Hauer2013-03-061-1/+8
* Merge branch 'for-next/oftree'Sascha Hauer2013-02-041-24/+8
|\
| * of: make of_get_fixed_tree more universally usableSascha Hauer2013-01-111-24/+8
* | bootm: move printing of file locations outside verbose modeSascha Hauer2013-01-181-8/+8
|/
* filetype: Pass bufsizeSascha Hauer2012-12-031-1/+1
* bootm: Do not cross 1MiB sections for the devicetreeSascha Hauer2012-11-011-1/+9
* bootm: Add a define for the additional devicetree sizeSascha Hauer2012-11-011-2/+9
* bootm: close open filesVicente2012-10-101-1/+5
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* trivial: bootm: correct grammar in error messageSteffen Trumtrar2012-08-311-1/+1
* bootm: do not load the initrd in the common codeJean-Christophe PLAGNIOL-VILLARD2012-08-131-8/+0
* resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-4/+2
* 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