summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* console: Add a console bufferSimon Glass2015-11-191-0/+10
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou2015-11-191-1/+1
* x86: Move timer_init() call a bit earlierBin Meng2015-11-131-1/+1
* common: Simplify get_clocks() #ifdefPeng Fan2015-11-121-4/+1
* Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2015-11-061-2/+2
|\
| * nios2: use common sequence for reserve_ubootThomas Chou2015-11-061-2/+2
* | common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck2015-11-061-2/+6
|/
* common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu2015-10-291-1/+1
* common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu2015-10-241-1/+1
* Move board_init_f_mem() into a common locationSimon Glass2015-10-241-29/+0
* nios2: convert altera timer to driver modelThomas Chou2015-10-231-2/+1
* nios2: Switch to generic timerThomas Chou2015-10-231-1/+2
* 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
OpenPOWER on IntegriCloud