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