aboutsummaryrefslogtreecommitdiff
path: root/include/init.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move trap_init() out of common.hSimon Glass1-0/+2
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+3
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+8
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-2/+18
2018-11-14board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six1-0/+7
2018-11-07Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng1-7/+0
2018-09-18board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six1-0/+7
2018-09-18init: Fix documentationMario Six1-13/+14
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay1-0/+7
2018-03-16common: move board_info.c prototypes in init.hPatrick Delaunay1-0/+3
2018-03-16common: move board_r.c prototypes in init.hPatrick Delaunay1-0/+14
2018-03-16common: move board_init.c prototypes in init.hPatrick Delaunay1-0/+39
2018-03-16common: move board_f.c prototypes in init.hPatrick Delaunay1-0/+66
2018-03-16common: add a prototype for mach_cpu_init()Patrick Delaunay1-0/+51