summaryrefslogtreecommitdiff
path: root/cmd/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-02-16image: 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-19command: 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-12cmd: 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-25common: image: minimal android image iminfo supportMichael Trimarchi1-0/+6
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1
2016-06-04mtd: 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-02arm64: booti: add missing unmap_sysmem()Masahiro Yamada1-0/+5
2016-02-25booti: Help text rework.Karsten Merker1-7/+7
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+775