summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* NDS32: Generic Board Support and UnsupportKun-Hua Huang2015-08-281-2/+6
* x86: fsp: Delay x86_fsp_init() call a little bitBin Meng2015-08-261-3/+3
* Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-171-1/+0
* x86: Switch to using generic global_data setupSimon Glass2015-08-141-1/+2
* Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass2015-08-141-2/+11
* Align global_data to a 16-byte boundarySimon Glass2015-08-141-0/+1
* common: Display >=4GiB memory bank sizeBin Meng2015-08-141-1/+2
* Add a way to skip relocationSimon Glass2015-08-051-0/+9
* efi: Avoid using non-existent text baseBen Stoltz2015-08-051-3/+4
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-141-0/+3
* Fix comment nits in board_f.cSimon Glass2015-04-291-5/+4
* Move initf_malloc() to a common placeSimon Glass2015-04-231-11/+1
* fdt: Rename setup_fdt() and make it prepare alsoSimon Glass2015-04-231-4/+1
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-231-65/+2
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-161-0/+6
* arc: clean-up init procedureAlexey Brodkin2015-04-031-4/+4
* m68k: fix 3 broken boardsangelo@sysam.it2015-03-281-2/+2
* common/board_f: move board_init_f_mem() from #else CONFIG_X86Alexey Brodkin2015-03-281-2/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-03-181-1/+2
|\
| * common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()Stefan Roese2015-03-131-1/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-03-101-0/+12
|\ \
| * | common: board: support systems with where RAM ends beyond 4GBStephen Warren2015-03-041-0/+12
| |/
* | common/board_f: implement type casting for gd structureAlexey Brodkin2015-03-051-1/+1
* | m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2015-03-051-0/+8
* | m68k: add generic-board supportangelo@sysam.it2015-03-051-6/+16
|/
* avr32: add generic board supportAndreas Bießmann2015-02-171-1/+1
* common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-171-35/+9
* Introduce board_init_f_mem() to handle early memory layoutSimon Glass2015-02-121-0/+18
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-02-101-1/+1
|\
| * common/board_f: add at91 wdtHeiko Schocher2015-02-071-1/+1
* | microblaze: Move architecture to use generic board initMichal Simek2015-02-091-2/+2
|/
* generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-291-1/+1
* Allow architecture-specific memory reservationSimon Glass2015-01-241-0/+7
* x86: board_f: Adjust x86 boot order for performanceSimon Glass2015-01-131-3/+5
* common/board_f.c: fix compile error when tracing disabledKevin Hilman2014-12-291-0/+2
* Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini2014-11-241-7/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-241-12/+2
|\
| * x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-211-5/+0
| * Move early malloc() to before arch_cpu_init()Simon Glass2014-11-211-1/+1
| * x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-211-1/+0
| * x86: Use the standard dram_init() functionSimon Glass2014-11-211-5/+1
* | sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-4/+4
* | common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck2014-11-231-4/+6
* | common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck2014-11-231-1/+7
|/
* common: board: use __weakJeroen Hofstee2014-10-241-8/+2
* generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada2014-09-161-4/+6
* common: fix include guards for CONFIG_MPGabriel Huau2014-09-161-2/+2
* dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass2014-09-101-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-08-291-4/+4
|\
OpenPOWER on IntegriCloud