1. 8ffc487 sunxi: Stop differentiating between 512M and 1G variants of the same board by Hans de Goede · 10 years ago
  2. daf2263 sunxi: mmc: Add support for sun9i (A80) by Hans de Goede · 10 years ago
  3. dacc088 sun9i: Add sun9i (A80) clock setup support by Hans de Goede · 10 years ago
  4. e35377d sun9i: Add clock_sun9i.h with ccu register layout for sun9i by Hans de Goede · 10 years ago
  5. ee74fec sun9i: Add cpu_sun9i.h with iomem defines by Hans de Goede · 10 years ago
  6. 9803e4e sunxi: Rename cpu.h to cpu_sun4i.h by Hans de Goede · 10 years ago
  7. cc67a0b sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headers by Hans de Goede · 10 years ago
  8. 22b6183 sunxi: Drop pll6 setting from clock_init_uart by Hans de Goede · 10 years ago
  9. 6515032 sunxi: display: Make lcd display clk phase configurable by Hans de Goede · 10 years ago
  10. b56f6e2 sunxi: Restore lowlevel_init usage by Hans de Goede · 10 years ago
  11. 1cd2000 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  12. 80caacf zynq: Remove reference to gdata by Simon Glass · 10 years ago
  13. 72d42ba mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC by Nobuhiro Iwamatsu · 10 years ago
  14. 2b7c0f3 sunxi: Drop use of lowlevel_init() by Simon Glass · 10 years ago
  15. f630974 sunxi: Move SPL s_init() code to board_init_f() by Simon Glass · 10 years ago
  16. 480ca13 arm: Add warnings about using gdata by Simon Glass · 10 years ago
  17. a6b541b TI ARMv7: Don't use GD before crt0.S has set it by Tom Rini · 10 years ago
  18. ab77f24 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  19. f1075ae ARM: armv8: Fix typo in commentary by Michal Simek · 10 years ago
  20. 9637c4b Add support for Seagate BlackArmor NAS220 by Evgeni Dobrev · 10 years ago
  21. a90e77d sunxi: usbc: Add support for usb-vbus0 controller by axp drivebus pin by Hans de Goede · 10 years ago
  22. 4458b7a sunxi: usbc: Add support for usb0 to the common usbc code by Hans de Goede · 10 years ago
  23. 0eccec4 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · 10 years ago
  24. 05c4bd3 sun7i: Move psci_arch_init close to text_end by Jan Kiszka · 10 years ago
  25. 602fa46 sun7i: Add support for taking CPUs offline via PSCI by Jan Kiszka · 10 years ago
  26. 213480e sunxi: video: Add lvds support by Hans de Goede · 10 years ago
  27. d9786d2 sunxi: video: Add VGA output support by Hans de Goede · 10 years ago
  28. 2dae800 sunxi: video: Add lcd output support by Hans de Goede · 10 years ago
  29. 5489ebc sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1 by Hans de Goede · 10 years ago
  30. 6c727e0 sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · 10 years ago
  31. d27f7d1 sunxi: gpio: Properly sort mux defines by port number by Hans de Goede · 10 years ago
  32. 876aaaf sunxi: video: Set input sync enable by Hans de Goede · 10 years ago
  33. 5ee0bea sunxi: video: Add hdmi support by Hans de Goede · 10 years ago
  34. 7548160 sunxi: video: Add DDC & EDID support by Hans de Goede · 10 years ago
  35. 25508ab sunxi: Fix PLL1 running at half speed on sun8i by Hans de Goede · 10 years ago
  36. c3d2b96 sunxi: Fix buggy sun6i/sun8i DRAM size detection logic by Siarhei Siamashka · 10 years ago
  37. 08fd147 sun8i: Add dram initialization support by Hans de Goede · 10 years ago
  38. 2367b44 sunxi: Use memcmp for mctl_mem_matches by Hans de Goede · 10 years ago
  39. 5665f50 sunxi: Fill memory before comparing it when doing dram init on sun6i by Hans de Goede · 10 years ago
  40. 07f4fe7 sunxi: Move await_completion dram helper to dram.h by Hans de Goede · 10 years ago
  41. 1aac47b sun6i: clock_set_pll5: Calculate k and m rather then hardcoding them by Hans de Goede · 10 years ago
  42. 5af741f sun6i: Add a sigma_delta_enable paramter to clock_set_pll5() by Hans de Goede · 10 years ago
  43. bdcdf84 sunxi: axp221: Add axp223 support by Hans de Goede · 10 years ago
  44. 66ebea0 sunxi: Add support for the rsb (Reduced Serial Bus) by Hans de Goede · 10 years ago
  45. ce88107 sun6i: s/SUNXI_*P2WI*/SUN6I_*P2WI*/ by Hans de Goede · 10 years ago
  46. 3f6242e sunxi: Align PSCI stack calculation to comment by Jan Kiszka · 10 years ago
  47. cac5b1c sunxi: Add sunxi_get_sid helper function by Hans de Goede · 10 years ago
  48. fc3a832 sunxi: mmc: Properly setup mod-clk and clock sampling phases by Hans de Goede · 10 years ago
  49. 7582e39 sun6i: dram: Do not try to initialize a second dram chan on A31s by Hans de Goede · 10 years ago
  50. 10191ed sun6i: Add sunxi_get_ss_bonding_id() function by Hans de Goede · 10 years ago
  51. 37781a1 sun6i: Make dram clk and zq value Kconfig options by Hans de Goede · 10 years ago
  52. fc46bae arm: am437x: Enable hardware leveling for EMIF by James Doublesin · 10 years ago
  53. 75d7a0d arm: build arch memset/memcpy in Thumb2 mode by Stefan Agner · 10 years ago
  54. f10d86d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  55. 906d6fe mx25: Fix boot hang by avoiding vector relocation by Fabio Estevam · 10 years ago
  56. 8ed5e4c mx25: Remove empty line after printing the reset cause by Fabio Estevam · 10 years ago
  57. b4ad44b ARM: UniPhier: add UART initialization routine for low-level debug by Masahiro Yamada · 10 years ago
  58. 2661dfd ARM: UniPhier: enable output of system bus by Masahiro Yamada · 10 years ago
  59. 5e165b2 ARM: UniPhier: fix SRAM size on support card by Masahiro Yamada · 10 years ago
  60. 653cda8 dt: socfpga: Replace num-chipselect with num-cs by Marek Vasut · 10 years ago
  61. 7411486 dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi by Marek Vasut · 10 years ago
  62. fc07889 Merge branch 'misc' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  63. 9332274 cros-ec-keyboard: Synchronize DT binding from linux by Sjoerd Simons · 10 years ago
  64. 58927a9 keystone: set default pci mode to root complex by Karicheri, Muralidharan · 10 years ago
  65. 87791ad arm: omap: reset sata on boot by Dmitry Lifshitz · 10 years ago
  66. 8decf5d OMAP5+: sata/scsi: implement scsi_bus_reset() by Dmitry Lifshitz · 10 years ago
  67. 2509814 Revert "ARM: omap4: Update sdram setting for panda rev A6" by Nishanth Menon · 10 years ago
  68. 38e5a5a ARM: OMAP4: Panda: rework DMM logic by Nishanth Menon · 10 years ago
  69. b310792 omap-common/hwinit-common.c: timer_init() doesn't need to touch gd by Tom Rini · 10 years ago
  70. b352dde am33xx: Drop timer_init call from s_init by Tom Rini · 10 years ago
  71. 57b5e43 socfpga: Drop redundant save_boot_params by Tom Rini · 10 years ago
  72. 97a8196 ARM: bootm: do not add PSCI to fdt when booting in secure mode. by Ian Campbell · 10 years ago
  73. b4a0b40 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  74. a74a4a8 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  75. b93ab2e arm:mx6sx add QSPI support by Peng Fan · 10 years ago
  76. 6d76e2a Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  77. 5523cc2 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  78. f23041a Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  79. 87b27c7 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 10 years ago
  80. cd3c589 imx: i2c: Zap unnecessary malloc() calls by Marek Vasut · 10 years ago
  81. 248802d imx SPL: enable boot from eMMC boot partitions. by Pierre Aubert · 10 years ago
  82. 4e0114d Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 10 years ago
  83. 7b77c9a ARM: UniPhier: display boot swap pin status by pinmon command by Masahiro Yamada · 10 years ago
  84. c67b2af ARM: UniPhier: add dump command of DDR PHY parameters by Masahiro Yamada · 10 years ago
  85. b614e16 ARM: UniPhier: add DDR PHY training code by Masahiro Yamada · 10 years ago
  86. 4d013d8 bcm281xx: add support for "USB OTG clock" by Steve Rae · 10 years ago
  87. 47705ef ARM: rpi: support model A+ by Stephen Warren · 10 years ago
  88. 9be5c66 arm: semihosting: get rid of forward declarations by Linus Walleij · 10 years ago
  89. 4e1ef15 arm: semihosting: fix up compile bugs by Linus Walleij · 10 years ago
  90. 50b5639 arm: semihosting: staticize internal functions by Linus Walleij · 10 years ago
  91. fb56435 arm: exynos: clock: support SPLL as mmc source clock for exynos5420 by Joonyoung Shim · 10 years ago
  92. ce88a25 odroid-XU3: Add entry for DTS EHCI GPIO by Sjoerd Simons · 10 years ago
  93. a7b9920 exynos5420: fix compilation without parade video by Sjoerd Simons · 10 years ago
  94. 307e90e Exynos5800: The Peach-Pi board does not have a Parade video bridge by Sjoerd Simons · 10 years ago
  95. 6207604 Odroid-XU3: Add support for Odroid-XU3 by Hyungwon Hwang · 10 years ago
  96. d0e932d arm: socfpga: Change watchdog timeout by Stefan Roese · 10 years ago
  97. eb412d7 imx:mx6 fix return value of mxc_get_clock by Peng Fan · 10 years ago
  98. 1dfdd9b ARM: Implement non-cached memory support by Thierry Reding · 10 years ago
  99. 6e2fca9 ARM: tegra: Enable PCIe on Jetson TK1 by Thierry Reding · 10 years ago
  100. 9c46e6c ARM: tegra: Add Tegra124 PCIe device tree node by Thierry Reding · 10 years ago