summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* common: board: use __weakJeroen Hofstee2014-10-241-8/+2
* generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada2014-09-161-4/+6
* common: fix include guards for CONFIG_MPGabriel Huau2014-09-161-2/+2
* dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass2014-09-101-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-08-291-4/+4
|\
| * mx6: add support of multi-processor commandGabriel Huau2014-08-201-4/+4
* | nios2: add generic board supportThomas Chou2014-08-241-3/+3
* | support blackfin board initialization in generic board_fSonic Zhang2014-08-071-11/+34
|/
* dm: Support driver model prior to relocationSimon Glass2014-07-231-0/+16
* Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-231-0/+12
* common: board_f: cosmetic use __weak for ledsJeroen Hofstee2014-07-181-19/+10
* common/board_f: Fix size variableYork Sun2014-05-121-1/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-5/+7
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-9/+0
* board_f: call timer_init on MIPSPaul Burton2014-04-201-1/+1
* board_f: call init_func_ram on MIPSPaul Burton2014-04-201-2/+2
* 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