summaryrefslogtreecommitdiff
path: root/common/board_r.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * spi: Remove unused mpc8xx codeJagan Teki2018-11-271-7/+0
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-12-031-1/+2
|\ \
| * | fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt2018-12-021-1/+2
| |/
* | board_r: fix build with DM_SPIChristophe Leroy2018-12-031-1/+1
|/
* configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt2018-10-061-7/+4
* sandbox: led: use new function to configure default statePatrick Delaunay2018-08-101-1/+2
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* common: print \n in initr_scsi()Heinrich Schuchardt2018-07-101-0/+1
* board_r: Do not initialize IDE when DM BLK is onBin Meng2018-06-241-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-2/+2
* input: Drop PS/2 keyboard supportSimon Glass2018-04-061-15/+0
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-1/+0
* fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt2018-02-131-1/+1
* common: board_r: Fix style violationsMario Six2018-01-281-13/+14
* board_r: remove superfluous #ifdef CONFIG_PRAMHeinrich Schuchardt2018-01-191-2/+0
* riscv: Modify generic codes to support RISC-VRick Chen2018-01-121-2/+2
* log: Plumb logging into the init sequenceSimon Glass2017-12-071-0/+2
* Drop the log bufferSimon Glass2017-12-071-23/+2
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-161-15/+0
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-6/+6
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-3/+3
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-1/+1
* Allow displaying the U-Boot banner on a video displaySimon Glass2017-07-111-0/+1
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-10/+3
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-14/+0
* bootstage: Record time taken to set up the live device treeSimon Glass2017-06-051-2/+9
* bootstage: Record the time taken to set up driver modelSimon Glass2017-06-051-0/+2
* bootstage: Init as early as possibleSimon Glass2017-06-051-2/+1
* api: Add a header for api_init()Simon Glass2017-06-051-0/+1
* dm: Build a live tree after relocationSimon Glass2017-06-011-0/+12
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-6/+4
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-161-2/+2
|\