aboutsummaryrefslogtreecommitdiff
path: root/common/init/board_init.c
AgeCommit message (Expand)AuthorFilesLines
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-13arm: move gd handling outside of C codeAlbert ARIBAUD1-4/+4
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-10/+99
2015-11-12board_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 Glass1-0/+41