summaryrefslogtreecommitdiff
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-14/+0
|\
| * spi: Zap CONFIG_HARD_SPIJagan Teki2018-11-271-12/+0
| * spi: Remove used spi_initJagan Teki2018-11-271-2/+0
* | spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-0/+15
* | bloblist: Locate bloblist in U-BootSimon Glass2018-11-261-0/+34
|/
* arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar2018-11-161-1/+1
* dm: cpu: Fix print_cpuinfo() outputBin Meng2018-11-141-1/+1
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-11-141-0/+28
* Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng2018-11-071-28/+0
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-09-181-0/+28
* common: board_f: Sort includesMario Six2018-09-181-1/+1
* board_f: Add reset status printingMario Six2018-09-181-0/+28
* lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu2018-07-191-2/+2
* board_f: Only reserve memory for U-Boot if we're going to relocateAlexey Brodkin2018-06-051-13/+15
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* arc: Introduce a possibility to not relocate U-bootAlexey Brodkin2018-03-211-1/+2
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-1/+0
* common: move board_f.c prototypes in init.hPatrick Delaunay2018-03-161-1/+1
* common: board_f: Fix style violationsMario Six2018-01-281-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-coldfireTom Rini2018-01-241-2/+1
|\
| * common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFOAngelo Dureghello2018-01-231-2/+1
* | common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat2018-01-231-0/+10
|/
* riscv: Modify generic codes to support RISC-VRick Chen2018-01-121-1/+1
* log: Plumb logging into the init sequenceSimon Glass2017-12-071-1/+4
* Drop the log bufferSimon Glass2017-12-071-18/+0
* board_f: Drop the timer after relocationSimon Glass2017-09-161-0/+3
* common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni2017-08-201-27/+0
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-2/+2
* common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu2017-08-021-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-2/+2
* MIPS: Stop building position independent codePaul Burton2017-07-251-1/+1
* board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2017-07-101-0/+3
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-3/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-8/+1
* board_f: fix calculation of reloc_offLothar Waßmann2017-06-121-2/+5
* board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass2017-06-121-5/+2
* powerpc, 5xx: remove support for 5xxHeiko Schocher2017-06-121-2/+1
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-1/+1
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-2/+2
* bootstage: Support SPLSimon Glass2017-06-051-1/+16
* bootstage: Record the time taken to set up driver modelSimon Glass2017-06-051-0/+2
* bootstage: Init as early as possibleSimon Glass2017-06-051-1/+1
* bootstage: Support relocating boostage dataSimon Glass2017-06-051-0/+34
* bootstage: Convert to use malloc()Simon Glass2017-06-051-2/+8
* arm: Remove include files from common.hSimon Glass2017-06-051-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-05-151-2/+2
|\
| * i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass2017-05-151-2/+2
* | board_f: skip timer_init() on Coldfire archsAngelo Dureghello2017-05-151-0/+2
|/
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-15/+0
* Remove various unused interrupt related codeTom Rini2017-04-061-5/+0