1. 824bb1b bootstage: Support SPL by Simon Glass · 7 years ago
  2. 63c5bf4 bootstage: Record the time taken to set up driver model by Simon Glass · 7 years ago
  3. 5ac44a5 bootstage: Init as early as possible by Simon Glass · 7 years ago
  4. 25e7dc6 bootstage: Support relocating boostage data by Simon Glass · 7 years ago
  5. b383d6c bootstage: Convert to use malloc() by Simon Glass · 7 years ago
  6. b885d02 arm: Remove include files from common.h by Simon Glass · 7 years ago
  7. cb33bda Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  8. 0ce4528 board_f: skip timer_init() on Coldfire archs by Angelo Dureghello · 7 years ago
  9. 6915398 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 7 years ago
  10. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  11. 01abae4 Remove various unused interrupt related code by Tom Rini · 7 years ago
  12. 1fbf97d board_f: powerpc: Drop unused headers by Simon Glass · 7 years ago
  13. e47b2d6 board_f: Make relocation functions generic by Simon Glass · 7 years ago
  14. 96d4b75 board_f: Make init_helpers generic by Simon Glass · 7 years ago
  15. e5fb573 powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 7 years ago
  16. 056285f board_f: Move errno.h down to the bottom by Simon Glass · 7 years ago
  17. 4793122 board_f: Drop unused headers by Simon Glass · 7 years ago
  18. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  19. abf7f4c board_f: Drop CONFIG_SPL_BUILD check by Simon Glass · 7 years ago
  20. 0f079eb board_f: Put video memory reservation in one function by Simon Glass · 7 years ago
  21. 80d4bcd board_f: Move the extra #ifdef condition into reserve_mmu() by Simon Glass · 7 years ago
  22. b56db48 board_f: Use a single condition for reserve_logbuffer() by Simon Glass · 7 years ago
  23. c67f432 xtensa: Place relocated U-Boot in the normal place by Simon Glass · 7 years ago
  24. 088454c board_f: Drop return value from initdram() by Simon Glass · 7 years ago
  25. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 7 years ago
  26. 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 7 years ago
  27. 8749fa6 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 7 years ago
  28. 6896977 board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 7 years ago
  29. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 7 years ago
  30. 727e94a powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 7 years ago
  31. 11b33e6 board_f: Use timer_init() on all archs by Simon Glass · 7 years ago
  32. 70e2aaf board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 7 years ago
  33. 1793e78 board_f: powerpc: Unified get_clocks() portion of init sequence by Simon Glass · 7 years ago
  34. 75efc34 board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 7 years ago
  35. 2634555 board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 7 years ago
  36. d593c61 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 7 years ago
  37. c252c06 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections by Simon Glass · 7 years ago
  38. 671549e board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 7 years ago
  39. bb96724 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 7 years ago
  40. 936478e SPARC: Remove by Tom Rini · 8 years ago
  41. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  42. 2a79275 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  43. 36cc0de armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  44. 6bda55a x86: Do relocation before clearing BSS by Simon Glass · 8 years ago
  45. 4acff45 board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  46. 530f27e x86: board_f: Update init sequence for 64-bit startup by Simon Glass · 8 years ago
  47. a009f36 Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · 8 years ago
  48. cc66400 Drop the static inline print_cpuinfo() by Simon Glass · 8 years ago
  49. 8f3086a powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 8 years ago
  50. cbcbf71 powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
  51. e2099d7 common: sh: add necessary define bits to board_f by Vladimir Zapolskiy · 8 years ago
  52. 006bccb board_f: Drop the extra fdtdec_prepare_fdt() by Simon Glass · 8 years ago
  53. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  54. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  55. 8ebf506 board_f: Add a mach_cpu_init callback by Paul Burton · 8 years ago
  56. de5e5ce xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  57. 66669fc Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  58. 50e93b9 armv8: Add tlb_allocated to arch global data by York Sun · 8 years ago
  59. e61a753 armv8: Move secure_ram variable out of generic global data by York Sun · 8 years ago
  60. ba169d9 board_f: prevent misleading "Watchdog enabled" output by Anatolij Gustschin · 8 years ago
  61. 46d7a3b board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y by Anatolij Gustschin · 8 years ago
  62. b0b3595 board_f: Don't require CONFIG_SYS_MONITOR_BASE by Simon Glass · 8 years ago
  63. e4d6ab0 x86: Allow use of serial soon after relocation by Simon Glass · 9 years ago
  64. 1057e6c timer: Set up the real timer after driver model is available by Simon Glass · 9 years ago
  65. 928f605 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  66. 5a54194 dm: common: Add memory reservation for the video uclass by Simon Glass · 9 years ago
  67. 8703ef3 common: Move LCD and video memory reservation together by Simon Glass · 9 years ago
  68. aabd7dd common: Rewrite hiding the end of memory by York Sun · 9 years ago
  69. e814952 Reserve secure memory by York Sun · 9 years ago
  70. 2317cf0 common: Remove timer_init() call for x86 by Bin Meng · 9 years ago
  71. e9acb9e common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · 9 years ago
  72. 1e85cce sparc: Update PROM initialization code for generic board by Francois Retief · 9 years ago
  73. c97088c sparc: Update cpu_init.c to use generic timer infrastructure by Francois Retief · 9 years ago
  74. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  75. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  76. 6752195 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  77. 643b0f7 x86: Move timer_init() call a bit earlier by Bin Meng · 9 years ago
  78. 7664846 common: Simplify get_clocks() #ifdef by Peng Fan · 9 years ago
  79. 4ca0c3c Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  80. fb3db63 common/board_f: enable setup_board_part1() for MIPS by Daniel Schwierzeck · 9 years ago
  81. bbfdff3 nios2: use common sequence for reserve_uboot by Thomas Chou · 9 years ago
  82. 18fb0e3 common/board_f.c: change the macro name and remove it for PPC platforms by Gong Qianyu · 9 years ago
  83. 677f970 common/board_f.c: modify the macro to use get_clocks() more common by Gong Qianyu · 9 years ago
  84. af6bbd4 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  85. a54915d nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  86. fea7f3a nios2: Switch to generic timer by Thomas Chou · 9 years ago
  87. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  88. a52a068e x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · 9 years ago
  89. 2212e69 Revert "Align global_data to a 16-byte boundary" by Simon Glass · 9 years ago
  90. f0c7d9c x86: Switch to using generic global_data setup by Simon Glass · 9 years ago
  91. 1fed87d Allow arch-specific setting of global_data in board_init_f_mem() by Simon Glass · 9 years ago
  92. 2afddae Align global_data to a 16-byte boundary by Simon Glass · 9 years ago
  93. 715f599 common: Display >=4GiB memory bank size by Bin Meng · 9 years ago
  94. f05ad9b Add a way to skip relocation by Simon Glass · 9 years ago
  95. 9b21749 efi: Avoid using non-existent text base by Ben Stoltz · 9 years ago
  96. aefaff8 x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 9 years ago
  97. 4c50934 Fix comment nits in board_f.c by Simon Glass · 9 years ago
  98. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 10 years ago
  99. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  100. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago