aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/spl.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-08arm: mvebu: a38x: Add optional support for using old DDR3 training codeMarek Behún1-9/+28
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06arm: mvebu: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-26arm: mvebu: allow additional 4096 offset for bootable mmc imageJosua Mayer1-2/+3
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut1-2/+2
2023-04-13arm: mvebu: spl: Do not hardcode SATA block size to 512Pali Rohár1-3/+8
2023-03-01arm: mvebu: Define env_sf_get_env_addr() also for Proper U-BootPali Rohár1-13/+0
2023-03-01arm: mvebu: spl: Fix support for loading U-Boot proper from SD cardPali Rohár1-9/+31
2023-03-01arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partitionPali Rohár1-1/+7
2023-03-01arm: mvebu: spl: Remove checks for BOOT_DEVICE_MMC2 and BOOT_DEVICE_MMC2_2Pali Rohár1-3/+1
2023-03-01arm: mvebu: spl: Fix parsing SATA kwbimagePali Rohár1-11/+2
2023-03-01arm: mvebu: spl: Fix parsing SDIO kwbimagePali Rohár1-8/+0
2022-10-06arm: mvebu: Remove timer.cStefan Roese1-2/+0
2022-08-23arm: mvebu: Define env_sf_get_env_addr() for all Armada boards in SPLPali Rohár1-0/+13
2022-08-09arm: mvebu: spl: Always fallback to BootROM boot methodPali Rohár1-0/+7
2022-06-06mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam locationTom Rini1-1/+1
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-1/+1
2022-02-17arm: mvebu: spl: Add option to reset the board on DDR training failureMarek Behún1-1/+6
2022-01-20arm: mvebu: spl: Fix 100 column exceedsMarek Behún1-2/+4
2022-01-20arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possibleMarek Behún1-15/+8
2022-01-20arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_tMarek Behún1-17/+17
2022-01-20arm: mvebu: spl: Print srcaddr in error messageMarek Behún1-1/+2
2022-01-20arm: mvebu: Check for kwbimage data checksumPali Rohár1-0/+27
2022-01-20arm: mvebu: Check that kwbimage blockid matches boot modePali Rohár1-9/+26
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-0/+1
2022-01-20arm: mvebu: Check that kwbimage offset and blocksize are validPali Rohár1-0/+12
2021-12-19arm: mvebu: Use printf for printing fatal errorsPali Rohár1-2/+2
2021-12-19arm: mvebu: Remove commented example codePali Rohár1-13/+0
2021-10-31arm: mvebu: Fix booting from SATAPali Rohár1-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-68/+9
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass1-5/+5
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-6/+7
2021-09-01arm: mvebu: Move get_boot_device() to cpu.c and make visibleMarek Behún1-68/+9
2021-08-11arm: mvebu: Hang if ddr3_init() failsPali Rohár1-1/+5
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár1-11/+194
2021-07-31arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UARTPali Rohár1-23/+24
2021-07-31arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL frameworkPali Rohár1-0/+12
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-14arm: mvebu: update RTC values for PCIe memory wrappersChris Packham1-0/+3
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-07-11arm: mvebu: set 38x and 39x AVS on lower frequencyBaruch Siach1-0/+3
2019-07-11arm: mvebu: add support for boot from SATABaruch Siach1-0/+5
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese1-3/+9
2018-09-19ARM: mach-mvebu: handle fall-back to UART bootChris Packham1-0/+10
2018-09-19Revert "arm: mvebu: fix boot from UART when in fallback mode"Chris Packham1-9/+0