summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: Print which file cannot be openedSascha Hauer2018-11-151-7/+4
* bootm: Split bootm_load_devicetree into two functionsSascha Hauer2018-06-151-26/+43
* bootm: Drop data->oftreeSascha Hauer2018-06-151-6/+0
* bootm: provide handlers the start of the OS imageSascha Hauer2018-04-041-1/+9
* FIT: Let user specify the configuration to useSascha Hauer2018-02-081-11/+14
* bootm: FIT: do not depend on FIT pre-opened imagesSascha Hauer2018-02-081-14/+32
* FIT: export fit_open_configuration() and fit_open_image()Sascha Hauer2018-01-181-1/+8
* Bootm: remove uimage_close done later in bootm_bootClément Leger2017-12-151-1/+0
* bootm: bootm_open_initrd_uimage(): propagate error if initrd verification failsMarc Kleine-Budde2017-09-201-0/+1
* Revert "globalvar: make globalvar functions more consistent"Sascha Hauer2017-06-131-1/+1
* globalvar: make globalvar functions more consistentSascha Hauer2017-04-111-1/+1
* bootm: fix magicvar name for global_bootm_verboseEnrico Jorns2017-01-161-1/+1
* of_unflatten_dtb(): Check return value with IS_ERRAndrey Smirnov2016-09-051-1/+5
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-1/+2
* bootm: make verbosity controllable via global variableSascha Hauer2016-05-111-0/+5
* bootm: Move magicvar descriptions to common/bootm.cSascha Hauer2016-05-111-0/+10
* bootm: Add verify mode "available"Sascha Hauer2016-05-101-0/+1
* bootm: set bootm_verify_mode to correct valueSascha Hauer2016-05-101-0/+4
* bootm: Move bootm options to common/KconfigSascha Hauer2016-05-101-4/+4
* bootm: Optionally add a root= option to Kernel command lineSascha Hauer2016-05-041-0/+17
* bootm: Fix booting uImagesSascha Hauer2016-02-251-6/+12
* bootm: Free allocated fdt buffer in error pathHarald Welte2016-02-181-0/+1
* bootm: parse initrd and oftree into correct struct membersLucas Stach2016-02-151-2/+2
* bootm: restore load DT message for plain oftree filesLucas Stach2016-02-151-0/+1
* bootm: Fix resource_size_t format specifierSascha Hauer2016-02-111-2/+2
* 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