summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-24Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini1-7/+1
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini1-12/+2
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-4/+4
2014-11-23common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck1-4/+6
2014-11-23common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck1-1/+7
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass1-5/+0
2014-11-21Move early malloc() to before arch_cpu_init()Simon Glass1-1/+1
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass1-1/+0
2014-11-21x86: Use the standard dram_init() functionSimon Glass1-5/+1
2014-10-24common: board: use __weakJeroen Hofstee1-8/+2
2014-09-16generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada1-4/+6
2014-09-16common: fix include guards for CONFIG_MPGabriel Huau1-2/+2
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass1-2/+2
2014-08-29Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-4/+4
2014-08-24nios2: add generic board supportThomas Chou1-3/+3
2014-08-20mx6: add support of multi-processor commandGabriel Huau1-4/+4
2014-08-07support blackfin board initialization in generic board_fSonic Zhang1-11/+34
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+16
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+12
2014-07-18common: board_f: cosmetic use __weak for ledsJeroen Hofstee1-19/+10
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-17sandbox: 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-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-11/+3
2014-02-26arm: 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-08sandbox: Allow reading/writing of RAM bufferSimon Glass1-3/+4
2014-01-08sandbox: 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-04common: 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-01lib: 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-15x86: Allow setup code to manage its own global dataSimon Glass1-1/+1