1. d171056 drivers/crypto/fsl: remove redundant logical contraint by xypron.glpk@gmx.de · 7 years ago
  2. 7a931b9 fsl/sata: correctly identify failed malloc by xypron.glpk@gmx.de · 7 years ago
  3. 0e0de24 ddr: fsl: incorrect logical constraint in populate_memctl_options by xypron.glpk@gmx.de · 7 years ago
  4. ea1e3f9 FPGA: drivers/fpga/ivm_core.c: incorrect printf by xypron.glpk@gmx.de · 7 years ago
  5. 73be5b3 usbtty: avoid potential NULL pointer dereference by xypron.glpk@gmx.de · 7 years ago
  6. 6568c73 yaffs2: remove redundant condition by xypron.glpk@gmx.de · 7 years ago
  7. ddc6a9d tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 7 years ago
  8. 1ecd2a2 arm: omap-common: add missing va_end() by xypron.glpk@gmx.de · 7 years ago
  9. 8399538 travis-ci: Switch over to Linaro gcc-6.3.1 toolchains for ARM by Tom Rini · 7 years ago
  10. 546a6f3 buildman: Allow 'gnueabihf' toolchains for ARM by Tom Rini · 7 years ago
  11. 573a381 sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · 7 years ago
  12. c54bcf6 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · 7 years ago
  13. c2da86f ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · 7 years ago
  14. 84a112a blackfin: ibf-dsp561: remove orphan Blackfin board by Masahiro Yamada · 7 years ago
  15. 90d6500 drivers: remove Blackfin specific drivers by Masahiro Yamada · 7 years ago
  16. 4326b45 cmd: remove Blackfin specific commands by Masahiro Yamada · 7 years ago
  17. 6091110 tools: moveconfig: remove GCC prefix of obsolete architecture by Masahiro Yamada · 7 years ago
  18. d39a0d2 cramfs: basic symlink support by Tyler Hall · 7 years ago
  19. a6ea791 cramfs: block pointers are 32 bits by Tyler Hall · 7 years ago
  20. 511c66b cmd: cramfs: use map_sysmem for sandbox support by Tyler Hall · 7 years ago
  21. f6c1df4 Prepare v2017.05-rc2 by Tom Rini · 7 years ago
  22. af8ef2e Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  23. 51f866e Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  24. 7ee16de rockchip: rk3399: spl: add UART0 support for SPL by Philipp Tomsich · 8 years ago
  25. d3cf9eb rockchip: pmic: Enable RK808 for rk3399 evb by eric.gao@rock-chips.com · 8 years ago
  26. b644354 rockchip: i2c: Enable i2c for rk3399 by eric.gao@rock-chips.com · 8 years ago
  27. bc8e8fe rockchip: rk3399: Add missing sentinel in syscon by eric.gao@rock-chips.com · 8 years ago
  28. a13110a rockchip: ARM64: split RK3399-Q7 board off the RK3399-EVB board by Klaus Goger · 8 years ago
  29. faf1afc rockchip: dts: rk3399-puma: make the DTS dual-licensed by Philipp Tomsich · 8 years ago
  30. 4e5439a rockchip: sysreset: rk3188: Make sure remap is off on warm-resets by Heiko Stübner · 8 years ago
  31. 86d0126 rockchip: rk3399: do not use lower address by Kever Yang · 8 years ago
  32. 008a610 rockchip: rk3188: enable remap function by Heiko Stübner · 8 years ago
  33. 6499b19 rockchip: cosmetic: Move rock board to its correct position by Heiko Stübner · 8 years ago
  34. 1e9d6c1 rockchip: Add USB to the default boot targets by Eddie Cai · 8 years ago
  35. bfc664b rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets by Eddie Cai · 8 years ago
  36. 35d1b6d rockchip: dts: rk3399-puma: disable 'fifo-mode' in sdmmc by Philipp Tomsich · 8 years ago
  37. 504b9f1 rockchip: spl: rk3399: disable DDR security regions for SPL by Philipp Tomsich · 8 years ago
  38. ad46af0 board: sama5d3_xplained: Enable early debug UART by Wenyou Yang · 7 years ago
  39. 80016f5 board: sama5d3_xplained: Clean up code by Wenyou Yang · 7 years ago
  40. 1878804 board: sama5d3_xplained: Update to support DM/DT by Wenyou Yang · 7 years ago
  41. 098d15b board: sama5d3xek: Enable early debug UART by Wenyou Yang · 7 years ago
  42. b6ceefe board: sama5d3xek: Clean up code by Wenyou Yang · 7 years ago
  43. a97cb06 board: sama5d3xek: Update to support DM/DT by Wenyou Yang · 7 years ago
  44. 3fea953 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  45. ffe2052 dm: led: Add a new 'led' command by Simon Glass · 8 years ago
  46. 21c3408 led: Mark existing driver as legacy by Simon Glass · 8 years ago
  47. 53378da dm: led: Add support for blinking LEDs by Simon Glass · 8 years ago
  48. 9413ad4 dm: led: Support toggling LEDs by Simon Glass · 8 years ago
  49. 8f4b612 dm: led: Add support for getting the state of an LED by Simon Glass · 8 years ago
  50. ddae9fc dm: led: Adjust the LED uclass by Simon Glass · 8 years ago
  51. 56e1987 dm: led: Rename struct led_uclass_plat by Simon Glass · 8 years ago
  52. 9b36f74 dm: led: Add a missing blank line in the Kconfig file by Simon Glass · 8 years ago
  53. a89c3a0 sandbox: Add some test LEDs by Simon Glass · 8 years ago
  54. 4e27b9a dm: scsi: fix divide-by-0 error in scsi_scan() by Jean-Jacques Hiblot · 8 years ago
  55. 1330a72 scsi: move the partition initialization out of the scsi detection by Jean-Jacques Hiblot · 8 years ago
  56. e39cecf scsi: make the LUN a parameter of scsi_detect_dev() by Jean-Jacques Hiblot · 8 years ago
  57. fd138ca arm: omap: sata: compile out board-level sata code when CONFIG_DM_SCSI is defined by Jean-Jacques Hiblot · 8 years ago
  58. 01a072c arm: omap: sata: move enable sata clocks to enable_basic_clocks() by Mugunthan V N · 8 years ago
  59. fbeb337 buildman: Translate more strings to latin-1 by Tom Rini · 7 years ago
  60. bdf1ea1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  61. 1e5eca7 usb: return 0 from usb_stor_get_info even if removable media by Troy Kisky · 8 years ago
  62. 57ca63b usb: dwc2: invalidate the dcache before starting the DMA by Eddie Cai · 8 years ago
  63. 889239d usb: dwc3: gadget: make cache-maintenance on event buffers more robust by Philipp Tomsich · 8 years ago
  64. b7bf4a9 usb: dwc3: ensure consistent types for dwc3_flush_cache by Philipp Tomsich · 8 years ago
  65. 207835b usb: gadget: g_dnl: don't set iProduct nor iSerialNumber by Felipe Balbi · 8 years ago
  66. 842778a usb: gadget: g_dnl: only set iSerialNumber if we have a serial# by Felipe Balbi · 8 years ago
  67. 12d0b8f usb: gadget: g_dnl: hold maximum string descriptor by Felipe Balbi · 8 years ago
  68. 7682736 video: Fix crash when scroll screen by eric.gao@rock-chips.com · 8 years ago
  69. e6a419c at91: video: DT binding for HLCDC driver by Songjun Wu · 8 years ago
  70. c1a16c3 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  71. af1b728 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  72. 7927831 at91: video: Support driver-model for the HLCD driver by Songjun Wu · 8 years ago
  73. 5c73536 usb: dwc2: add support for external vbus supply by Kever Yang · 8 years ago
  74. 09397d9 arm: socfpga: sr1500 use environment in common header by Dalon Westergreen · 7 years ago
  75. 19a8fed arm: socfpga: Socrates use environment in common header by Dalon Westergreen · 7 years ago
  76. b52acd8 arm: socfpga: SoCKit use environment in common header by Dalon Westergreen · 7 years ago
  77. 9e41d22 arm: socfpga: DE1 use environment in common header by Dalon Westergreen · 7 years ago
  78. 5e7ae1a arm: socfpga: C5 SoCDK use environment in common header by Dalon Westergreen · 7 years ago
  79. 57b6b62 arm: socfpga: A5 SoCDK use environment in common header by Dalon Westergreen · 7 years ago
  80. 29c0655 arm: socfpga: DE0 use environment in common header by Dalon Westergreen · 7 years ago
  81. 451e824 arm: socfpga: Add distro boot to socfpga common header by Dalon Westergreen · 7 years ago
  82. 707cd01 arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig by Ley Foon Tan · 8 years ago
  83. e11b5e8 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · 8 years ago
  84. cc62ac7 ARM: socfpga: Disable OC on MCVEVK by Marek Vasut · 8 years ago
  85. d70b338 ARM: socfpga: mcvevk: Add default dfu_alt_info by Marek Vasut · 8 years ago
  86. 55ce55f ARM: socfpga: Reduce the DFU buffer size by Marek Vasut · 8 years ago
  87. a548bc5 ARM: socfpga: Rename MCVEVK by Marek Vasut · 8 years ago
  88. 4c0f3e7 ARM: socfpga: boot0 hook: remove macro from boot0 header file by Chee, Tien Fong · 8 years ago
  89. 45fa6f1 ARM: socfpga: cyclone5-socdk: Enable ports A & C by Georges Savoundararadj · 8 years ago
  90. 8baa178 ARM: socfpga: add fpga build and bsp handoff instructions to readme by Stephen Arnold · 8 years ago
  91. 80b9c3b board: toradex: colibri_vf: Add DCU support for Colibri Vybrid by Stefan Agner · 8 years ago
  92. 7a2d533 video: fsl_dcu_fb: add additional modes for DCU by Stefan Agner · 8 years ago
  93. 7ce92a5 video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting by Stefan Agner · 8 years ago
  94. 32f26f5 video: fsl_dcu_fb: Enable pixel clock after initialization by Stefan Agner · 8 years ago
  95. 77810e6 video: fsl_dcu_fb: fix framebuffer to the end of memory by Stefan Agner · 8 years ago
  96. b215fb3 Convert CONFIG_FSL_DCU_FB to Kconfig by Sanchayan Maity · 8 years ago
  97. 7dde50d mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. by Alex Deymo · 8 years ago
  98. 4db2b61 mmc: bcm2835_sdhci: Speed up mmc writes. by Jocelyn Bohr · 8 years ago
  99. c86c015 mmc: gen_atmel_mci: add driver model support for mci by Wenyou Yang · 7 years ago
  100. d0c5c8d odroid-c2: enable new Meson GX MMC driver in board defconfig by Heiner Kallweit · 7 years ago