aboutsummaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sectionsSimon Glass1-9/+8
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-2/+2
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass1-18/+0
2017-04-05SPARC: RemoveTom Rini1-19/+1
2017-04-05Blackfin: RemoveTom Rini1-10/+9
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc1-0/+10
2017-03-14armv8: layerscape: Rewrite memory reservationYork Sun1-24/+8
2017-02-06x86: Do relocation before clearing BSSSimon Glass1-1/+1
2017-02-06board_f/r: Use static const for the init sequencesSimon Glass1-2/+2
2017-02-06x86: board_f: Update init sequence for 64-bit startupSimon Glass1-3/+7
2017-01-25Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()Simon Glass1-3/+0
2017-01-25Drop the static inline print_cpuinfo()Simon Glass1-0/+2
2017-01-25powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass1-5/+0
2017-01-25powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-4/+0
2016-12-02common: sh: add necessary define bits to board_fVladimir Zapolskiy1-6/+9
2016-10-11board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass1-3/+0
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-2/+2
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-21board_f: Add a mach_cpu_init callbackPaul Burton1-0/+6
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-3/+9
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+10
2016-07-15armv8: Add tlb_allocated to arch global dataYork Sun1-0/+9
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun1-1/+1
2016-07-14board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin1-1/+1
2016-07-14board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin1-0/+1
2016-05-27board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass1-1/+1
2016-03-17x86: Allow use of serial soon after relocationSimon Glass1-0/+7
2016-02-26timer: Set up the real timer after driver model is availableSimon Glass1-0/+6
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-3/+0
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass1-12/+35
2016-01-20common: Move LCD and video memory reservation togetherSimon Glass1-14/+14
2015-12-15common: Rewrite hiding the end of memoryYork Sun1-8/+15
2015-12-15Reserve secure memoryYork Sun1-0/+9
2015-12-09common: Remove timer_init() call for x86Bin Meng1-1/+1
2015-12-05common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu1-0/+4
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief1-0/+17
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief1-1/+2
2015-11-19console: Add a console bufferSimon Glass1-0/+10
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-19common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou1-1/+1
2015-11-13x86: Move timer_init() call a bit earlierBin Meng1-1/+1
2015-11-12common: Simplify get_clocks() #ifdefPeng Fan1-4/+1
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini1-2/+2
2015-11-06common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck1-2/+6
2015-11-06nios2: use common sequence for reserve_ubootThomas Chou1-2/+2
2015-10-29common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu1-1/+1
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu1-1/+1
2015-10-24Move board_init_f_mem() into a common locationSimon Glass1-29/+0
2015-10-23nios2: convert altera timer to driver modelThomas Chou1-2/+1
2015-10-23nios2: Switch to generic timerThomas Chou1-1/+2