summaryrefslogtreecommitdiffstats
path: root/include/init.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-4/+4
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-4/+4
* | bdinfo: Rename function names to be clearerBin Meng2021-02-031-1/+2
|/
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-151-1/+9
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-151-1/+12
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-151-1/+9
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-151-0/+14
* board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-061-0/+12
* board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-061-0/+10
* pci_ep: Add the init functionXiaowei Bao2020-07-271-0/+1
* bdinfo: arm: Move ARM-specific info into its own fileSimon Glass2020-06-251-0/+3
* bdinfo: Export some basic printing functionsSimon Glass2020-06-251-0/+6
* board: Add a gd flag for chain loadingSimon Glass2020-04-301-1/+1
* common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-241-1/+12
* common: Move testdram() into init.hSimon Glass2020-01-171-0/+2
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+3
* common: Move ll_boot_init() to init.hSimon Glass2020-01-171-0/+7
* common: Move relocate_code() to init.hSimon Glass2020-01-171-0/+10
* common: Move main_loop() to init.hSimon Glass2020-01-171-0/+7
* 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