aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootz.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass1-7/+2
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass1-2/+2
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass1-4/+23
2023-12-21bootz: Avoid use of #ifdefSimon Glass1-9/+8
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-2/+2
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass1-1/+3
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+1
2023-10-27bootm: Support boot measurementEddie James1-0/+1
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-4/+2
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach1-1/+1
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-3/+3
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+2
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-01-24bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli1-0/+3
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+106