1. fc28434 ARMv8: add GOT sections to the list of sections copied by Philipp Tomsich · 8 years ago
  2. 803a9bb env_mmc: Allow SPL to use any MMC device to load/save the environment by Jean-Jacques Hiblot · 8 years ago
  3. dfafe89 Remove various unused interrupt related code by Tom Rini · 8 years ago
  4. 5386509 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  5. f9512aa dm: serial: Allow driver-model serial to be disabled for TPL by Simon Glass · 8 years ago
  6. c833c00 dm: core: Allow driver model to be disabled for TPL by Simon Glass · 8 years ago
  7. 74254d0 Makefile: Provide an option to select SPL or TPL by Simon Glass · 8 years ago
  8. e770603 board_f: powerpc: Drop unused headers by Simon Glass · 8 years ago
  9. 6ab9107 board_f: Make relocation functions generic by Simon Glass · 8 years ago
  10. 6bbf83f board_f: Make init_helpers generic by Simon Glass · 8 years ago
  11. bbf26ab powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 8 years ago
  12. b3c1256 board_f: Move errno.h down to the bottom by Simon Glass · 8 years ago
  13. db8035f board_f: Drop unused headers by Simon Glass · 8 years ago
  14. 4096e3a Move dram_init_banksize() to a common header by Simon Glass · 8 years ago
  15. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  16. 6a55322 board_f: Drop CONFIG_SPL_BUILD check by Simon Glass · 8 years ago
  17. 70ac86c board_f: Put video memory reservation in one function by Simon Glass · 8 years ago
  18. e3cb449 board_f: Move the extra #ifdef condition into reserve_mmu() by Simon Glass · 8 years ago
  19. bcf257d board_f: Use a single condition for reserve_logbuffer() by Simon Glass · 8 years ago
  20. acaf69f xtensa: Place relocated U-Boot in the normal place by Simon Glass · 8 years ago
  21. 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  22. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  23. 49f0caf i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS by Simon Glass · 8 years ago
  24. 861c041 i2c: Drop unused i2c_soft...() functions by Simon Glass · 8 years ago
  25. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · 8 years ago
  26. c04d5b9 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
  27. b419dbb board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  28. 156283f board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  29. 6829d8c powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 8 years ago
  30. 34863be board_f: Use timer_init() on all archs by Simon Glass · 8 years ago
  31. 4c974d7 board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  32. e8d20d4 board_f: powerpc: Unified get_clocks() portion of init sequence by Simon Glass · 8 years ago
  33. 25eb4cb board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
  34. 61572ad board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
  35. ffe0fb4 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
  36. 70064a7 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections by Simon Glass · 8 years ago
  37. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
  38. 5b66888 board_f: initcall: Add a header guard by Simon Glass · 8 years ago
  39. b94eed5 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  40. 7ba4b4a OpenRISC: Remove by Tom Rini · 8 years ago
  41. fef2bd1 SPARC: Remove by Tom Rini · 8 years ago
  42. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  43. a467753 mx6sxsabreauto: Remove legacy CONFIG_PCA953X by Tom Rini · 8 years ago
  44. 14c576b Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  45. 47b3cab sunxi: Add OrangePi PC 2 initial support by Andre Przywara · 8 years ago
  46. 5611a2d sunxi: introduce Allwinner H5 config option by Andre Przywara · 8 years ago
  47. 5fb9743 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
  48. 5d0d28f sunxi: DRAM: add Allwinner H5 support by Andre Przywara · 8 years ago
  49. c10848d SPI: SPL: sunxi: fix 64-bit build by Andre Przywara · 8 years ago
  50. 3a63c23 sunxi: provide ARMv8 mem_map for every ARM64 board by Andre Przywara · 8 years ago
  51. de454ec sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAM by Andre Przywara · 8 years ago
  52. b93178e sunxi: configs: merge sun9i and sun50i SPL memory definitions by Andre Przywara · 8 years ago
  53. 4330eb9 sunxi: simplify ACTLR.SMP bit set #ifdef by Andre Przywara · 8 years ago
  54. 9d095c3 fsl: ls102x: remove redundant GENERIC_TIMER_CLK by Andre Przywara · 8 years ago
  55. 70c7893 ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY by Andre Przywara · 8 years ago
  56. cd975a4 sunxi: fix ACTLR.SMP assembly routine by Andre Przywara · 8 years ago
  57. b6cca7d dm: avoid dropping pin control DT properties in case of SPL_PINCTRL by Vikas Manocha · 8 years ago
  58. eaffda7 dm: test: Add test for device removal by Stefan Roese · 8 years ago
  59. 8ab5a1b arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup() by Stefan Roese · 8 years ago
  60. 505045d dm: core: Add dm_remove_devices_flags() and hook it into device_remove() by Stefan Roese · 8 years ago
  61. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  62. 971e53a rockchip: Add support for MiQi rk3288 board by Jernej Skrabec · 8 years ago
  63. 3c6372d rockchip: cosmetic: Sort RK3288 boards by Jernej Skrabec · 8 years ago
  64. 8c4bdec dts: rk3399: move rockchip, vbus-gpio properties into board-specific files by Philipp Tomsich · 8 years ago
  65. 23aec1d defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma) by Philipp Tomsich · 8 years ago
  66. 3093d20 dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM by Philipp Tomsich · 8 years ago
  67. 90dd6d9 rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig by Jakob Unterwurzacher · 8 years ago
  68. 7ab3571 arm64: rockchip: rk3399-puma: add DDR3-1333 timings by Philipp Tomsich · 8 years ago
  69. 4f21299 rockchip: rk3399: spl: make SPL boot-order configurable via /chosen by Philipp Tomsich · 8 years ago
  70. e1de611 rockchip: rk3188: Add Radxa Rock board by Heiko Stübner · 8 years ago
  71. e2f94ae string: Provide a slimmed-down memset() by Simon Glass · 8 years ago
  72. 6223c28 Makefile: Correct dependency race condition with TPL by Simon Glass · 8 years ago
  73. 9fcfe3e rockchip: dts: firefly: add usb host power supply node by Eddie Cai · 8 years ago
  74. 1e4ed30 rockchip: rk3188: follow THUMB_BUILD Kconfig migration by Heiko Stübner · 8 years ago
  75. 775bc39 rockchip: clk: rk3399: 24MHz is not a power of 2 by Philipp Tomsich · 8 years ago
  76. 5c6523e dts: rk3399: add gmac for the rk3399 by Philipp Tomsich · 8 years ago
  77. 99cac58 net: gmac_rockchip: Add support for the RK3399 GMAC by Philipp Tomsich · 8 years ago
  78. bfa896c rockchip: clk: rk3399: add clocking support for Ethernet by Philipp Tomsich · 8 years ago
  79. cf0a4ba rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPL by Philipp Tomsich · 8 years ago
  80. 2be5abf rockchip: pinctrl: rk3399: add GMAC (RGMII only) support by Philipp Tomsich · 8 years ago
  81. f911808 rockchip: arm64: rk3399: remove unconditional debug message by Philipp Tomsich · 8 years ago
  82. 5803cf2 rockchip: spl: RK3399: add COUNTER_FREQUENCY define to rk3399_common.h by Philipp Tomsich · 8 years ago
  83. 2ae12ee rockchip: video: Split out HDMI controller code by Jernej Skrabec · 8 years ago
  84. 3714d31 rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs by Heiko Stübner · 8 years ago
  85. ba188bb rockchip: rk3188: Setup the armclk in spl by Heiko Stübner · 8 years ago
  86. 4126265 rockchip: clk: rk3188: Allow configuration of the armclk by Heiko Stübner · 8 years ago
  87. ec0e260 rockchip: rk3188: Cleanup some SPL/TPL rename leftovers by Heiko Stübner · 8 years ago
  88. 2e14047 rockchip: rk3188: Decode the actual amount of ram by Heiko Stübner · 8 years ago
  89. 0bb016e rockchip: rk3188: sdram: Set correct sdram base by Heiko Stübner · 8 years ago
  90. fdf967c rockchip: rk3188: add README.rockchip paragraph describing sd boot by Heiko Stübner · 8 years ago
  91. fc4010e rockchip: rk3188: enable TPL_LIBGENERIC for generic memset by Heiko Stübner · 8 years ago
  92. e603a3d rockchip: spl: use spl_early_init() instead of spl_init() by Kever Yang · 8 years ago
  93. a0ee8d1 rockchip: pinctrl: use per-SoC option names for Kconfig by Philipp Tomsich · 8 years ago
  94. e39ccb5 rockchip: mkimage: update rkimage to support pre-padded payloads by Philipp Tomsich · 8 years ago
  95. c244871 rockchip: spl: RK3399: use boot0 hook to create space for SPL magic by Philipp Tomsich · 8 years ago
  96. 087ce82 rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399 by Philipp Tomsich · 8 years ago
  97. 421c405 rockchip: mkimage: simplify start/size calculation for rc4_encode by Philipp Tomsich · 8 years ago
  98. b7c4907 rockchip: configs: correct mmc env dev for rk3288 based boards by Jacob Chen · 8 years ago
  99. 0339c9a Prepare v2017.05-rc1 by Tom Rini · 8 years ago
  100. 378c8db Merge git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago