summaryrefslogtreecommitdiff
path: root/common/board_f.c
Commit message (Expand)AuthorAgeLines
* dm: common: Add memory reservation for the video uclassSimon Glass2016-01-20-12/+35
* common: Move LCD and video memory reservation togetherSimon Glass2016-01-20-14/+14
* common: Rewrite hiding the end of memoryYork Sun2015-12-15-8/+15
* Reserve secure memoryYork Sun2015-12-15-0/+9
* common: Remove timer_init() call for x86Bin Meng2015-12-09-1/+1
* common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu2015-12-05-0/+4
* sparc: Update PROM initialization code for generic boardFrancois Retief2015-12-03-0/+17
* sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief2015-12-03-1/+2
* console: Add a console bufferSimon Glass2015-11-19-0/+10
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou2015-11-19-1/+1
* x86: Move timer_init() call a bit earlierBin Meng2015-11-13-1/+1
* common: Simplify get_clocks() #ifdefPeng Fan2015-11-12-4/+1
* Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2015-11-06-2/+2
|\
| * nios2: use common sequence for reserve_ubootThomas Chou2015-11-06-2/+2
* | common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck2015-11-06-2/+6
|/
* common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu2015-10-29-1/+1
* common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu2015-10-24-1/+1
* Move board_init_f_mem() into a common locationSimon Glass2015-10-24-29/+0
* nios2: convert altera timer to driver modelThomas Chou2015-10-23-2/+1
* nios2: Switch to generic timerThomas Chou2015-10-23-1/+2
* NDS32: Generic Board Support and UnsupportKun-Hua Huang2015-08-28-2/+6
* x86: fsp: Delay x86_fsp_init() call a little bitBin Meng2015-08-26-3/+3
* Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-17-1/+0
* x86: Switch to using generic global_data setupSimon Glass2015-08-14-1/+2
* Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass2015-08-14-2/+11
* Align global_data to a 16-byte boundarySimon Glass2015-08-14-0/+1
* common: Display >=4GiB memory bank sizeBin Meng2015-08-14-1/+2
* Add a way to skip relocationSimon Glass2015-08-05-0/+9
* efi: Avoid using non-existent text baseBen Stoltz2015-08-05-3/+4
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-14-0/+3
* Fix comment nits in board_f.cSimon Glass2015-04-29-5/+4
* Move initf_malloc() to a common placeSimon Glass2015-04-23-11/+1
* fdt: Rename setup_fdt() and make it prepare alsoSimon Glass2015-04-23-4/+1
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-23-65/+2
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-16-0/+6
* arc: clean-up init procedureAlexey Brodkin2015-04-03-4/+4
* m68k: fix 3 broken boardsangelo@sysam.it2015-03-28-2/+2
* common/board_f: move board_init_f_mem() from #else CONFIG_X86Alexey Brodkin2015-03-28-2/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-03-18-1/+2
|\
| * common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()Stefan Roese2015-03-13-1/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-03-10-0/+12
|\ \
| * | common: board: support systems with where RAM ends beyond 4GBStephen Warren2015-03-04-0/+12
| |/
* | common/board_f: implement type casting for gd structureAlexey Brodkin2015-03-05-1/+1
* | m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2015-03-05-0/+8
* | m68k: add generic-board supportangelo@sysam.it2015-03-05-6/+16
|/
* avr32: add generic board supportAndreas Bießmann2015-02-17-1/+1
* common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-17-35/+9
* Introduce board_init_f_mem() to handle early memory layoutSimon Glass2015-02-12-0/+18