summaryrefslogtreecommitdiffstats
path: root/common/board_r.c
Commit message (Expand)AuthorAgeFilesLines
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-041-0/+2
* common: Move initr_addr_map() to a bit earlierBin Meng2021-03-051-3/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-151-14/+2
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-151-10/+1
* common: board_r: Drop initr_jumptable wrapperOvidiu Panait2021-01-151-7/+1
* common: board_r: Drop initr_xen wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_noncached wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-151-14/+4
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-151-10/+1
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-151-15/+2
* common: board_r: Drop initr_console_record wrapperOvidiu Panait2021-01-151-10/+3
* Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-11-011-0/+6
|\
| * efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro2020-10-301-0/+6
* | dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-10/+9
|/
* dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot2020-10-281-0/+12
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+14
* xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko2020-08-141-0/+13
* common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait2020-08-061-3/+3
* blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-061-1/+1
* common/board_r: Remove initr_serial wrapperOvidiu Panait2020-08-061-7/+1
* pci_ep: Add the init functionXiaowei Bao2020-07-271-0/+12
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* bdinfo: net: ppc: Drop bi_enet1addr and other similar infoSimon Glass2020-06-251-15/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-05-201-0/+8
|\
| * board_r: Detect ifc-nor flash at run-timePankit Garg2020-05-191-0/+8
* | common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* | command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* | common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* | bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-181-2/+2
* | common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* | common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
|/
* board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait2020-05-151-3/+2
* board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait2020-05-151-10/+11
* common/board_r: Drop initr_bedbug wrapperOvidiu Panait2020-05-011-10/+1
* common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait2020-05-011-12/+0
* common: fix regression on block cache initAngelo Durgehello2020-01-261-1/+1
* common: add blkcache initAngelo Durgehello2020-01-251-0/+3
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-1/+1
* common: Move reset_phy() to net.hSimon Glass2020-01-171-0/+1
* common: Move jumptable_init() out of common.hSimon Glass2020-01-171-0/+1
* common: Move main_loop() to init.hSimon Glass2020-01-171-0/+1
* x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass2019-12-151-0/+3
* board_r: Move early-timer init laterSimon Glass2019-12-151-5/+14
* binman: Add a library to access binman entriesSimon Glass2019-12-151-0/+10
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1