aboutsummaryrefslogtreecommitdiff
path: root/common/board_r.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-09-13cyclic: Integrate cyclic functionality at bootup in board_r/fStefan Roese1-0/+2
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-04Audit <flash.h> inclusionTom Rini1-0/+2
2022-06-06common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes1-15/+0
2022-06-06event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+3
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini1-2/+2
2022-05-11board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r()Ovidiu Panait1-8/+5
2022-04-29efi_loader: call efi_init_early() earlierHeinrich Schuchardt1-3/+3
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini1-3/+2
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro1-1/+1
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski1-0/+5
2022-03-10event: Add basic support for eventsSimon Glass1-0/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-18common: board_r: drop ifdefs around header includesOvidiu Panait1-9/+0
2022-01-18common: board_r: include asm-generic/gpio.hOvidiu Panait1-3/+1
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait1-3/+0
2022-01-18common: board_r: drop initr_addr_map wrapperOvidiu Panait1-10/+1
2022-01-18common: board_r: drop initr_kgdb wrapperOvidiu Panait1-10/+1
2022-01-18common: remove bedbug debugger supportOvidiu Panait1-8/+1
2021-12-31x86: efi: Don't set up global_data again with EFISimon Glass1-3/+2
2021-12-23fdt: Show a runtime warning based on devicetree sourceWIP/2021-12-23-make-OF_BOARD-a-booleanSimon Glass1-0/+6
2021-12-23fdt: Report the devicetree sourceSimon Glass1-0/+18
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+2
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-2/+2
2021-09-07common: board_r: support enable_caches for RISC-VZong Li1-2/+2
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini1-1/+1
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...WIP/01Nov2020Tom 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-06common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait1-3/+3
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-1/+1