summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: add support to boot ZSTD compressed imagesMarco Felsch2024-02-061-0/+8
* bootm: print memreserve map in verbose modeSascha Hauer2023-10-191-1/+3
* bootm: fix printing kernel command lineSascha Hauer2023-09-211-1/+3
* bootm: always put a copy into data->of_root_nodeSascha Hauer2023-09-211-3/+6
* filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-12/+9
* bootm: export bootm_set_verify_modeAhmad Fatoum2023-07-281-0/+5
* common: bootm: support locating kernel in FIT image in zero pageAhmad Fatoum2023-07-261-1/+2
* cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-1/+1
* barebox: Fix excessive loading of FIT imagesChristian Melki2023-05-231-1/+8
* common: bootm: use switch-caseAhmad Fatoum2022-10-111-24/+23
* common: bootm: factor out FIT parsing code into bootm_open_bitAhmad Fatoum2022-10-111-48/+59
* common: bootm: reuse cdev_get_linux_rootarg()Ahmad Fatoum2022-08-161-3/+2
* commands: of_dump: support limiting size of printed propertiesAhmad Fatoum2022-08-081-1/+1
* common: bootm: print error in case of appendroot failedMarco Felsch2022-07-051-1/+4
* console: add new $global.bootm.earlycon parameterAhmad Fatoum2022-06-091-0/+24
* bootm: add missing space in error messageAhmad Fatoum2022-03-021-1/+1
* cdev: rename partuuid to uuidMichael Olbrich2022-02-081-3/+3
* 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