aboutsummaryrefslogtreecommitdiff
path: root/common/board_r.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-12-02common: Drop global inclusion of status_led.hSimon Glass1-0/+1
2019-11-20env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini1-1/+1
2019-10-27bootstage: Correct relocation algorithmSimon Glass1-1/+0
2019-08-30board_f: fix noncached reservation calculationStephen Warren1-0/+4
2019-08-11Drop PCMCIASimon Glass1-12/+0
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move env_relocate() to env.hSimon Glass1-0/+1
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher1-2/+2
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut1-1/+1
2019-07-13gpio: add gpio-hog supportHeiko Schocher1-0/+6
2019-07-07board_r: move initr_watchdog to be called after initr_serialWeijie Gao1-3/+3
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+4
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt1-0/+7
2019-02-09initcall: Move to inline functionAlexander Graf1-4/+1
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-18/+0
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-1/+2
2018-12-03board_r: fix build with DM_SPIChristophe Leroy1-1/+1
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt1-1/+2
2018-11-27board_r: Remove initr_spiJagan Teki1-11/+0
2018-11-27spi: Remove unused mpc8xx codeJagan Teki1-7/+0
2018-10-06configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt1-7/+4
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay1-1/+2
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+1
2018-07-10common: print \n in initr_scsi()Heinrich Schuchardt1-0/+1
2018-06-24board_r: Do not initialize IDE when DM BLK is onBin Meng1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-2/+2
2018-04-06input: Drop PS/2 keyboard supportSimon Glass1-15/+0
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay1-1/+0
2018-02-13fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt1-1/+1
2018-01-28common: board_r: Fix style violationsMario Six1-13/+14
2018-01-19board_r: remove superfluous #ifdef CONFIG_PRAMHeinrich Schuchardt1-2/+0
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen1-2/+2
2017-12-07log: Plumb logging into the init sequenceSimon Glass1-0/+2
2017-12-07Drop the log bufferSimon Glass1-23/+2
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen1-15/+0
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-6/+6
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-3/+3
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+1
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass1-0/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-10/+3
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-14/+0
2017-06-05bootstage: Record time taken to set up the live device treeSimon Glass1-2/+9
2017-06-05bootstage: Record the time taken to set up driver modelSimon Glass1-0/+2
2017-06-05bootstage: Init as early as possibleSimon Glass1-2/+1