summaryrefslogtreecommitdiff
path: root/cmd/mvebu
Commit message (Expand)AuthorAgeFilesLines
* cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512Pali Rohár2023-04-131-2/+5
* mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár2023-04-101-2/+1
* cmd: mvebu/bubt: Enable command by defaultPali Rohár2023-03-011-0/+1
* cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u...Pali Rohár2023-03-011-2/+5
* cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT optionPali Rohár2023-03-011-0/+4
* cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCsPali Rohár2023-03-011-0/+1
* cmd: mvebu/bubt: Check also A8K boot image checksumPali Rohár2023-03-011-3/+11
* cmd: mvebu/bubt: Do not modify image in A8K check_image_header()Pali Rohár2023-03-011-5/+1
* cmd: mvebu/bubt: Mark all local symbols as staticPali Rohár2023-03-011-4/+4
* cmd: mvebu/bubt: Rename variable image_size to hdr_sizePali Rohár2023-03-011-5/+5
* cmd: mvebu/bubt: Add support for reading image from the SATA disk partitionPali Rohár2023-03-011-2/+37
* cmd: mvebu/bubt: Add support for writing image to SATA diskPali Rohár2023-03-012-1/+120
* cmd: mvebu/bubt: Add support for selecting eMMC HW partitionPali Rohár2023-03-011-5/+48
* cmd: mvebu/bubt: Fix parsing SATA kwbimagePali Rohár2023-03-011-7/+1
* cmd: mvebu/bubt: Fix parsing SDIO kwbimagePali Rohár2023-03-011-3/+0
* cmd: change the return value when argc errorShenlin Liang2023-01-111-1/+1
* Merge branch 'master' into nextTom Rini2022-09-192-9/+166
|\
| * cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár2022-09-132-8/+121
| * cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár2022-09-131-1/+45
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-1/+1
|/
* Audit <flash.h> inclusionTom Rini2022-08-041-1/+0
* cmd: mvebu/bubt: Fix cmd main return value on errorPali Rohár2022-07-291-5/+5
* cmd: mvebu/bubt: Add support for sha512 checksum validation for Armada 3700Pali Rohár2022-07-292-0/+10
* cmd: mvebu/bubt: Correctly propagate failure during tftp transportPali Rohár2022-07-291-1/+4
* cmd: mvebu/bubt: Verify image type for all 32-bit Aramda SoCs and Armada 3700Pali Rohár2022-07-291-26/+48
* cmd: mvebu: Hide bubt specific options when bubt is disabledPali Rohár2022-05-161-0/+4
* Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini2021-12-271-2/+2
* arm: mvebu: Fix comments about kwbimage structuresPali Rohár2021-10-281-1/+1
* arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár2021-10-281-1/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-0/+1
|\
| * common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-081-0/+1
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-1/+0
|/
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-022-3/+3
* cmd: mvebu: Rename rx_training to mvebu_comphy_rx_trainingStefan Roese2021-05-163-11/+10
* phy: marvell: add RX training commandIgal Liberman2021-04-293-1/+65
* cmd/mvebu: fix the bubt commandKonstantin Porotchkin2021-04-292-2/+2
* cmd: mvebu/bubt: Fix default options in helpPali Rohár2021-02-081-3/+3
* Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigWIP/08Aug2020Tom Rini2020-08-081-4/+0
* mvebu: bubt: Drop dead codeTom Rini2020-08-061-15/+0
* cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki2020-08-061-7/+0
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* cmd: mvebu: bubt: fix quoted string split across linesJoel Johnson2020-05-041-2/+2
* cmd: mvebu: bubt: show image boot deviceJoel Johnson2020-04-221-1/+11
* cmd: mvebu: bubt: verify A38x target device typeJoel Johnson2020-04-221-4/+48
* cmd: mvebu: bubt: correct U-Boot spellingJoel Johnson2020-04-221-3/+3
* cmd: mvebu: bubt: add A38x supportJoel Johnson2020-04-221-1/+68
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+4