aboutsummaryrefslogtreecommitdiff
path: root/cmd/mvebu
AgeCommit message (Expand)AuthorFilesLines
2023-10-26cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096Josua Mayer1-2/+9
2023-04-13cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512Pali Rohár1-2/+5
2023-04-10mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár1-2/+1
2023-03-01cmd: mvebu/bubt: Enable command by defaultPali Rohár1-0/+1
2023-03-01cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u...Pali Rohár1-2/+5
2023-03-01cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT optionPali Rohár1-0/+4
2023-03-01cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCsPali Rohár1-0/+1
2023-03-01cmd: mvebu/bubt: Check also A8K boot image checksumPali Rohár1-3/+11
2023-03-01cmd: mvebu/bubt: Do not modify image in A8K check_image_header()Pali Rohár1-5/+1
2023-03-01cmd: mvebu/bubt: Mark all local symbols as staticPali Rohár1-4/+4
2023-03-01cmd: mvebu/bubt: Rename variable image_size to hdr_sizePali Rohár1-5/+5
2023-03-01cmd: mvebu/bubt: Add support for reading image from the SATA disk partitionPali Rohár1-2/+37
2023-03-01cmd: mvebu/bubt: Add support for writing image to SATA diskPali Rohár2-1/+120
2023-03-01cmd: mvebu/bubt: Add support for selecting eMMC HW partitionPali Rohár1-5/+48
2023-03-01cmd: mvebu/bubt: Fix parsing SATA kwbimagePali Rohár1-7/+1
2023-03-01cmd: mvebu/bubt: Fix parsing SDIO kwbimagePali Rohár1-3/+0
2023-01-11cmd: change the return value when argc errorShenlin Liang1-1/+1
2022-09-19Merge branch 'master' into nextTom Rini2-9/+166
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ár2-8/+121
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ár2-0/+10
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
2022-05-16cmd: mvebu: Hide bubt specific options when bubt is disabledPali Rohár1-0/+4
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-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-0/+1
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-0/+1
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-3/+3
2021-05-16cmd: mvebu: Rename rx_training to mvebu_comphy_rx_trainingStefan Roese3-11/+10
2021-04-29phy: marvell: add RX training commandIgal Liberman3-1/+65
2021-04-29cmd/mvebu: fix the bubt commandKonstantin Porotchkin2-2/+2
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