1. e5fb573 powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 8 years ago
  2. 056285f board_f: Move errno.h down to the bottom by Simon Glass · 8 years ago
  3. 4793122 board_f: Drop unused headers by Simon Glass · 8 years ago
  4. 5e924a1 Move dram_init_banksize() to a common header by Simon Glass · 8 years ago
  5. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  6. abf7f4c board_f: Drop CONFIG_SPL_BUILD check by Simon Glass · 8 years ago
  7. 0f079eb board_f: Put video memory reservation in one function by Simon Glass · 8 years ago
  8. 80d4bcd board_f: Move the extra #ifdef condition into reserve_mmu() by Simon Glass · 8 years ago
  9. b56db48 board_f: Use a single condition for reserve_logbuffer() by Simon Glass · 8 years ago
  10. c67f432 xtensa: Place relocated U-Boot in the normal place by Simon Glass · 8 years ago
  11. 088454c board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  12. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  13. eca8037 i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS by Simon Glass · 8 years ago
  14. 664ee4c i2c: Drop unused i2c_soft...() functions by Simon Glass · 8 years ago
  15. 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 8 years ago
  16. 8749fa6 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
  17. 6896977 board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  18. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  19. 727e94a powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 8 years ago
  20. 11b33e6 board_f: Use timer_init() on all archs by Simon Glass · 8 years ago
  21. 70e2aaf board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  22. 1793e78 board_f: powerpc: Unified get_clocks() portion of init sequence by Simon Glass · 8 years ago
  23. 75efc34 board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
  24. 2634555 board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
  25. d593c61 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
  26. c252c06 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections by Simon Glass · 8 years ago
  27. 671549e board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
  28. 2d986c0 board_f: initcall: Add a header guard by Simon Glass · 8 years ago
  29. bb96724 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  30. 70cc0c3 OpenRISC: Remove by Tom Rini · 8 years ago
  31. 936478e SPARC: Remove by Tom Rini · 8 years ago
  32. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  33. c3b7cfe mx6sxsabreauto: Remove legacy CONFIG_PCA953X by Tom Rini · 8 years ago
  34. 433647a Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  35. 239ae4a dm: avoid dropping pin control DT properties in case of SPL_PINCTRL by Vikas Manocha · 8 years ago
  36. 24f927c dm: test: Add test for device removal by Stefan Roese · 8 years ago
  37. 1b8220a arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup() by Stefan Roese · 8 years ago
  38. bc85aa4 dm: core: Add dm_remove_devices_flags() and hook it into device_remove() by Stefan Roese · 8 years ago
  39. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  40. 7da8680 rockchip: Add support for MiQi rk3288 board by Jernej Skrabec · 8 years ago
  41. 43b5c78 rockchip: cosmetic: Sort RK3288 boards by Jernej Skrabec · 8 years ago
  42. aad10a0 dts: rk3399: move rockchip, vbus-gpio properties into board-specific files by Philipp Tomsich · 8 years ago
  43. 0b3ce83 defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma) by Philipp Tomsich · 8 years ago
  44. 3c2bbd5 dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM by Philipp Tomsich · 8 years ago
  45. 094f67a rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig by Jakob Unterwurzacher · 8 years ago
  46. db4cc9a arm64: rockchip: rk3399-puma: add DDR3-1333 timings by Philipp Tomsich · 8 years ago
  47. d02d11f rockchip: rk3399: spl: make SPL boot-order configurable via /chosen by Philipp Tomsich · 8 years ago
  48. 4719768 rockchip: rk3188: Add Radxa Rock board by Heiko Stübner · 8 years ago
  49. ab4458b string: Provide a slimmed-down memset() by Simon Glass · 8 years ago
  50. 3c00a2c Makefile: Correct dependency race condition with TPL by Simon Glass · 8 years ago
  51. 07352c9 rockchip: dts: firefly: add usb host power supply node by Eddie Cai · 8 years ago
  52. 3af803a rockchip: rk3188: follow THUMB_BUILD Kconfig migration by Heiko Stübner · 8 years ago
  53. ba3bf38 rockchip: clk: rk3399: 24MHz is not a power of 2 by Philipp Tomsich · 8 years ago
  54. ca0ab27 dts: rk3399: add gmac for the rk3399 by Philipp Tomsich · 8 years ago
  55. 1f08aa1 net: gmac_rockchip: Add support for the RK3399 GMAC by Philipp Tomsich · 8 years ago
  56. 65d8330 rockchip: clk: rk3399: add clocking support for Ethernet by Philipp Tomsich · 8 years ago
  57. 61dff33 rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPL by Philipp Tomsich · 8 years ago
  58. 476f709 rockchip: pinctrl: rk3399: add GMAC (RGMII only) support by Philipp Tomsich · 8 years ago
  59. f93a511 rockchip: arm64: rk3399: remove unconditional debug message by Philipp Tomsich · 8 years ago
  60. 88cb1a9 rockchip: spl: RK3399: add COUNTER_FREQUENCY define to rk3399_common.h by Philipp Tomsich · 8 years ago
  61. cc232a9 rockchip: video: Split out HDMI controller code by Jernej Skrabec · 8 years ago
  62. 02a7d83 rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs by Heiko Stübner · 8 years ago
  63. f4f57c5 rockchip: rk3188: Setup the armclk in spl by Heiko Stübner · 8 years ago
  64. f785357 rockchip: clk: rk3188: Allow configuration of the armclk by Heiko Stübner · 8 years ago
  65. 007a435 rockchip: rk3188: Cleanup some SPL/TPL rename leftovers by Heiko Stübner · 8 years ago
  66. 78959d4 rockchip: rk3188: Decode the actual amount of ram by Heiko Stübner · 8 years ago
  67. 3408509 rockchip: rk3188: sdram: Set correct sdram base by Heiko Stübner · 8 years ago
  68. f46b859 rockchip: rk3188: add README.rockchip paragraph describing sd boot by Heiko Stübner · 8 years ago
  69. 3c732de rockchip: rk3188: enable TPL_LIBGENERIC for generic memset by Heiko Stübner · 8 years ago
  70. 232cf96 rockchip: spl: use spl_early_init() instead of spl_init() by Kever Yang · 8 years ago
  71. f3f1af9 rockchip: pinctrl: use per-SoC option names for Kconfig by Philipp Tomsich · 8 years ago
  72. 3082775 rockchip: mkimage: update rkimage to support pre-padded payloads by Philipp Tomsich · 8 years ago
  73. 3d54eab rockchip: spl: RK3399: use boot0 hook to create space for SPL magic by Philipp Tomsich · 8 years ago
  74. 111bcc4 rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399 by Philipp Tomsich · 8 years ago
  75. f3edf8b rockchip: mkimage: simplify start/size calculation for rc4_encode by Philipp Tomsich · 8 years ago
  76. 483a801 rockchip: configs: correct mmc env dev for rk3288 based boards by Jacob Chen · 8 years ago
  77. 11db152 Prepare v2017.05-rc1 by Tom Rini · 8 years ago
  78. 3b19c1d Merge git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  79. 4951e94 Merge git://git.denx.de/u-boot-arc by Tom Rini · 8 years ago
  80. 5f9518b Merge git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  81. 7d67bb1 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  82. f532703 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  83. 797f165 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  84. 234d129 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  85. ee92194 apalis-tk1: disable external clock loopback on SDMMC3 by Marcel Ziswiler · 8 years ago
  86. 4119b70 mmc: tegra: allow disabling external clock loopback by Marcel Ziswiler · 8 years ago
  87. f38f5f4 arm: tegra: initial support for apalis tk1 by Marcel Ziswiler · 8 years ago
  88. 6cba327 arcv2: Halt non-master cores by Alexey Brodkin · 8 years ago
  89. 2a5062c axs103: Support slave core kick-start on axs103 v1.1 firmware by Alexey Brodkin · 8 years ago
  90. 0b0db98 axs103: Clean-up smp_kick_all_cpus() by Alexey Brodkin · 8 years ago
  91. 17c9a1c mmc: omap_hsmmc: add support for CONFIG_BLK by Jean-Jacques Hiblot · 8 years ago
  92. 3d673ff mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used by Jean-Jacques Hiblot · 8 years ago
  93. dc09127 mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc by Jean-Jacques Hiblot · 8 years ago
  94. ae000e2 mmc: omap_hsmmc: use an accessor to get the private data by Jean-Jacques Hiblot · 8 years ago
  95. 941f7a4 arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig by Stefan Roese · 8 years ago
  96. d74238a arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G by Stefan Roese · 8 years ago
  97. fbaa266 net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool by Stefan Roese · 8 years ago
  98. fb64072 net: mvpp2: Configure SMI PHY address needed for PHY polling by Stefan Roese · 8 years ago
  99. 3e3cbb4 net: mvpp2: Enable PHY polling mode on PPv2.2 by Stefan Roese · 8 years ago
  100. 025e592 net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID by Stefan Roese · 8 years ago