aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass1-13/+1
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-2/+31
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+2
2023-10-27bootm: Support boot measurementEddie James1-0/+2
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-4/+2
2023-09-14boot: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2022-10-17bootm: Drop #ifdef from do_bootm()Simon Glass1-10/+9
2022-10-17bootm: Avoid returning error codes from commandSimon Glass1-2/+6
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+0
2022-03-31cmd: bootm: add subcommand preloadPhilippe Reynes1-0/+30
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes1-2/+3
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay1-1/+1
2021-11-16bootm: Tidy up use of autostart env varWIP/2021-11-16-env-reworkSimon Glass1-3/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada1-1/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-10/+13
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+3
2019-12-05iminfo: add missing map_sysmemPhilippe Reynes1-1/+11
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-07-11cmd: bootm: use get_nand_dev_by_index()Grygorii Strashko1-1/+1
2017-02-08cmd: bootm: fix build when CONFIG_CMD_IMLS_NANDGrygorii Strashko1-2/+2
2017-01-20bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr1-0/+3
2016-10-31Fix spelling of "extended".Vagrant Cascadian1-1/+1
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-250/+0
2016-06-24common: image: minimal android image iminfo supportMichael Trimarchi1-0/+6
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood1-16/+14
2016-05-25arm64: fix arm64 Linux boot image header field sizesAndre Przywara1-3/+6
2016-04-01arm64: booti: add missing unmap_sysmem()Masahiro Yamada1-0/+5
2016-02-24booti: Help text rework.Karsten Merker1-7/+7
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+775