aboutsummaryrefslogtreecommitdiff
path: root/cmd/mvebu/bubt.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-19Merge branch 'master' into nextTom Rini1-9/+165
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-1/+1
2022-09-13cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár1-8/+120
2022-09-13cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár1-1/+45
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+0
2022-07-29cmd: mvebu/bubt: Fix cmd main return value on errorPali Rohár1-5/+5
2022-07-29cmd: mvebu/bubt: Add support for sha512 checksum validation for Armada 3700Pali Rohár1-0/+9
2022-07-29cmd: mvebu/bubt: Correctly propagate failure during tftp transportPali Rohár1-1/+4
2022-07-29cmd: mvebu/bubt: Verify image type for all 32-bit Aramda SoCs and Armada 3700Pali Rohár1-26/+48
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini1-2/+2
2021-10-28arm: mvebu: Fix comments about kwbimage structuresPali Rohár1-1/+1
2021-10-28arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-04-29cmd/mvebu: fix the bubt commandKonstantin Porotchkin1-1/+1
2021-02-08cmd: mvebu/bubt: Fix default options in helpPali Rohár1-3/+3
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini1-4/+0
2020-08-06mvebu: bubt: Drop dead codeTom Rini1-15/+0
2020-08-06cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki1-7/+0
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-04cmd: mvebu: bubt: fix quoted string split across linesJoel Johnson1-2/+2
2020-04-22cmd: mvebu: bubt: show image boot deviceJoel Johnson1-1/+11
2020-04-22cmd: mvebu: bubt: verify A38x target device typeJoel Johnson1-4/+48
2020-04-22cmd: mvebu: bubt: correct U-Boot spellingJoel Johnson1-3/+3
2020-04-22cmd: mvebu: bubt: add A38x supportJoel Johnson1-1/+68
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/+4
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-11cmd: mvebu: bubt: use get_nand_dev_by_index()Grygorii Strashko1-8/+6
2017-05-09arm64: mvebu: Fix the bubt comamnd NAND device supportKonstantin Porotchkin1-6/+7
2017-01-25arm64: mvebu: Update bubt command MMC block device accessKonstantin Porotchkin1-3/+22
2016-12-12arm64: mvebu: Add bubt command for flash image burnKonstantin Porotchkin1-0/+767