aboutsummaryrefslogtreecommitdiffstats
path: root/include/init.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-2/+0
* init.h: Add "struct cmd_tbl"Tom Rini2024-05-061-0/+2
* arm: init: export prev_bl_fdt_addrCaleb Connolly2024-03-011-0/+11
* board: Move show_board_info() comment to header fileSimon Glass2023-11-281-0/+11
* common: add prototype & rename populate_serial_number()Artur Rojek2023-10-231-0/+14
* event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass2023-08-311-1/+0
* freescale: Drop call to init_func_vid() in the init sequenceSimon Glass2023-08-311-3/+0
* x86: Convert arch_fsp_init() to use eventsSimon Glass2023-08-311-11/+0
* common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-151-1/+1
* doc: description of board_get_usable_ram_top()Heinrich Schuchardt2023-08-151-5/+10
* x86: Add a few more items to bdinfoSimon Glass2023-03-131-0/+3
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-2/+2
* common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait2022-10-061-0/+13
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
* cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait2022-09-131-0/+13
* arm: init: save previous bootloader dataDzmitry Sankouski2022-04-041-0/+13
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-101-11/+0
* event: Convert misc_init_f() to use eventsSimon Glass2022-03-101-1/+0
* common: board_r: move init_addr_map() to init.hOvidiu Panait2022-01-181-0/+10
* efi: Fix ll_boot_init() operation with the appSimon Glass2021-12-311-2/+5
* image: Explicitly declare do_bdinfo()WIP/2021-11-15-assorted-fixesAndy Shevchenko2021-11-151-0/+2
* pci: Drop pci_init_board()Simon Glass2021-08-061-3/+0
* 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