index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-mvebu
/
spl.c
Age
Commit message (
Expand
)
Author
2022-06-06
mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam location
Tom Rini
2022-04-04
spl: mmc: extend spl_mmc_boot_mode() to take mmc argument
Andre Przywara
2022-02-17
arm: mvebu: spl: Add option to reset the board on DDR training failure
Marek Behún
2022-01-20
arm: mvebu: spl: Fix 100 column exceeds
Marek Behún
2022-01-20
arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible
Marek Behún
2022-01-20
arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t
Marek Behún
2022-01-20
arm: mvebu: spl: Print srcaddr in error message
Marek Behún
2022-01-20
arm: mvebu: Check for kwbimage data checksum
Pali Rohár
2022-01-20
arm: mvebu: Check that kwbimage blockid matches boot mode
Pali Rohár
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2022-01-20
arm: mvebu: Check that kwbimage offset and blocksize are valid
Pali Rohár
2021-12-19
arm: mvebu: Use printf for printing fatal errors
Pali Rohár
2021-12-19
arm: mvebu: Remove commented example code
Pali Rohár
2021-10-31
arm: mvebu: Fix booting from SATA
Pali Rohár
2021-10-28
arm: mvebu: Fix comments about kwbimage structures
Pali Rohár
2021-10-28
arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3
Pali Rohár
2021-09-16
Merge tag 'v2021.10-rc4' into next
Tom Rini
2021-09-04
sata: Rename SATA_SUPPORT to SATA
Simon Glass
2021-09-04
mmc: Rename MMC_SUPPORT to MMC
Simon Glass
2021-09-01
arm: mvebu: Move get_boot_device() to cpu.c and make visible
Marek Behún
2021-08-11
arm: mvebu: Hang if ddr3_init() fails
Pali Rohár
2021-07-31
arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header
Pali Rohár
2021-07-31
arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART
Pali Rohár
2021-07-31
arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework
Pali Rohár
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-04-14
arm: mvebu: update RTC values for PCIe memory wrappers
Chris Packham
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2019-07-11
arm: mvebu: set 38x and 39x AVS on lower frequency
Baruch Siach
2019-07-11
arm: mvebu: add support for boot from SATA
Baruch Siach
2019-04-23
dm: core: Change platform specific translation-offset handling
Stefan Roese
2018-09-19
ARM: mach-mvebu: handle fall-back to UART boot
Chris Packham
2018-09-19
Revert "arm: mvebu: fix boot from UART when in fallback mode"
Chris Packham
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-07
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
2017-11-30
arm: mvebu: enable boot from NAND
Sean Nyekjaer
2017-11-30
arm: mvebu: fix boot from UART when in fallback mode
Sean Nyekjaer
2017-09-26
arm: mvebu: fix boot from UART on ClearFog Base
Baruch Siach
2017-02-01
arm: mvebu: spl.c: Remove useless gd declaration
Reinhard Pfau
2016-06-26
common: Pass the boot device into spl_boot_mode()
Marek Vasut
2016-04-04
arm: mvebu: Add basic support for the Marvell Armada 375 SoC
Stefan Roese
2016-01-14
arm: mvebu: Add runtime detection of UART (xmodem) boot-mode
Stefan Roese
2016-01-14
arm: mvebu: Add runtime boot-device detection
Stefan Roese
2016-01-14
arm: mvebu: Don't call arch_cpu_init() from SPL at all
Stefan Roese
2016-01-14
arm: mvebu: Add DM and OF_CONTROL support to SPL
Stefan Roese
2015-10-21
arm: mvebu: Add DM (driver model) support
Stefan Roese
2015-10-21
arm: mvebu: Do not call board_init_r() from board_init_f()
Stefan Roese
2015-10-21
arm: mvebu: Add option to use UART xmodem protocol via kwboot
Stefan Roese
2015-07-24
arm: mvebu: Add SPL SDIO/MMC boot support
Stefan Roese
[next]