aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/bootz.c
Commit message (Expand)AuthorAgeFilesLines
* lmb: Remove lmb_reserve_flags()Ilias Apalodimas2024-12-301-1/+1
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-1/+1
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* bootm: Create a function to run through the bootz statesSimon Glass2023-12-211-7/+2
* bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass2023-12-211-2/+2
* bootm: Drop arguments from do_bootm_states()Simon Glass2023-12-211-4/+23
* bootz: Avoid use of #ifdefSimon Glass2023-12-211-9/+8
* command: Introduce functions to obtain command argumentsSimon Glass2023-12-131-2/+2
* bootm: Adjust the parameters of bootm_find_images()Simon Glass2023-12-131-1/+3
* Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...27Oct2023Tom Rini2023-10-271-0/+1
|\
| * bootm: Support boot measurementEddie James2023-10-271-0/+1
* | cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-4/+2
|/
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* cmd: bootz: fix device-tree overlap testBaruch Siach2020-08-051-1/+1
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-171-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-3/+3
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli2017-01-241-0/+3
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-0/+106