summaryrefslogtreecommitdiff
path: root/common/board_r.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait2020-05-151-10/+11
* common/board_r: Drop initr_bedbug wrapperWIP/2020-05-01-master-importsOvidiu 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
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini2019-11-201-1/+1
* bootstage: Correct relocation algorithmSimon Glass2019-10-271-1/+0
* board_f: fix noncached reservation calculationStephen Warren2019-08-301-0/+4
* Drop PCMCIASimon Glass2019-08-111-12/+0
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-1/+1
* env: Move env_relocate() to env.hSimon Glass2019-08-111-0/+1
* gpio: fixes for gpio-hog supportHeiko Schocher2019-07-291-2/+2
* watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-191-1/+1
* gpio: add gpio-hog supportHeiko Schocher2019-07-131-0/+6
* board_r: move initr_watchdog to be called after initr_serialWeijie Gao2019-07-071-3/+3
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+4
* efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt2019-04-121-0/+7
* initcall: Move to inline functionAlexander Graf2019-02-091-4/+1
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-18/+0
|\
| * board_r: Remove initr_spiJagan Teki2018-11-271-11/+0