summaryrefslogtreecommitdiff
path: root/arch/arm/lib/spl.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-09armv8: layerscape: Enable falcon bootYork Sun1-0/+11
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-4/+3
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-2/+2
2016-07-22armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt1-13/+11
2016-07-22spl: Fix compilation warnings for arm64Michal Simek1-1/+1
2016-04-02arm: spl: Align default board_init_f comment with codeAndreas Dannenberg1-1/+1
2015-08-13ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini1-2/+2
2015-03-04arm: spl: Avoid setting up a duplicate global data structureSimon Glass1-0/+4
2015-01-16arm: Add warnings about using gdataSimon Glass1-1/+6
2014-09-16Revert "ARM: SPL: do not set gd again"Tom Rini1-0/+3
2014-09-09ARM: SPL: do not set gd againJeroen Hofstee1-3/+0
2013-09-14arm: spl: Do not set the stack pointer twiceMasahiro Yamada1-3/+0
2013-08-16arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini1-1/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-0/+72