summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2016-02-081-4/+4
|\
| * Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-151-6/+6
* | bootm: Add option to force booting signed imagesSascha Hauer2016-01-261-0/+19
* | bootm: add initial FIT supportJan Luebbe2016-01-261-3/+50
* | bootm: make verifying/hashing configurableSascha Hauer2016-01-261-2/+18
* | bootm: Initialize bootm_data defaults in single placeSascha Hauer2016-01-261-0/+11
* | bootm: move oftree code togetherSascha Hauer2016-01-261-107/+86
* | bootm: move initrd code togetherSascha Hauer2016-01-261-76/+75
* | bootm: Push dryrun to handlersSascha Hauer2016-01-261-3/+3
* | bootm: use names instead of numbers for image partsSascha Hauer2016-01-221-16/+27
* | bootm: introduce bootm_get_os_sizeSascha Hauer2016-01-221-0/+19
* | bootm: Do not call uimage_close twiceSascha Hauer2016-01-221-1/+0
|/
* bootm: get file type before bootm_open_os_uimageJan Remmet2015-11-201-17/+22
* bootm: cleanup bootm_open_oftreeJan Remmet2015-11-201-28/+54
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* fix format specifiersSascha Hauer2014-06-051-2/+2
* bootm: beautify outputHolger Schurig2014-06-021-2/+2
* misc: upper-case some abbreviationsHolger Schurig2014-06-021-2/+2
* of: Drop devicetree merge supportSascha Hauer2014-05-221-1/+1
* bootm: Return error when devicetree file is not a dtbSascha Hauer2014-02-131-0/+1
* bootm: introduce bootm_load_devicetree helperSascha Hauer2014-01-141-0/+63
* bootm: introduce bootm_load_initrd helperSascha Hauer2014-01-141-0/+38
* bootm: introduce bootm_load_os helperSascha Hauer2014-01-101-9/+40
* bootm: Replace getenv_loadaddr with getenv_ulSascha Hauer2013-10-071-13/+0
* bootm: Add dryrun supportSascha Hauer2013-09-241-1/+5
* bootm: separate bootm input data and internal dataSascha Hauer2013-09-241-2/+44
* bootm: move globalvars from command to commonSascha Hauer2013-09-241-0/+16
* bootm: move getenv_loadaddr from command to commonSascha Hauer2013-09-241-0/+13
* bootm: check for os image fileSascha Hauer2013-09-241-0/+5
* bootm: fix memory leakSascha Hauer2013-09-241-0/+2
* bootm: fix possible memory leakSascha Hauer2013-09-241-0/+1
* bootm: factor out code to make it usable from CSascha Hauer2013-06-191-0/+303