summaryrefslogtreecommitdiff
path: root/include/init.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-29common: board_r: Enable set_pmic()Hal Feng1-0/+3
2021-08-06pci: Drop pci_init_board()Simon Glass1-3/+0
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-4/+4
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-1/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-4/+4
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-1/+9
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-1/+12
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait1-1/+9
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait1-0/+14
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait1-0/+12
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait1-0/+10
2020-07-27pci_ep: Add the init functionXiaowei Bao1-0/+1
2020-06-25bdinfo: arm: Move ARM-specific info into its own fileSimon Glass1-0/+3
2020-06-25bdinfo: Export some basic printing functionsSimon Glass1-0/+6
2020-04-30board: Add a gd flag for chain loadingSimon Glass1-1/+1
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait1-1/+12
2020-01-17common: Move testdram() into init.hSimon Glass1-0/+2
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+3
2020-01-17common: Move ll_boot_init() to init.hSimon Glass1-0/+7
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+10
2020-01-17common: Move main_loop() to init.hSimon Glass1-0/+7
2019-12-15x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass1-0/+11
2019-12-03common: Move trap_init() out of common.hSimon Glass1-0/+2
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+3
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+8
2019-12-03common: 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