summaryrefslogtreecommitdiff
path: root/common/board_r.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29common: board_r: Enable set_pmic()Hal Feng1-0/+3
2021-09-07common: board_r: support enable_caches for RISC-VZong Li1-2/+2
2021-08-01common: board_r: print error if binman_init failsTim Harvey1-1/+7
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes1-0/+2
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-14/+2
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait1-10/+1
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait1-7/+1
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-14/+4
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait1-10/+1
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait1-15/+2
2021-01-15common: board_r: Drop initr_console_record wrapperOvidiu Panait1-10/+3
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+6
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro1-0/+6
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-10/+9
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot1-0/+12
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+14
2020-08-14xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko1-0/+13
2020-08-07common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait1-3/+3
2020-08-07blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-1/+1
2020-08-06common/board_r: Remove initr_serial wrapperOvidiu Panait1-7/+1
2020-07-27pci_ep: Add the init functionXiaowei Bao1-0/+12
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-06-25bdinfo: net: ppc: Drop bi_enet1addr and other similar infoSimon Glass1-15/+1
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-0/+8
2020-05-19board_r: Detect ifc-nor flash at run-timePankit Garg1-0/+8
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass1-2/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-16board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait1-3/+2
2020-05-16board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait1-10/+11
2020-05-01common/board_r: Drop initr_bedbug wrapperOvidiu Panait1-10/+1
2020-05-01common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait1-12/+0
2020-01-26common: fix regression on block cache initAngelo Durgehello1-1/+1
2020-01-25common: add blkcache initAngelo Durgehello1-0/+3
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-1/+1
2020-01-17common: Move reset_phy() to net.hSimon Glass1-0/+1
2020-01-17common: Move jumptable_init() out of common.hSimon Glass1-0/+1
2020-01-17common: Move main_loop() to init.hSimon Glass1-0/+1
2019-12-15x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass1-0/+3