summaryrefslogtreecommitdiff
path: root/common/board_f.c
AgeCommit message (Expand)Author
2016-10-11board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-21board_f: Add a mach_cpu_init callbackPaul Burton
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-07-15armv8: Add tlb_allocated to arch global dataYork Sun
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun
2016-07-14board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin
2016-07-14board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin
2016-05-27board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass
2016-03-17x86: Allow use of serial soon after relocationSimon Glass
2016-02-26timer: Set up the real timer after driver model is availableSimon Glass
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass
2016-01-20common: Move LCD and video memory reservation togetherSimon Glass
2015-12-15common: Rewrite hiding the end of memoryYork Sun
2015-12-15Reserve secure memoryYork Sun
2015-12-09common: Remove timer_init() call for x86Bin Meng
2015-12-05common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief
2015-11-19console: Add a console bufferSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou
2015-11-13x86: Move timer_init() call a bit earlierBin Meng
2015-11-12common: Simplify get_clocks() #ifdefPeng Fan
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck
2015-11-06nios2: use common sequence for reserve_ubootThomas Chou
2015-10-29common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu
2015-10-24Move board_init_f_mem() into a common locationSimon Glass
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23nios2: Switch to generic timerThomas Chou
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang
2015-08-26x86: fsp: Delay x86_fsp_init() call a little bitBin Meng
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass
2015-08-14x86: Switch to using generic global_data setupSimon Glass
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass
2015-08-14Align global_data to a 16-byte boundarySimon Glass
2015-08-14common: Display >=4GiB memory bank sizeBin Meng
2015-08-05Add a way to skip relocationSimon Glass
2015-08-05efi: Avoid using non-existent text baseBen Stoltz
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng
2015-04-29Fix comment nits in board_f.cSimon Glass
2015-04-23Move initf_malloc() to a common placeSimon Glass
2015-04-23fdt: Rename setup_fdt() and make it prepare alsoSimon Glass
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger