summaryrefslogtreecommitdiff
path: root/common/board_f.c
Commit message (Expand)AuthorAgeLines
* x86: Do relocation before clearing BSSSimon Glass2017-02-06-1/+1
* board_f/r: Use static const for the init sequencesSimon Glass2017-02-06-2/+2
* x86: board_f: Update init sequence for 64-bit startupSimon Glass2017-02-06-3/+7
* Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()Simon Glass2017-01-25-3/+0
* Drop the static inline print_cpuinfo()Simon Glass2017-01-25-0/+2
* powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass2017-01-25-5/+0
* powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass2017-01-25-4/+0
* common: sh: add necessary define bits to board_fVladimir Zapolskiy2016-12-02-6/+9
* board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass2016-10-11-3/+0
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-06-2/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* board_f: Add a mach_cpu_init callbackPaul Burton2016-09-21-0/+6
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-15-3/+9
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-19-1/+10
|\
| * armv8: Add tlb_allocated to arch global dataYork Sun2016-07-15-0/+9
| * armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-15-1/+1
* | board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin2016-07-14-1/+1
* | board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin2016-07-14-0/+1
|/
* board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass2016-05-27-1/+1
* x86: Allow use of serial soon after relocationSimon Glass2016-03-17-0/+7
* timer: Set up the real timer after driver model is availableSimon Glass2016-02-26-0/+6
* Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-08-3/+0
* 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