summaryrefslogtreecommitdiff
path: root/common/init
AgeCommit message (Expand)AuthorFilesLines
2021-07-07bootstage: Eliminate when not enabledTom Rini1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-20/+13
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-01-23board_init: remove meaningless increment in board_init_f_init_reserve()Masahiro Yamada1-2/+0
2020-01-10spl: fix stack usage check if gd is not initializedSimon Goldschmidt1-0/+17
2019-08-11spl: implement stack usage checkSimon Goldschmidt1-0/+20
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass2-0/+48
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-4/+4
2017-01-20board_init.c: Always use memset()Tom Rini1-18/+0
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini1-1/+1
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher1-0/+5
2016-01-15x86: Fix board init breakageSimon Glass1-1/+1
2016-01-14arm: move gd handling outside of C codeAlbert ARIBAUD1-4/+4
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-10/+99
2015-11-13board_init: Change the logic to setup malloc_baseFabio Estevam1-2/+1
2015-10-24board_init_f_mem(): Don't create an unused early malloc() areaSimon Glass1-1/+2
2015-10-24board_init_f_mem(): Don't require memset()Simon Glass1-0/+18
2015-10-24Move board_init_f_mem() into a common locationSimon Glass2-0/+48