summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)Author
2015-04-03arc: clean-up init procedureAlexey Brodkin
2015-03-28m68k: fix 3 broken boardsangelo@sysam.it
2015-03-28common/board_f: move board_init_f_mem() from #else CONFIG_X86Alexey Brodkin
2015-03-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-03-13common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()Stefan Roese
2015-03-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2015-03-05common/board_f: implement type casting for gd structureAlexey Brodkin
2015-03-05m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang
2015-03-05m68k: add generic-board supportangelo@sysam.it
2015-03-04common: board: support systems with where RAM ends beyond 4GBStephen Warren
2015-02-17avr32: add generic board supportAndreas Bießmann
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann
2015-02-12Introduce board_init_f_mem() to handle early memory layoutSimon Glass
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2015-02-09microblaze: Move architecture to use generic board initMichal Simek
2015-02-07common/board_f: add at91 wdtHeiko Schocher
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada
2015-01-24Allow architecture-specific memory reservationSimon Glass
2015-01-13x86: board_f: Adjust x86 boot order for performanceSimon Glass
2014-12-29common/board_f.c: fix compile error when tracing disabledKevin Hilman
2014-11-24Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck
2014-11-23common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass
2014-11-21Move early malloc() to before arch_cpu_init()Simon Glass
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass
2014-11-21x86: Use the standard dram_init() functionSimon Glass
2014-10-24common: board: use __weakJeroen Hofstee
2014-09-16generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada
2014-09-16common: fix include guards for CONFIG_MPGabriel Huau
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass
2014-08-29Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-08-24nios2: add generic board supportThomas Chou
2014-08-20mx6: add support of multi-processor commandGabriel Huau
2014-08-07support blackfin board initialization in generic board_fSonic Zhang
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass
2014-07-18common: board_f: cosmetic use __weak for ledsJeroen Hofstee
2014-05-12common/board_f: Fix size variableYork Sun
2014-05-12common/board_f: Initialized global data for generic boardYork Sun
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-04-20board_f: call timer_init on MIPSPaul Burton
2014-04-20board_f: call init_func_ram on MIPSPaul Burton
2014-03-17sandbox: Use os functions to read host device treeSimon Glass
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun