summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* 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