summaryrefslogtreecommitdiff
path: root/include/init.h
Commit message (Expand)AuthorAgeFilesLines
* x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass2019-12-151-0/+11
* common: Move trap_init() out of common.hSimon Glass2019-12-021-0/+2
* common: Move pci_init_board() out of common.hSimon Glass2019-12-021-0/+3
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+8
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-2/+18
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-11-141-0/+7
* Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng2018-11-071-7/+0
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-09-181-0/+7
* init: Fix documentationMario Six2018-09-181-13/+14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-0/+7
* common: move board_info.c prototypes in init.hPatrick Delaunay2018-03-161-0/+3
* common: move board_r.c prototypes in init.hPatrick Delaunay2018-03-161-0/+14
* common: move board_init.c prototypes in init.hPatrick Delaunay2018-03-161-0/+39
* common: move board_f.c prototypes in init.hPatrick Delaunay2018-03-161-0/+66
* common: add a prototype for mach_cpu_init()Patrick Delaunay2018-03-161-0/+51