summaryrefslogtreecommitdiff
path: root/include/init.h
AgeCommit message (Expand)Author
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-09-13cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait
2021-12-31efi: Fix ll_boot_init() operation with the appSimon Glass
2021-11-15image: Explicitly declare do_bdinfo()Andy Shevchenko
2021-08-06pci: Drop pci_init_board()Simon Glass
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03bdinfo: Rename function names to be clearerBin Meng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait
2020-07-27pci_ep: Add the init functionXiaowei Bao
2020-06-25bdinfo: arm: Move ARM-specific info into its own fileSimon Glass
2020-06-25bdinfo: Export some basic printing functionsSimon Glass
2020-04-30board: Add a gd flag for chain loadingSimon Glass
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait
2020-01-17common: Move testdram() into init.hSimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2020-01-17common: Move main_loop() to init.hSimon Glass
2019-12-15x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass
2019-12-02common: Move trap_init() out of common.hSimon Glass
2019-12-02common: Move pci_init_board() out of common.hSimon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2018-11-14board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six
2018-11-07Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng
2018-09-18board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six
2018-09-18init: Fix documentationMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay
2018-03-16common: move board_info.c prototypes in init.hPatrick Delaunay
2018-03-16common: move board_r.c prototypes in init.hPatrick Delaunay
2018-03-16common: move board_init.c prototypes in init.hPatrick Delaunay
2018-03-16common: move board_f.c prototypes in init.hPatrick Delaunay
2018-03-16common: add a prototype for mach_cpu_init()Patrick Delaunay