1. 6f14e25 armv8: fsl-lsch3: fixup SYSCLK frequency in device tree by Prabhakar Kushwaha · 9 years ago
  2. 0d3972c fsl/ddr: Add workaround for ERRATUM_A009942 by Shengzhou Liu · 9 years ago
  3. 2218c54 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 9 years ago
  4. 81b0b0d openrisc: Fix build errors by Bin Meng · 9 years ago
  5. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  6. 0080931 serial: Remove serial_putc_raw_dev by Tom Rini · 9 years ago
  7. 6e2f153 arm, powerpc: Update cc-version tests to check for cc-name as well by Tom Rini · 9 years ago
  8. d9699de imx: mx7: default enable MDIO open drain by Peng Fan · 9 years ago
  9. 9ba18ff imx: mx6ul/sx: fix mmdc_ch0 clk calculation by Peng Fan · 9 years ago
  10. 234dc63 imx: mx6: add more entry for mxc_ccm_reg by Peng Fan · 9 years ago
  11. bedaa84 imx: nand: update GPMI NAND driver to support MX7 by Peng Fan · 9 years ago
  12. 1fc4f80 imx: apbh_dma: Update APBH-DMA for MX7D by Peng Fan · 9 years ago
  13. 25d5352 x86: ivybridge: Use syscon for the GMA device by Simon Glass · 9 years ago
  14. 98655f3 x86: Set up a shared syscon numbering schema by Simon Glass · 9 years ago
  15. 67292e4 x86: ivybridge: Drop the SMM-locking code by Simon Glass · 9 years ago
  16. b2a6235 x86: ivybridge: Drop XHCI support by Simon Glass · 9 years ago
  17. 278d3a4 x86: ivybridge: Drop special EHCI init by Simon Glass · 9 years ago
  18. 1605b10 x86: ivybridge: Sort out the calls to bridge_silicon_revision() by Simon Glass · 9 years ago
  19. a5ea3a7 x86: ivybridge: Move code from pch.c to bd82x6x.c by Simon Glass · 9 years ago
  20. 9434c7a x86: ivybridge: Convert pch.c to use DM PCI API by Simon Glass · 9 years ago
  21. fad1296 x86: ivybridge: Convert report_platform to DM PCI API by Simon Glass · 9 years ago
  22. c02a424 x86: ivybridge: Convert SDRAM init to use driver model by Simon Glass · 9 years ago
  23. 1641bb8 x86: ivybridge: Convert sdram_initialise() to use DM PCI API by Simon Glass · 9 years ago
  24. 2588e71 x86: ivybridge: Convert dram_init() to use DM PCI API by Simon Glass · 9 years ago
  25. 5213f28 x86: ivybridge: Convert enable_usb_bar() to use DM PCI API by Simon Glass · 9 years ago
  26. 0c7645b x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · 9 years ago
  27. 4265abd x86: ivybridge: Convert lpc init code to DM PCI API by Simon Glass · 9 years ago
  28. cdc337e x86: ivybridge: Drop the special PCI driver by Simon Glass · 9 years ago
  29. 4e19072 x86: ivybridge: Move LPC init into the LPC probe() method by Simon Glass · 9 years ago
  30. 865c24e x86: ivybridge: Move lpc_enable() into gma.c by Simon Glass · 9 years ago
  31. ddf10c2 x86: ivybridge: Use driver model PCI API in sata.c by Simon Glass · 9 years ago
  32. 01a6790 x86: ivybridge: Use the SATA driver to do the init by Simon Glass · 9 years ago
  33. 82935b7 x86: ivybridge: Drop the unused bd82x6x_init_extra() by Simon Glass · 9 years ago
  34. d46f2a6 x86: ivybridge: Do the SATA init before relocation by Simon Glass · 9 years ago
  35. 887cba8 x86: ivybridge: Drop unnecessary northbridge setup by Simon Glass · 9 years ago
  36. 1a9dd22 x86: ivybridge: Use driver model PCI API in bd82x6x.c by Simon Glass · 9 years ago
  37. 9ed781a x86: ivybridge: Move northbridge and PCH init into drivers by Simon Glass · 9 years ago
  38. ac643e0 x86: Bring up northbridge, pch and lpc after the CPUs by Simon Glass · 9 years ago
  39. 8b67441 x86: Don't show an error when the MRC cache is up to date by Simon Glass · 9 years ago
  40. afd5d50 x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
  41. 279006d x86: ivybridge: Move early init code into northbridge.c by Simon Glass · 9 years ago
  42. d173185 x86: ivybridge: Drop the dead MTRR code by Simon Glass · 9 years ago
  43. 709b190 x86: ivybridge: Set up the thermal target correctly by Simon Glass · 9 years ago
  44. 9d156b5 x86: ivybridge: Move CPU init code into the driver by Simon Glass · 9 years ago
  45. bba22a9 x86: ivybridge: Use common CPU init code by Simon Glass · 9 years ago
  46. 9fd11c7 x86: ivybridge: Move GPIO init to the LPC init() method by Simon Glass · 9 years ago
  47. fcd30cd x86: ivybridge: Move sandybridge init to the lpc probe() method by Simon Glass · 9 years ago
  48. 17e0a9a x86: ivybridge: Move graphics init much later by Simon Glass · 9 years ago
  49. f633efa x86: ivybridge: Probe the LPC in CPU init by Simon Glass · 9 years ago
  50. 2b27d20 x86: ivybridge: Rename lpc_init() to lpc_init_extra() by Simon Glass · 9 years ago
  51. 977a591 x86: ivybridge: Move LPC and PCH init into northbridge probe() by Simon Glass · 9 years ago
  52. 655925a x86: ivybridge: Move northbridge init into the probe() method by Simon Glass · 9 years ago
  53. e40a6e3 x86: ivybridge: Add a driver for the bd82x6x northbridge by Simon Glass · 9 years ago
  54. 5544757 dm: x86: Add a northbridge uclass by Simon Glass · 9 years ago
  55. 858361b x86: ivybridge: Rename bd82x6x_init() by Simon Glass · 9 years ago
  56. fe40bd4 x86: ivybridge: Move more init to the probe() function by Simon Glass · 9 years ago
  57. 788cd90 x86: ivybridge: Move lpc_early_init() to probe() by Simon Glass · 9 years ago
  58. 4acc83d x86: ivybridge: Set up the LPC device using driver model by Simon Glass · 9 years ago
  59. 0bdce07 dm: x86: Drop the weak cpu_irq_init() function by Simon Glass · 9 years ago
  60. 0ac8b1f dm: x86: queensbay: Add an interrupt driver by Simon Glass · 9 years ago
  61. 117bfc7 dm: x86: quark: Add an interrupt driver by Simon Glass · 9 years ago
  62. b565d66 x86: Use the IRQ device when setting up the mptable by Simon Glass · 9 years ago
  63. d3b884b dm: x86: Add a common PIRQ init function by Simon Glass · 9 years ago
  64. 12d6929 dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · 9 years ago
  65. e76187a dm: x86: Create a driver for x86 interrupts by Simon Glass · 9 years ago
  66. f2b85ab dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  67. ca831f4 dm: Expand the uclass for Platform Controller Hubs (PCH) by Simon Glass · 9 years ago
  68. 913d1be video: Add support for Armada XP LCD controller by Stefan Roese · 9 years ago
  69. 7c1058f rockchip: Add support for Raxda Rock 2 by Simon Glass · 9 years ago
  70. cf629bb rockchip: rock2: dts: Make changes for U-Boot by Simon Glass · 9 years ago
  71. 68b08c4 rockchip: rock2: Bring in device tree files from Linux by Simon Glass · 9 years ago
  72. 6406f45 rockchip: dts: Sync up SPDIF node with Linux by Simon Glass · 9 years ago
  73. 74336f7 rockchip: jerry: Enable EDP and HDMI video output by Simon Glass · 9 years ago
  74. dae594f rockchip: spl: Support full-speed CPU in SPL by Simon Glass · 9 years ago
  75. 4f14d13 rockchip: jerry: Fix the SDRAM timing by Simon Glass · 9 years ago
  76. f23cf90 rockchip: spl: Drop MMC support code when not needed by Simon Glass · 9 years ago
  77. affd4a9 rockchip: Tidy up the register-access macros by Simon Glass · 9 years ago
  78. 2460d18 rockchip: sdram: Use syscon_get_first_range() where possible by Simon Glass · 9 years ago
  79. 9368104 rockchip: sdram: Tidy up a few comments by Simon Glass · 9 years ago
  80. 74e53e0 rockchip: Add a simple 'clock' command by Simon Glass · 9 years ago
  81. ad443b7 rockchip: Don't skip low-level init by Simon Glass · 9 years ago
  82. 7b7ad5c rockchip: video: Add a video-output driver by Simon Glass · 9 years ago
  83. 5852d53 rockchip: video: Add a display driver for rockchip eDP by Simon Glass · 9 years ago
  84. c253948 rockchip: video: Add a display driver for rockchip HDMI by Simon Glass · 9 years ago
  85. 009741f rockchip: Rename the CRU_MODE_CON fields by Simon Glass · 9 years ago
  86. 0e23fd8 pwm: rockchip: Add a PWM driver for Rockchip SoCs by Simon Glass · 9 years ago
  87. 27a1961 rockchip: jerry: Enable the Chrome OS EC by Simon Glass · 9 years ago
  88. 5ddf5d7 rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · 9 years ago
  89. a49dc0a rockchip: reset: Use the rk_clr/setreg() interface by Simon Glass · 9 years ago
  90. 0906995 rockchip: sdram: Use the rk_clr/setreg() interface by Simon Glass · 9 years ago
  91. 64b7faa rockchip: clock: Add a function to find a clock by ID by Simon Glass · 9 years ago
  92. f4adc9a rockchip: jerry: Disable pmic-int-1 setup to avoid a hang by Simon Glass · 9 years ago
  93. 79d020e rockchip: Use pwrseq for MMC start-up on jerry by Simon Glass · 9 years ago
  94. a4275f5 rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · 9 years ago
  95. 1e724f8 rockchip: Avoid using MMC code when not booting from MMC by Simon Glass · 9 years ago
  96. f7ee071 ARM: bootm: Try to use relocated ramdisk by Jeffy Chen · 9 years ago
  97. 6905f4d Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  98. 45fe380 Merge branch 'master' of git://git.denx.de/u-boot-i2c; branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 9 years ago
  99. 9d08268 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  100. b19cc6b nds32: Fix compile error. by rick · 9 years ago