summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-12common/board_f: Fix size variableYork Sun1-1/+1
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-5/+7
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-9/+0
2014-04-20board_f: call timer_init on MIPSPaul Burton1-1/+1
2014-04-20board_f: call init_func_ram on MIPSPaul Burton1-2/+2
2014-03-18sandbox: Use os functions to read host device treeSimon Glass1-27/+21
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-3/+3
2014-02-27Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-11/+3
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-11/+3
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-11/+0
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada1-2/+0
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-7/+13
2014-01-09arm64: generic board supportDavid Feng1-7/+13
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass1-3/+4
2014-01-09sandbox: Allow return from board_init_f()Simon Glass1-5/+3
2013-12-13board_f: explicitly disable console on early bootAlexey Brodkin1-0/+1
2013-10-17i2c: fix init on generic boardtrem1-0/+4
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-4/+2
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-2/+4
2013-06-26Add trace support to generic boardSimon Glass1-1/+16
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada1-49/+49
2013-06-05common: board_f: Do not call board_postclk_init twiceMasahiro Yamada1-6/+3
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-24/+0
2013-05-02lib: consolidate hang()Andreas Bießmann1-10/+0
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass1-0/+55
2013-05-01sandbox: Switch over to generic boardSimon Glass1-9/+42
2013-04-16x86: Allow setup code to manage its own global dataSimon Glass1-1/+1
2013-04-16x86: Fix DRAM bank size init with generic boardSimon Glass1-2/+1
2013-04-11Do not call board_early_init_f() twiceVadim Bendebury1-3/+0
2013-03-16x86: Adjust board_f.c for x86Simon Glass1-2/+81
2013-03-16Adjust board_f.c for ppcSimon Glass1-2/+332
2013-03-16Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass1-0/+14
2013-03-16Add spl load featureSimon Glass1-0/+13
2013-03-16Introduce generic pre-relocation board_f.cSimon Glass1-0/+579