summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-2/+2
* bootm: add support for booting compressed imagesLucas Stach2021-05-271-0/+93
* common: bootm: replace printf by pr_err/infoMarco Felsch2021-05-251-44/+44
* Merge branch 'for-next/spdx'Sascha Hauer2020-12-111-12/+1
|\
| * common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-12/+1
* | bootm: adapt help text and naming for bootm.provide_machine_idAhmad Fatoum2020-11-231-1/+1
|/
* Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-141-2/+1
|\
| * vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-2/+1
* | magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-11/+11
|/
* common: bootm: Add missing check of fit_open_image() return codeAlbert Schwarzkopf2020-09-141-1/+5
* bootm: add global.bootm.root_dev env var for booting via PARTUUIDRobert Karszniewicz2020-08-201-2/+23
* FIT: Parse `load` and `entry` addresses.Christian Mauderer2020-08-141-1/+28
* Merge branch 'for-next/kvx'Sascha Hauer2020-07-271-1/+1
|\
| * common: bootm: allow building with an undefined IH_ARCHClement Leger2020-07-011-1/+1
* | common: bootm: add support for elf file loadingClement Leger2020-06-151-0/+33
|/
* common: bootm: Enforce CONFIG_BOOTM_FORCE_SIGNED_IMAGES for TEE binsAlbert Schwarzkopf2020-04-271-0/+1
* ARM: bootm: Add some printfs when request_sdram_region() failsSascha Hauer2020-03-251-3/+18
* bootm: allow providing machine id to KernelBastian Krause2019-09-301-0/+19
* bootm: release tee_resSascha Hauer2019-09-121-0/+2
* ARM: Initial OP-TEE supportSascha Hauer2019-06-071-0/+6
* 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