aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootz.c
AgeCommit message (Expand)Author
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass
2023-12-21bootz: Avoid use of #ifdefSimon Glass
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27bootm: Support boot measurementEddie James
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-01-24bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini