summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Use os functions to read host device treeSimon Glass2014-03-171-27/+21
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-071-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-261-11/+3
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-261-11/+3
* | common: Add get_effective_memsize() to memsize.cYork Sun2014-02-211-11/+0
|/
* Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-191-2/+0
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-101-7/+13
|\
| * arm64: generic board supportDavid Feng2014-01-091-7/+13
* | sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-081-3/+4
* | sandbox: Allow return from board_init_f()Simon Glass2014-01-081-5/+3
* | board_f: explicitly disable console on early bootAlexey Brodkin2013-12-131-0/+1
|/
* i2c: fix init on generic boardtrem2013-10-171-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-2/+2
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-4/+2
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-2/+4
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* Add trace support to generic boardSimon Glass2013-06-261-1/+16
* generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2013-06-071-49/+49
* common: board_f: Do not call board_postclk_init twiceMasahiro Yamada2013-06-041-6/+3
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-151-24/+0
* lib: consolidate hang()Andreas Bießmann2013-05-011-10/+0
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-011-0/+55
* sandbox: Switch over to generic boardSimon Glass2013-05-011-9/+42
* x86: Allow setup code to manage its own global dataSimon Glass2013-04-151-1/+1
* x86: Fix DRAM bank size init with generic boardSimon Glass2013-04-151-2/+1
* Do not call board_early_init_f() twiceVadim Bendebury2013-04-111-3/+0
* x86: Adjust board_f.c for x86Simon Glass2013-03-151-2/+81
* Adjust board_f.c for ppcSimon Glass2013-03-151-2/+332
* Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass2013-03-151-0/+14
* Add spl load featureSimon Glass2013-03-151-0/+13
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-151-0/+579
OpenPOWER on IntegriCloud