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
/
common
/
init
/
board_init.c
Age
Commit message (
Expand
)
Author
2021-10-31
bootstage: Add SPL support
Marek Vasut
2021-07-07
bootstage: Eliminate when not enabled
Tom Rini
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-01-23
board_init: remove meaningless increment in board_init_f_init_reserve()
Masahiro Yamada
2020-01-10
spl: fix stack usage check if gd is not initialized
Simon Goldschmidt
2019-08-11
spl: implement stack usage check
Simon Goldschmidt
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-01-20
board_init.c: Always use memset()
Tom Rini
2017-01-20
ARM: Default to using optimized memset and memcpy routines
Tom Rini
2016-06-09
bootstage: call show_boot_progress also in SPL
Heiko Schocher
2016-01-15
x86: Fix board init breakage
Simon Glass
2016-01-13
arm: move gd handling outside of C code
Albert ARIBAUD
2016-01-13
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2015-11-12
board_init: Change the logic to setup malloc_base
Fabio Estevam
2015-10-24
board_init_f_mem(): Don't create an unused early malloc() area
Simon Glass
2015-10-24
board_init_f_mem(): Don't require memset()
Simon Glass
2015-10-24
Move board_init_f_mem() into a common location
Simon Glass