1. 07531c1 mips: qemu-mips/64: Remove obsolete CONFIG_SYS_MONITOR_LEN from config by Kyle Edwards · 8 years ago
  2. 31ade57 Prepare v2017.05-rc2 by Tom Rini · 8 years ago
  3. d9d8e3e Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  4. 27c8bd5 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  5. 41029e6 rockchip: rk3399: spl: add UART0 support for SPL by Philipp Tomsich · 8 years ago
  6. d91ea34 rockchip: pmic: Enable RK808 for rk3399 evb by eric.gao@rock-chips.com · 8 years ago
  7. 5f0ce63 rockchip: i2c: Enable i2c for rk3399 by eric.gao@rock-chips.com · 8 years ago
  8. c4d4f54 rockchip: rk3399: Add missing sentinel in syscon by eric.gao@rock-chips.com · 8 years ago
  9. 8103993 rockchip: ARM64: split RK3399-Q7 board off the RK3399-EVB board by Klaus Goger · 8 years ago
  10. e219c96 rockchip: dts: rk3399-puma: make the DTS dual-licensed by Philipp Tomsich · 8 years ago
  11. 0d19fbd rockchip: sysreset: rk3188: Make sure remap is off on warm-resets by Heiko Stübner · 8 years ago
  12. 244fb83 rockchip: rk3399: do not use lower address by Kever Yang · 8 years ago
  13. 015f69a rockchip: rk3188: enable remap function by Heiko Stübner · 8 years ago
  14. 03a2bd4 rockchip: cosmetic: Move rock board to its correct position by Heiko Stübner · 8 years ago
  15. d91ad1b rockchip: Add USB to the default boot targets by Eddie Cai · 8 years ago
  16. 029ec6c rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets by Eddie Cai · 8 years ago
  17. b16adb9 rockchip: dts: rk3399-puma: disable 'fifo-mode' in sdmmc by Philipp Tomsich · 8 years ago
  18. 2a34cbb rockchip: spl: rk3399: disable DDR security regions for SPL by Philipp Tomsich · 8 years ago
  19. e46dd15 board: sama5d3_xplained: Enable early debug UART by Wenyou Yang · 8 years ago
  20. 765d900 board: sama5d3_xplained: Clean up code by Wenyou Yang · 8 years ago
  21. 9ddd6fc board: sama5d3_xplained: Update to support DM/DT by Wenyou Yang · 8 years ago
  22. f6fff81 board: sama5d3xek: Enable early debug UART by Wenyou Yang · 8 years ago
  23. a6719bc board: sama5d3xek: Clean up code by Wenyou Yang · 8 years ago
  24. 9a0e91f board: sama5d3xek: Update to support DM/DT by Wenyou Yang · 8 years ago
  25. e390e97 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  26. fc8a529 dm: led: Add a new 'led' command by Simon Glass · 8 years ago
  27. 4c81846 led: Mark existing driver as legacy by Simon Glass · 8 years ago
  28. 3bd0c46 dm: led: Add support for blinking LEDs by Simon Glass · 8 years ago
  29. e445dfd dm: led: Support toggling LEDs by Simon Glass · 8 years ago
  30. dc53166 dm: led: Add support for getting the state of an LED by Simon Glass · 8 years ago
  31. 6ca1977 dm: led: Adjust the LED uclass by Simon Glass · 8 years ago
  32. da01de9 dm: led: Rename struct led_uclass_plat by Simon Glass · 8 years ago
  33. 9267067 dm: led: Add a missing blank line in the Kconfig file by Simon Glass · 8 years ago
  34. fefc7ba sandbox: Add some test LEDs by Simon Glass · 8 years ago
  35. ffde9dde dm: scsi: fix divide-by-0 error in scsi_scan() by Jean-Jacques Hiblot · 8 years ago
  36. 37e721c scsi: move the partition initialization out of the scsi detection by Jean-Jacques Hiblot · 8 years ago
  37. 0c447f0 scsi: make the LUN a parameter of scsi_detect_dev() by Jean-Jacques Hiblot · 8 years ago
  38. abaf3eb arm: omap: sata: compile out board-level sata code when CONFIG_DM_SCSI is defined by Jean-Jacques Hiblot · 8 years ago
  39. d7ced25 arm: omap: sata: move enable sata clocks to enable_basic_clocks() by Mugunthan V N · 8 years ago
  40. f399f6e buildman: Translate more strings to latin-1 by Tom Rini · 8 years ago
  41. 908994e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  42. 17e4526 usb: return 0 from usb_stor_get_info even if removable media by Troy Kisky · 8 years ago
  43. 408bdee usb: dwc2: invalidate the dcache before starting the DMA by Eddie Cai · 8 years ago
  44. 8e17c16 usb: dwc3: gadget: make cache-maintenance on event buffers more robust by Philipp Tomsich · 8 years ago
  45. ed12167 usb: dwc3: ensure consistent types for dwc3_flush_cache by Philipp Tomsich · 8 years ago
  46. c891ca9 usb: gadget: g_dnl: don't set iProduct nor iSerialNumber by Felipe Balbi · 8 years ago
  47. 169dd12 usb: gadget: g_dnl: only set iSerialNumber if we have a serial# by Felipe Balbi · 8 years ago
  48. 02ae129 usb: gadget: g_dnl: hold maximum string descriptor by Felipe Balbi · 8 years ago
  49. edb07c7 video: Fix crash when scroll screen by eric.gao@rock-chips.com · 8 years ago
  50. 5f32408 at91: video: DT binding for HLCDC driver by Songjun Wu · 8 years ago
  51. 03017c5 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  52. a41268b Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  53. 72ac56a at91: video: Support driver-model for the HLCD driver by Songjun Wu · 8 years ago
  54. 327c24d usb: dwc2: add support for external vbus supply by Kever Yang · 8 years ago
  55. 2c56cec arm: socfpga: sr1500 use environment in common header by Dalon Westergreen · 8 years ago
  56. b6929a2 arm: socfpga: Socrates use environment in common header by Dalon Westergreen · 8 years ago
  57. 2f5e6a2 arm: socfpga: SoCKit use environment in common header by Dalon Westergreen · 8 years ago
  58. a29f06f arm: socfpga: DE1 use environment in common header by Dalon Westergreen · 8 years ago
  59. 614ec1f arm: socfpga: C5 SoCDK use environment in common header by Dalon Westergreen · 8 years ago
  60. aca3d91 arm: socfpga: A5 SoCDK use environment in common header by Dalon Westergreen · 8 years ago
  61. 764076a arm: socfpga: DE0 use environment in common header by Dalon Westergreen · 8 years ago
  62. bfd74c6 arm: socfpga: Add distro boot to socfpga common header by Dalon Westergreen · 8 years ago
  63. 016539e arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig by Ley Foon Tan · 8 years ago
  64. b25ae72 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · 8 years ago
  65. 4983df6 ARM: socfpga: Disable OC on MCVEVK by Marek Vasut · 8 years ago
  66. b3af03e ARM: socfpga: mcvevk: Add default dfu_alt_info by Marek Vasut · 8 years ago
  67. 4bd64e8 ARM: socfpga: Reduce the DFU buffer size by Marek Vasut · 8 years ago
  68. 9d6c56b ARM: socfpga: Rename MCVEVK by Marek Vasut · 8 years ago
  69. 19869ea ARM: socfpga: boot0 hook: remove macro from boot0 header file by Chee, Tien Fong · 8 years ago
  70. e9a1fd7 ARM: socfpga: cyclone5-socdk: Enable ports A & C by Georges Savoundararadj · 8 years ago
  71. c426e86 ARM: socfpga: add fpga build and bsp handoff instructions to readme by Stephen Arnold · 8 years ago
  72. 1301175 board: toradex: colibri_vf: Add DCU support for Colibri Vybrid by Stefan Agner · 8 years ago
  73. cb2c229 video: fsl_dcu_fb: add additional modes for DCU by Stefan Agner · 8 years ago
  74. a6d6d53 video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting by Stefan Agner · 8 years ago
  75. f5e97b4 video: fsl_dcu_fb: Enable pixel clock after initialization by Stefan Agner · 8 years ago
  76. ec95423 video: fsl_dcu_fb: fix framebuffer to the end of memory by Stefan Agner · 8 years ago
  77. e15479b Convert CONFIG_FSL_DCU_FB to Kconfig by Sanchayan Maity · 8 years ago
  78. d9b7023 mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. by Alex Deymo · 8 years ago
  79. 54c28d4 mmc: bcm2835_sdhci: Speed up mmc writes. by Jocelyn Bohr · 8 years ago
  80. 7a7a64c mmc: gen_atmel_mci: add driver model support for mci by Wenyou Yang · 8 years ago
  81. 1a4d990 odroid-c2: enable new Meson GX MMC driver in board defconfig by Heiner Kallweit · 8 years ago
  82. 20cab78 mmc: meson: add MMC driver for Meson GX (S905) by Carlo Caione · 8 years ago
  83. 4b90b40 arm: dts: update Meson GXBB / Odroid-C2 DT with recent Linux version by Heiner Kallweit · 8 years ago
  84. aa468b1 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  85. 4accfcc board: sama5d4ek: enable early debug UART by Wenyou Yang · 8 years ago
  86. e95e333 board: sama5d4ek: clean up code by Wenyou Yang · 8 years ago
  87. 9673c2e board: sama5d4ek: update to support DM/DT by Wenyou Yang · 8 years ago
  88. 4d8b321 board: sama5d4_xplained: enable early debug UART by Wenyou Yang · 8 years ago
  89. d56baa4 board: sama5d4_xplained: clean up code by Wenyou Yang · 8 years ago
  90. 3143ac2 board: sama5d4_xplained: update to support DM/DT by Wenyou Yang · 8 years ago
  91. b42ebc3 configs: at91-sama5_common: fix for CONFIG_AT91_GPIO by Wenyou Yang · 8 years ago
  92. 608b4eb ARM: at91: lds: use "_image_binary_end" for DT location by Wenyou Yang · 8 years ago
  93. ac8af4c ARM: spl: atmel: move mem_init() advance in SPL init. by Wenyou Yang · 8 years ago
  94. f13d0ff ARM: spl: atmel: bring in serial device before init by Wenyou Yang · 8 years ago
  95. 71806ec ARM: at91: spl: specify MMC and NAND boot device by Wenyou Yang · 8 years ago
  96. 1f36fc1 ARM: dts: at91: add dts file for sama5d4ek by Wenyou Yang · 8 years ago
  97. 1a69b14 ARM: dts: at91: add dts files for sama5d4 Xplained by Wenyou Yang · 8 years ago
  98. f5cbcf0 ARM: at91: dt: add dts file for sama5d3 Xplained by Wenyou Yang · 8 years ago
  99. 35736f5 ARM: at91: dt: add dts files for sama5d3xek board by Wenyou Yang · 8 years ago
  100. e29b82b gpio: at91_gpio: add the clock support by Wenyou Yang · 8 years ago