summaryrefslogtreecommitdiff
path: root/arch/arm/lib/spl.c
Commit message (Expand)AuthorAgeFilesLines
* spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini2021-11-051-1/+1
* arm: spl: prepare for jumping to OPTEERicardo Salveti2021-10-251-0/+11
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-241-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* armv8: layerscape: Enable falcon bootYork Sun2017-10-091-0/+11
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-051-0/+1
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-081-4/+3
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-061-2/+2
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-221-13/+11
* spl: Fix compilation warnings for arm64Michal Simek2016-07-221-1/+1
* arm: spl: Align default board_init_f comment with codeAndreas Dannenberg2016-04-011-1/+1
* ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini2015-08-121-2/+2
* arm: spl: Avoid setting up a duplicate global data structureSimon Glass2015-03-041-0/+4
* arm: Add warnings about using gdataSimon Glass2015-01-161-1/+6
* Revert "ARM: SPL: do not set gd again"Tom Rini2014-09-161-0/+3
* ARM: SPL: do not set gd againJeroen Hofstee2014-09-091-3/+0
* arm: spl: Do not set the stack pointer twiceMasahiro Yamada2013-09-141-3/+0
* arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini2013-08-151-1/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Replace __bss_end__ with __bss_endSimon Glass2013-03-151-1/+1
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-271-0/+72