summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* commands: exit on invalid optionEnrico Jorns2016-09-161-1/+1
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-1/+1
* bootm: Move magicvar descriptions to common/bootm.cSascha Hauer2016-05-111-10/+0
* bootm: Move bootm options to common/KconfigSascha Hauer2016-05-101-6/+6
* bootm: Optionally add a root= option to Kernel command lineSascha Hauer2016-05-041-0/+1
* bootm: make verifying/hashing configurableSascha Hauer2016-01-261-3/+9
* bootm: Initialize bootm_data defaults in single placeSascha Hauer2016-01-261-26/+5
* bootm: Push dryrun to handlersSascha Hauer2016-01-261-3/+0
* bootm: add magicvar description for global.bootm.oftreeMarc Kleine-Budde2015-05-261-0/+1
* bootm.c: "-o" option should refer to "DTB", not "DTS"Robert P. J. Day2014-07-071-3/+3
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-17/+0
* bootm: beautify outputHolger Schurig2014-06-021-7/+8
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-11/+22
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* bootm: Replace getenv_loadaddr with getenv_ulSascha Hauer2013-10-071-2/+2
* bootm: Add dryrun supportSascha Hauer2013-09-241-3/+12
* bootm: separate bootm input data and internal dataSascha Hauer2013-09-241-30/+4
* bootm: move globalvars from command to commonSascha Hauer2013-09-241-14/+0
* bootm: move getenv_loadaddr from command to commonSascha Hauer2013-09-241-13/+0
* bootm: remove unused defineSascha Hauer2013-09-241-5/+0
* Merge branch 'for-next/boardinfo'Sascha Hauer2013-09-051-6/+5
|\
| * globalvar: Allow to set initial valueSascha Hauer2013-08-161-3/+3
* | bootm: add global bootm.{image/initrd}.loadaddr supportJean-Christophe PLAGNIOL-VILLARD2013-09-021-1/+21
|/
* bootm: factor out code to make it usable from CSascha Hauer2013-06-191-276/+5
* 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