summaryrefslogtreecommitdiff
path: root/common/board_r.c
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* common: board_r: drop ifdefs around header includesOvidiu Panait2022-01-181-9/+0
* common: board_r: include asm-generic/gpio.hOvidiu Panait2022-01-181-3/+1
* common: board_r: move init_addr_map() to init.hOvidiu Panait2022-01-181-3/+0
* common: board_r: drop initr_addr_map wrapperOvidiu Panait2022-01-181-10/+1
* common: board_r: drop initr_kgdb wrapperOvidiu Panait2022-01-181-10/+1
* common: remove bedbug debugger supportOvidiu Panait2022-01-181-8/+1
* x86: efi: Don't set up global_data again with EFISimon Glass2021-12-311-3/+2
* fdt: Show a runtime warning based on devicetree sourceSimon Glass2021-12-231-0/+6
* fdt: Report the devicetree sourceSimon Glass2021-12-231-0/+18
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-2/+2
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-2/+2
|\
| * common: board_r: support enable_caches for RISC-VZong Li2021-09-071-2/+2
* | Convert CONFIG_ID_EEPROM to KconfigTom Rini2021-08-301-1/+1
|/
* common: board_r: print error if binman_init failsTim Harvey2021-08-011-1/+7
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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...WIP/01Nov2020Tom 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 sequenceWIP/2020-08-06-Kconfig-sram-optionsOvidiu 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-qoriqWIP/20May2020Tom 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