1. e770603 board_f: powerpc: Drop unused headers by Simon Glass · 8 years ago
  2. 6ab9107 board_f: Make relocation functions generic by Simon Glass · 8 years ago
  3. 6bbf83f board_f: Make init_helpers generic by Simon Glass · 8 years ago
  4. bbf26ab powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 8 years ago
  5. b3c1256 board_f: Move errno.h down to the bottom by Simon Glass · 8 years ago
  6. db8035f board_f: Drop unused headers by Simon Glass · 8 years ago
  7. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  8. 6a55322 board_f: Drop CONFIG_SPL_BUILD check by Simon Glass · 8 years ago
  9. 70ac86c board_f: Put video memory reservation in one function by Simon Glass · 8 years ago
  10. e3cb449 board_f: Move the extra #ifdef condition into reserve_mmu() by Simon Glass · 8 years ago
  11. bcf257d board_f: Use a single condition for reserve_logbuffer() by Simon Glass · 8 years ago
  12. acaf69f xtensa: Place relocated U-Boot in the normal place by Simon Glass · 8 years ago
  13. 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  14. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  15. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · 8 years ago
  16. c04d5b9 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
  17. b419dbb board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  18. 156283f board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  19. 6829d8c powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 8 years ago
  20. 34863be board_f: Use timer_init() on all archs by Simon Glass · 8 years ago
  21. 4c974d7 board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  22. e8d20d4 board_f: powerpc: Unified get_clocks() portion of init sequence by Simon Glass · 8 years ago
  23. 25eb4cb board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
  24. 61572ad board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
  25. ffe0fb4 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
  26. 70064a7 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections by Simon Glass · 8 years ago
  27. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
  28. b94eed5 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  29. fef2bd1 SPARC: Remove by Tom Rini · 8 years ago
  30. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  31. 7e9b9d6 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  32. 4de24ef armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  33. 2a7bf77 x86: Do relocation before clearing BSS by Simon Glass · 8 years ago
  34. 2031fad board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  35. 6e1a81a x86: board_f: Update init sequence for 64-bit startup by Simon Glass · 8 years ago
  36. ab051bb Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · 8 years ago
  37. 68c1d01 Drop the static inline print_cpuinfo() by Simon Glass · 8 years ago
  38. 8937073 powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 8 years ago
  39. 302445a powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
  40. 67fa10d common: sh: add necessary define bits to board_f by Vladimir Zapolskiy · 8 years ago
  41. 39c4d6f board_f: Drop the extra fdtdec_prepare_fdt() by Simon Glass · 8 years ago
  42. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  43. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  44. 1f508dd board_f: Add a mach_cpu_init callback by Paul Burton · 8 years ago
  45. 41e3737 xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  46. 99777bd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  47. f84f81e armv8: Add tlb_allocated to arch global data by York Sun · 8 years ago
  48. 1ef95cc armv8: Move secure_ram variable out of generic global data by York Sun · 8 years ago
  49. d3aa98a board_f: prevent misleading "Watchdog enabled" output by Anatolij Gustschin · 8 years ago
  50. 87db294 board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y by Anatolij Gustschin · 8 years ago
  51. 90632bd board_f: Don't require CONFIG_SYS_MONITOR_BASE by Simon Glass · 9 years ago
  52. 51f73f1 x86: Allow use of serial soon after relocation by Simon Glass · 9 years ago
  53. 8e4f80f timer: Set up the real timer after driver model is available by Simon Glass · 9 years ago
  54. fe6fbf3 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  55. fce58f5 dm: common: Add memory reservation for the video uclass by Simon Glass · 9 years ago
  56. 1008da0 common: Move LCD and video memory reservation together by Simon Glass · 9 years ago
  57. 5073937 common: Rewrite hiding the end of memory by York Sun · 9 years ago
  58. 5d286cd Reserve secure memory by York Sun · 9 years ago
  59. 3161764 common: Remove timer_init() call for x86 by Bin Meng · 9 years ago
  60. abffd31 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · 9 years ago
  61. fc7784e sparc: Update PROM initialization code for generic board by Francois Retief · 9 years ago
  62. 7d07d68 sparc: Update cpu_init.c to use generic timer infrastructure by Francois Retief · 9 years ago
  63. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  64. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  65. c2fbaa2 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  66. e8e589d x86: Move timer_init() call a bit earlier by Bin Meng · 9 years ago
  67. d7f1892 common: Simplify get_clocks() #ifdef by Peng Fan · 9 years ago
  68. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  69. bb08b0b common/board_f: enable setup_board_part1() for MIPS by Daniel Schwierzeck · 9 years ago
  70. 133b9c3 nios2: use common sequence for reserve_uboot by Thomas Chou · 9 years ago
  71. 52de2e5 common/board_f.c: change the macro name and remove it for PPC platforms by Gong Qianyu · 9 years ago
  72. 8bca435 common/board_f.c: modify the macro to use get_clocks() more common by Gong Qianyu · 9 years ago
  73. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  74. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  75. 47903a6 nios2: Switch to generic timer by Thomas Chou · 9 years ago
  76. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  77. 178f897 x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · 9 years ago
  78. 04ae3d0 Revert "Align global_data to a 16-byte boundary" by Simon Glass · 9 years ago
  79. 0e27b87 x86: Switch to using generic global_data setup by Simon Glass · 9 years ago
  80. 08ef305 Allow arch-specific setting of global_data in board_init_f_mem() by Simon Glass · 9 years ago
  81. 862396c Align global_data to a 16-byte boundary by Simon Glass · 9 years ago
  82. c896448 common: Display >=4GiB memory bank size by Bin Meng · 9 years ago
  83. 00dd17a Add a way to skip relocation by Simon Glass · 9 years ago
  84. 1930e8d efi: Avoid using non-existent text base by Ben Stoltz · 9 years ago
  85. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 9 years ago
  86. 839855c Fix comment nits in board_f.c by Simon Glass · 10 years ago
  87. d1d087d Move initf_malloc() to a common place by Simon Glass · 10 years ago
  88. a087767 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  89. 26b78b2 fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  90. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  91. 7af8d05 dm: Add a new CPU init function which can use driver model by Simon Glass · 10 years ago
  92. 913e9f0 arc: clean-up init procedure by Alexey Brodkin · 10 years ago
  93. e23aed3 m68k: fix 3 broken boards by angelo@sysam.it · 10 years ago
  94. 7350318 common/board_f: move board_init_f_mem() from #else CONFIG_X86 by Alexey Brodkin · 10 years ago
  95. aa42df2 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  96. ee86af2 common/board_f.c: Enable IMX watchdog in init_func_watchdog_init() by Stefan Roese · 10 years ago
  97. 23d9b03 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  98. 9c832f1 common/board_f: implement type casting for gd structure by Alexey Brodkin · 10 years ago
  99. 8f6d8f3 m68k: Add generic board support for MCF547X/8X and MCF5445X by Alison Wang · 10 years ago
  100. f245ae9 m68k: add generic-board support by angelo@sysam.it · 10 years ago