1. fad1296 x86: ivybridge: Convert report_platform to DM PCI API by Simon Glass · 9 years ago
  2. c02a424 x86: ivybridge: Convert SDRAM init to use driver model by Simon Glass · 9 years ago
  3. 1641bb8 x86: ivybridge: Convert sdram_initialise() to use DM PCI API by Simon Glass · 9 years ago
  4. 2588e71 x86: ivybridge: Convert dram_init() to use DM PCI API by Simon Glass · 9 years ago
  5. 5213f28 x86: ivybridge: Convert enable_usb_bar() to use DM PCI API by Simon Glass · 9 years ago
  6. 0c7645b x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · 9 years ago
  7. 4265abd x86: ivybridge: Convert lpc init code to DM PCI API by Simon Glass · 9 years ago
  8. cdc337e x86: ivybridge: Drop the special PCI driver by Simon Glass · 9 years ago
  9. 4e19072 x86: ivybridge: Move LPC init into the LPC probe() method by Simon Glass · 9 years ago
  10. 865c24e x86: ivybridge: Move lpc_enable() into gma.c by Simon Glass · 9 years ago
  11. ddf10c2 x86: ivybridge: Use driver model PCI API in sata.c by Simon Glass · 9 years ago
  12. 01a6790 x86: ivybridge: Use the SATA driver to do the init by Simon Glass · 9 years ago
  13. 82935b7 x86: ivybridge: Drop the unused bd82x6x_init_extra() by Simon Glass · 9 years ago
  14. d46f2a6 x86: ivybridge: Do the SATA init before relocation by Simon Glass · 9 years ago
  15. 887cba8 x86: ivybridge: Drop unnecessary northbridge setup by Simon Glass · 9 years ago
  16. 1a9dd22 x86: ivybridge: Use driver model PCI API in bd82x6x.c by Simon Glass · 9 years ago
  17. 9ed781a x86: ivybridge: Move northbridge and PCH init into drivers by Simon Glass · 9 years ago
  18. ac643e0 x86: Bring up northbridge, pch and lpc after the CPUs by Simon Glass · 9 years ago
  19. 8b67441 x86: Don't show an error when the MRC cache is up to date by Simon Glass · 9 years ago
  20. afd5d50 x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
  21. 279006d x86: ivybridge: Move early init code into northbridge.c by Simon Glass · 9 years ago
  22. d173185 x86: ivybridge: Drop the dead MTRR code by Simon Glass · 9 years ago
  23. 709b190 x86: ivybridge: Set up the thermal target correctly by Simon Glass · 9 years ago
  24. 9d156b5 x86: ivybridge: Move CPU init code into the driver by Simon Glass · 9 years ago
  25. bba22a9 x86: ivybridge: Use common CPU init code by Simon Glass · 9 years ago
  26. 9fd11c7 x86: ivybridge: Move GPIO init to the LPC init() method by Simon Glass · 9 years ago
  27. fcd30cd x86: ivybridge: Move sandybridge init to the lpc probe() method by Simon Glass · 9 years ago
  28. 17e0a9a x86: ivybridge: Move graphics init much later by Simon Glass · 9 years ago
  29. f633efa x86: ivybridge: Probe the LPC in CPU init by Simon Glass · 9 years ago
  30. 2b27d20 x86: ivybridge: Rename lpc_init() to lpc_init_extra() by Simon Glass · 9 years ago
  31. 977a591 x86: ivybridge: Move LPC and PCH init into northbridge probe() by Simon Glass · 9 years ago
  32. 655925a x86: ivybridge: Move northbridge init into the probe() method by Simon Glass · 9 years ago
  33. e40a6e3 x86: ivybridge: Add a driver for the bd82x6x northbridge by Simon Glass · 9 years ago
  34. 5544757 dm: x86: Add a northbridge uclass by Simon Glass · 9 years ago
  35. 858361b x86: ivybridge: Rename bd82x6x_init() by Simon Glass · 9 years ago
  36. fe40bd4 x86: ivybridge: Move more init to the probe() function by Simon Glass · 9 years ago
  37. 788cd90 x86: ivybridge: Move lpc_early_init() to probe() by Simon Glass · 9 years ago
  38. 4acc83d x86: ivybridge: Set up the LPC device using driver model by Simon Glass · 9 years ago
  39. 0bdce07 dm: x86: Drop the weak cpu_irq_init() function by Simon Glass · 9 years ago
  40. 0ac8b1f dm: x86: queensbay: Add an interrupt driver by Simon Glass · 9 years ago
  41. 117bfc7 dm: x86: quark: Add an interrupt driver by Simon Glass · 9 years ago
  42. b565d66 x86: Use the IRQ device when setting up the mptable by Simon Glass · 9 years ago
  43. d3b884b dm: x86: Add a common PIRQ init function by Simon Glass · 9 years ago
  44. 12d6929 dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · 9 years ago
  45. e76187a dm: x86: Create a driver for x86 interrupts by Simon Glass · 9 years ago
  46. f2b85ab dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  47. ca831f4 dm: Expand the uclass for Platform Controller Hubs (PCH) by Simon Glass · 9 years ago
  48. 7c1058f rockchip: Add support for Raxda Rock 2 by Simon Glass · 9 years ago
  49. cf629bb rockchip: rock2: dts: Make changes for U-Boot by Simon Glass · 9 years ago
  50. 68b08c4 rockchip: rock2: Bring in device tree files from Linux by Simon Glass · 9 years ago
  51. 6406f45 rockchip: dts: Sync up SPDIF node with Linux by Simon Glass · 9 years ago
  52. 74336f7 rockchip: jerry: Enable EDP and HDMI video output by Simon Glass · 9 years ago
  53. dae594f rockchip: spl: Support full-speed CPU in SPL by Simon Glass · 9 years ago
  54. 4f14d13 rockchip: jerry: Fix the SDRAM timing by Simon Glass · 9 years ago
  55. f23cf90 rockchip: spl: Drop MMC support code when not needed by Simon Glass · 9 years ago
  56. affd4a9 rockchip: Tidy up the register-access macros by Simon Glass · 9 years ago
  57. 2460d18 rockchip: sdram: Use syscon_get_first_range() where possible by Simon Glass · 9 years ago
  58. 9368104 rockchip: sdram: Tidy up a few comments by Simon Glass · 9 years ago
  59. 74e53e0 rockchip: Add a simple 'clock' command by Simon Glass · 9 years ago
  60. ad443b7 rockchip: Don't skip low-level init by Simon Glass · 9 years ago
  61. 7b7ad5c rockchip: video: Add a video-output driver by Simon Glass · 9 years ago
  62. 5852d53 rockchip: video: Add a display driver for rockchip eDP by Simon Glass · 9 years ago
  63. c253948 rockchip: video: Add a display driver for rockchip HDMI by Simon Glass · 9 years ago
  64. 009741f rockchip: Rename the CRU_MODE_CON fields by Simon Glass · 9 years ago
  65. 0e23fd8 pwm: rockchip: Add a PWM driver for Rockchip SoCs by Simon Glass · 9 years ago
  66. 27a1961 rockchip: jerry: Enable the Chrome OS EC by Simon Glass · 9 years ago
  67. 5ddf5d7 rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · 9 years ago
  68. a49dc0a rockchip: reset: Use the rk_clr/setreg() interface by Simon Glass · 9 years ago
  69. 0906995 rockchip: sdram: Use the rk_clr/setreg() interface by Simon Glass · 9 years ago
  70. 64b7faa rockchip: clock: Add a function to find a clock by ID by Simon Glass · 9 years ago
  71. f4adc9a rockchip: jerry: Disable pmic-int-1 setup to avoid a hang by Simon Glass · 9 years ago
  72. 79d020e rockchip: Use pwrseq for MMC start-up on jerry by Simon Glass · 9 years ago
  73. a4275f5 rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · 9 years ago
  74. 1e724f8 rockchip: Avoid using MMC code when not booting from MMC by Simon Glass · 9 years ago
  75. f7ee071 ARM: bootm: Try to use relocated ramdisk by Jeffy Chen · 9 years ago
  76. 6905f4d Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  77. 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
  78. 9d08268 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  79. b19cc6b nds32: Fix compile error. by rick · 9 years ago
  80. 3c97c4f dm: video: test: Add tests for the video uclass by Simon Glass · 9 years ago
  81. 3ade5bc dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  82. 665ac00 arm: ls1021atwr: Enable driver model lpuart serial driver by Bin Meng · 9 years ago
  83. 8b67761 arm: ls1021atwr: Split off board device tree by Bin Meng · 9 years ago
  84. f833cd6 arm: ls1021atwr: Convert to driver model and enable serial support by Bin Meng · 9 years ago
  85. 87a2127 arm: dts: dra7-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  86. 6c3401a arm: dts: dra72-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  87. d3e25ae arm: dts: am335x-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  88. c7bd870 arm: dts: am335x-boneblack: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  89. ff9e612 arm: dts: am437x-gp-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  90. 34afc61 arm: dts: am437x-sk-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  91. 28a6c01 arm: omap-common: do not build timer when CONFIG_TIMER defined by Mugunthan V N · 9 years ago
  92. 0a61ee8 stm32: move stm32 specific code to mach-stm32 by Vikas Manocha · 9 years ago
  93. bfb7cc3 armv7: Add missing newline after OMAP die ID by Ladislav Michl · 9 years ago
  94. 61a4392 m68k: M54418TWR: drop board/freescale/m54418twr/config.mk by Masahiro Yamada · 9 years ago
  95. 1d48ca6 arm, ubifs: fix gcc5.x compiler warning by Heiko Schocher · 9 years ago
  96. 048c61d ARM: uniphier: remove unneeded if conditionals by Masahiro Yamada · 9 years ago
  97. faefef9 ARM: uniphier: move UMC register macros to umc-regs.h by Masahiro Yamada · 9 years ago
  98. d649fb8 ARM: uniphier: set active ways to really enable outer cache by Masahiro Yamada · 9 years ago
  99. 6d95778 ARM: uniphier: fix range invalidate for outer cache by Masahiro Yamada · 9 years ago
  100. 5407735 ARM: uniphier: factor out outer cache sync as a helper function by Masahiro Yamada · 9 years ago