aboutsummaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang1-2/+6
2015-08-26x86: fsp: Delay x86_fsp_init() call a little bitBin Meng1-3/+3
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass1-1/+0
2015-08-14x86: Switch to using generic global_data setupSimon Glass1-1/+2
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass1-2/+11
2015-08-14Align global_data to a 16-byte boundarySimon Glass1-0/+1
2015-08-14common: Display >=4GiB memory bank sizeBin Meng1-1/+2
2015-08-05Add a way to skip relocationSimon Glass1-0/+9
2015-08-05efi: Avoid using non-existent text baseBen Stoltz1-3/+4
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-0/+3
2015-04-29Fix comment nits in board_f.cSimon Glass1-5/+4
2015-04-23Move initf_malloc() to a common placeSimon Glass1-11/+1
2015-04-23fdt: Rename setup_fdt() and make it prepare alsoSimon Glass1-4/+1
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-65/+2
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-16dm: Add a new CPU init function which can use driver modelSimon Glass1-0/+6
2015-04-03arc: clean-up init procedureAlexey Brodkin1-4/+4
2015-03-28m68k: fix 3 broken boardsangelo@sysam.it1-2/+2
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-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+12
2015-03-05common/board_f: implement type casting for gd structureAlexey Brodkin1-1/+1
2015-03-05m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang1-0/+8
2015-03-05m68k: 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-17avr32: add generic board supportAndreas Bießmann1-1/+1
2015-02-17common/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-07common/board_f: add at91 wdtHeiko Schocher1-1/+1
2015-01-29generic-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-29common/board_f.c: fix compile error when tracing disabledKevin Hilman1-0/+2
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