aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/spl.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-7/+0
2017-11-30arm: mvebu: enable boot from NANDSean Nyekjaer1-2/+14
2017-11-30arm: mvebu: fix boot from UART when in fallback modeSean Nyekjaer1-0/+9
2017-09-26arm: mvebu: fix boot from UART on ClearFog BaseBaruch Siach1-0/+3
2017-02-01arm: mvebu: spl.c: Remove useless gd declarationReinhard Pfau1-2/+0
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-04-04arm: mvebu: Add basic support for the Marvell Armada 375 SoCStefan Roese1-0/+3
2016-01-14arm: mvebu: Add runtime detection of UART (xmodem) boot-modeStefan Roese1-3/+17
2016-01-14arm: mvebu: Add runtime boot-device detectionStefan Roese1-7/+23
2016-01-14arm: mvebu: Don't call arch_cpu_init() from SPL at allStefan Roese1-13/+0
2016-01-14arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese1-1/+27
2015-10-21arm: mvebu: Add DM (driver model) supportStefan Roese1-3/+0
2015-10-21arm: mvebu: Do not call board_init_r() from board_init_f()Stefan Roese1-2/+0
2015-10-21arm: mvebu: Add option to use UART xmodem protocol via kwbootStefan Roese1-0/+25
2015-07-24arm: mvebu: Add SPL SDIO/MMC boot supportStefan Roese1-1/+12
2015-07-23arm: mvebu: spl.c: Add call to board_early_init_f()Stefan Roese1-0/+7
2015-07-23arm: mvebu: Call timer_init early before PHY and DDR initStefan Roese1-0/+2
2015-05-05arm: armada-xp: Move SoC sources to mach-mvebuStefan Roese1-0/+38