summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-28common/board_f: move board_init_f_mem() from #else CONFIG_X86Alexey Brodkin1-2/+4
2015-03-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+2
2015-03-13common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()Stefan Roese1-1/+2
2015-03-11Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+12
2015-03-06common/board_f: implement type casting for gd structureAlexey Brodkin1-1/+1
2015-03-06m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang1-0/+8
2015-03-06m68k: add generic-board supportangelo@sysam.it1-6/+16
2015-03-04common: board: support systems with where RAM ends beyond 4GBStephen Warren1-0/+12
2015-02-18avr32: add generic board supportAndreas Bießmann1-1/+1
2015-02-18common/board_f: factor out reserve_stacksAndreas Bießmann1-35/+9
2015-02-12Introduce board_init_f_mem() to handle early memory layoutSimon Glass1-0/+18
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-1/+1
2015-02-09microblaze: Move architecture to use generic board initMichal Simek1-2/+2
2015-02-08common/board_f: add at91 wdtHeiko Schocher1-1/+1
2015-01-30generic-board: show model name in board_init_f() tooMasahiro Yamada1-1/+1
2015-01-24Allow architecture-specific memory reservationSimon Glass1-0/+7
2015-01-13x86: board_f: Adjust x86 boot order for performanceSimon Glass1-3/+5
2014-12-30common/board_f.c: fix compile error when tracing disabledKevin Hilman1-0/+2
2014-11-25Revert "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-25common: 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-19common: 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-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