summaryrefslogtreecommitdiff
path: root/arch/arm/lib/spl.c
Commit message (Expand)AuthorAgeLines
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-06-2/+2
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-22-13/+11
* spl: Fix compilation warnings for arm64Michal Simek2016-07-22-1/+1
* arm: spl: Align default board_init_f comment with codeAndreas Dannenberg2016-04-01-1/+1
* ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini2015-08-12-2/+2
* arm: spl: Avoid setting up a duplicate global data structureSimon Glass2015-03-04-0/+4
* arm: Add warnings about using gdataSimon Glass2015-01-16-1/+6
* Revert "ARM: SPL: do not set gd again"Tom Rini2014-09-16-0/+3
* ARM: SPL: do not set gd againJeroen Hofstee2014-09-09-3/+0
* arm: spl: Do not set the stack pointer twiceMasahiro Yamada2013-09-14-3/+0
* arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini2013-08-15-1/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Replace __bss_end__ with __bss_endSimon Glass2013-03-15-1/+1
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-27-0/+72