1. 73fb583 armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  2. c1303bf armv8: ls1043a: Drop macro CONFIG_LS1043A by York Sun · 8 years ago
  3. 4a3ab19 armv8: ls2080a: Drop macro CONFIG_LS2080A by York Sun · 8 years ago
  4. 511fc86 arm: ls1046ardb: Add SD secure boot target by Ruchika Gupta · 7 years ago
  5. 762f92a arm: ls1043ardb: Add NAND secure boot target by Ruchika Gupta · 7 years ago
  6. 70f9661 arm: ls1043ardb: Add SD secure boot target by Ruchika Gupta · 7 years ago
  7. 11d14bf armv8: LS1012ARDB: Add QSPI Secure Boot target by Vinitha Pillai-B57223 · 8 years ago
  8. d2a9950 armv8: SECURE_BOOT: Enable chain of trust on LS1012A platform by Vinitha Pillai-B57223 · 8 years ago
  9. f7244f2 armv8: LS1046ARDB: Add QSPI Secure Boot target by Vinitha Pillai-B57223 · 8 years ago
  10. b7c19ea armv8: LS1046AQDS: Add NOR Secure Boot Target by Sumit Garg · 8 years ago
  11. b3635f5 armv8: SECURE_BOOT: Enable chain of trust on LS1046A platform by Vinitha Pillai-B57223 · 8 years ago
  12. 216c1e0 armv8: LS1043ARDB: Enable PPA in Secure boot defconfig by Vinitha Pillai-B57223 · 8 years ago
  13. d1a795a armv8: fsl-layerscape: SECURE BOOT: Add header address of PPA in kconfig by Vinitha Pillai-B57223 · 8 years ago
  14. 0645c23 powerpc: T1042RDB: SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation by VINITHA PILLAI · 7 years ago
  15. a52ff33 armv8: ls1046ardb: SPL size reduction by Sumit Garg · 7 years ago
  16. 4139b17 armv8: ls1043ardb: SPL size reduction by Sumit Garg · 7 years ago
  17. 97fbf26 drivers: ddr: fsl: fix unused-const-variable warnings by Thomas Schaefer · 7 years ago
  18. af8ef2e Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  19. 51f866e Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  20. 7ee16de rockchip: rk3399: spl: add UART0 support for SPL by Philipp Tomsich · 7 years ago
  21. d3cf9eb rockchip: pmic: Enable RK808 for rk3399 evb by eric.gao@rock-chips.com · 7 years ago
  22. b644354 rockchip: i2c: Enable i2c for rk3399 by eric.gao@rock-chips.com · 7 years ago
  23. bc8e8fe rockchip: rk3399: Add missing sentinel in syscon by eric.gao@rock-chips.com · 7 years ago
  24. a13110a rockchip: ARM64: split RK3399-Q7 board off the RK3399-EVB board by Klaus Goger · 7 years ago
  25. faf1afc rockchip: dts: rk3399-puma: make the DTS dual-licensed by Philipp Tomsich · 7 years ago
  26. 4e5439a rockchip: sysreset: rk3188: Make sure remap is off on warm-resets by Heiko Stübner · 7 years ago
  27. 86d0126 rockchip: rk3399: do not use lower address by Kever Yang · 7 years ago
  28. 008a610 rockchip: rk3188: enable remap function by Heiko Stübner · 7 years ago
  29. 6499b19 rockchip: cosmetic: Move rock board to its correct position by Heiko Stübner · 7 years ago
  30. 1e9d6c1 rockchip: Add USB to the default boot targets by Eddie Cai · 7 years ago
  31. bfc664b rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets by Eddie Cai · 7 years ago
  32. 35d1b6d rockchip: dts: rk3399-puma: disable 'fifo-mode' in sdmmc by Philipp Tomsich · 7 years ago
  33. 504b9f1 rockchip: spl: rk3399: disable DDR security regions for SPL by Philipp Tomsich · 7 years ago
  34. ad46af0 board: sama5d3_xplained: Enable early debug UART by Wenyou Yang · 7 years ago
  35. 80016f5 board: sama5d3_xplained: Clean up code by Wenyou Yang · 7 years ago
  36. 1878804 board: sama5d3_xplained: Update to support DM/DT by Wenyou Yang · 7 years ago
  37. 098d15b board: sama5d3xek: Enable early debug UART by Wenyou Yang · 7 years ago
  38. b6ceefe board: sama5d3xek: Clean up code by Wenyou Yang · 7 years ago
  39. a97cb06 board: sama5d3xek: Update to support DM/DT by Wenyou Yang · 7 years ago
  40. 3fea953 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  41. ffe2052 dm: led: Add a new 'led' command by Simon Glass · 7 years ago
  42. 21c3408 led: Mark existing driver as legacy by Simon Glass · 7 years ago
  43. 53378da dm: led: Add support for blinking LEDs by Simon Glass · 7 years ago
  44. 9413ad4 dm: led: Support toggling LEDs by Simon Glass · 7 years ago
  45. 8f4b612 dm: led: Add support for getting the state of an LED by Simon Glass · 7 years ago
  46. ddae9fc dm: led: Adjust the LED uclass by Simon Glass · 7 years ago
  47. 56e1987 dm: led: Rename struct led_uclass_plat by Simon Glass · 7 years ago
  48. 9b36f74 dm: led: Add a missing blank line in the Kconfig file by Simon Glass · 7 years ago
  49. a89c3a0 sandbox: Add some test LEDs by Simon Glass · 7 years ago
  50. 4e27b9a dm: scsi: fix divide-by-0 error in scsi_scan() by Jean-Jacques Hiblot · 7 years ago
  51. 1330a72 scsi: move the partition initialization out of the scsi detection by Jean-Jacques Hiblot · 7 years ago
  52. e39cecf scsi: make the LUN a parameter of scsi_detect_dev() by Jean-Jacques Hiblot · 7 years ago
  53. fd138ca arm: omap: sata: compile out board-level sata code when CONFIG_DM_SCSI is defined by Jean-Jacques Hiblot · 7 years ago
  54. 01a072c arm: omap: sata: move enable sata clocks to enable_basic_clocks() by Mugunthan V N · 7 years ago
  55. fbeb337 buildman: Translate more strings to latin-1 by Tom Rini · 7 years ago
  56. bdf1ea1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  57. 1e5eca7 usb: return 0 from usb_stor_get_info even if removable media by Troy Kisky · 7 years ago
  58. 57ca63b usb: dwc2: invalidate the dcache before starting the DMA by Eddie Cai · 7 years ago
  59. 889239d usb: dwc3: gadget: make cache-maintenance on event buffers more robust by Philipp Tomsich · 7 years ago
  60. b7bf4a9 usb: dwc3: ensure consistent types for dwc3_flush_cache by Philipp Tomsich · 7 years ago
  61. 207835b usb: gadget: g_dnl: don't set iProduct nor iSerialNumber by Felipe Balbi · 8 years ago
  62. 842778a usb: gadget: g_dnl: only set iSerialNumber if we have a serial# by Felipe Balbi · 8 years ago
  63. 12d0b8f usb: gadget: g_dnl: hold maximum string descriptor by Felipe Balbi · 8 years ago
  64. 7682736 video: Fix crash when scroll screen by eric.gao@rock-chips.com · 7 years ago
  65. e6a419c at91: video: DT binding for HLCDC driver by Songjun Wu · 7 years ago
  66. c1a16c3 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  67. af1b728 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  68. 7927831 at91: video: Support driver-model for the HLCD driver by Songjun Wu · 7 years ago
  69. 5c73536 usb: dwc2: add support for external vbus supply by Kever Yang · 8 years ago
  70. 09397d9 arm: socfpga: sr1500 use environment in common header by Dalon Westergreen · 7 years ago
  71. 19a8fed arm: socfpga: Socrates use environment in common header by Dalon Westergreen · 7 years ago
  72. b52acd8 arm: socfpga: SoCKit use environment in common header by Dalon Westergreen · 7 years ago
  73. 9e41d22 arm: socfpga: DE1 use environment in common header by Dalon Westergreen · 7 years ago
  74. 5e7ae1a arm: socfpga: C5 SoCDK use environment in common header by Dalon Westergreen · 7 years ago
  75. 57b6b62 arm: socfpga: A5 SoCDK use environment in common header by Dalon Westergreen · 7 years ago
  76. 29c0655 arm: socfpga: DE0 use environment in common header by Dalon Westergreen · 7 years ago
  77. 451e824 arm: socfpga: Add distro boot to socfpga common header by Dalon Westergreen · 7 years ago
  78. 707cd01 arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig by Ley Foon Tan · 7 years ago
  79. e11b5e8 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · 7 years ago
  80. cc62ac7 ARM: socfpga: Disable OC on MCVEVK by Marek Vasut · 8 years ago
  81. d70b338 ARM: socfpga: mcvevk: Add default dfu_alt_info by Marek Vasut · 8 years ago
  82. 55ce55f ARM: socfpga: Reduce the DFU buffer size by Marek Vasut · 8 years ago
  83. a548bc5 ARM: socfpga: Rename MCVEVK by Marek Vasut · 7 years ago
  84. 4c0f3e7 ARM: socfpga: boot0 hook: remove macro from boot0 header file by Chee, Tien Fong · 7 years ago
  85. 45fa6f1 ARM: socfpga: cyclone5-socdk: Enable ports A & C by Georges Savoundararadj · 8 years ago
  86. 8baa178 ARM: socfpga: add fpga build and bsp handoff instructions to readme by Stephen Arnold · 8 years ago
  87. 80b9c3b board: toradex: colibri_vf: Add DCU support for Colibri Vybrid by Stefan Agner · 7 years ago
  88. 7a2d533 video: fsl_dcu_fb: add additional modes for DCU by Stefan Agner · 7 years ago
  89. 7ce92a5 video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting by Stefan Agner · 7 years ago
  90. 32f26f5 video: fsl_dcu_fb: Enable pixel clock after initialization by Stefan Agner · 7 years ago
  91. 77810e6 video: fsl_dcu_fb: fix framebuffer to the end of memory by Stefan Agner · 7 years ago
  92. b215fb3 Convert CONFIG_FSL_DCU_FB to Kconfig by Sanchayan Maity · 7 years ago
  93. 7dde50d mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. by Alex Deymo · 7 years ago
  94. 4db2b61 mmc: bcm2835_sdhci: Speed up mmc writes. by Jocelyn Bohr · 7 years ago
  95. c86c015 mmc: gen_atmel_mci: add driver model support for mci by Wenyou Yang · 7 years ago
  96. d0c5c8d odroid-c2: enable new Meson GX MMC driver in board defconfig by Heiner Kallweit · 7 years ago
  97. 9373862 mmc: meson: add MMC driver for Meson GX (S905) by Carlo Caione · 7 years ago
  98. a3b02a1 arm: dts: update Meson GXBB / Odroid-C2 DT with recent Linux version by Heiner Kallweit · 7 years ago
  99. b7b24a7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  100. 22e10be board: sama5d4ek: enable early debug UART by Wenyou Yang · 7 years ago