1. d2df2ab fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · 6 years ago
  2. 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  3. afa9609 bootcount: spl: Enable bootcount support in SPL by Lukasz Majewski · 6 years ago
  4. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  5. 0e373c0 spl: add SPL_RESET_SUPPORT by Patrick Delaunay · 7 years ago
  6. b432b1e spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · 7 years ago
  7. 8502f9f thermal: ti-bandgap: Add support for temperature sensor by Faiz Abbas · 7 years ago
  8. c1b62ba Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  9. 982388e nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago
  10. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  11. 87c16d4 drivers: spl: consistently use the $(SPL_TPL_) macro by Philipp Tomsich · 7 years ago
  12. 386c65e drivers: Enable FPGA driver build on SPL by Tien Fong Chee · 7 years ago
  13. 0fcd48f scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
  14. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
  15. 853eaa4 Drop digital thermometer and thermostat (DTT) drivers by Simon Glass · 7 years ago
  16. ab3c4fb Drop three-wire serial (TWS) support by Simon Glass · 7 years ago
  17. 792f005 mmc: descend into drivers/mmc only when CONFIG_MMC is enabled by Masahiro Yamada · 7 years ago
  18. 72e5016 drivers: phy: add generic PHY framework by Jean-Jacques Hiblot · 7 years ago
  19. 573a381 sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · 7 years ago
  20. 5a6f06f dm: core: Allow driver model to be disabled for TPL by Simon Glass · 7 years ago
  21. bbe41ab spl: Allow PCH drivers to be used in SPL by Simon Glass · 8 years ago
  22. 4a6c81f spl: Allow timer drivers to be used in SPL by Simon Glass · 8 years ago
  23. 30bf8a0 spl: Allow RTC drivers to be used in SPL by Simon Glass · 8 years ago
  24. 2446b6b spl: Allow PCI drivers to be used in SPL by Simon Glass · 8 years ago
  25. 5e148df spl: Allow CPU drivers to be used in SPL by Simon Glass · 8 years ago
  26. e94793c spl: add USB Gadget config option by Stefan Agner · 8 years ago
  27. 5991703 spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  28. 3335786 drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k by Stefan Roese · 8 years ago
  29. 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
  30. b25732c drivers/sysreset: group sysreset drivers by Max Filippov · 8 years ago
  31. 6f4e7d3 spl: Lightweight UBI and UBI fastmap support by Thomas Gleixner · 8 years ago
  32. 05fc5ef mtd: Sort subsystem directories aplhabeticaly in Makefile by Ladislav Michl · 8 years ago
  33. 89c1e2d Add a reset driver framework/uclass by Stephen Warren · 8 years ago
  34. 51c14cd verified-boot: Minimal support for booting U-Boot proper from SPL by Teddy Reed · 8 years ago
  35. 6238935 Add a mailbox driver framework/uclass by Stephen Warren · 8 years ago
  36. 0776167e dm: mmc: spl: Use the legacy block interface in SPL by Simon Glass · 8 years ago
  37. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 8 years ago
  38. 04868b4 drivers: Add SPMI bus uclass by Mateusz Kulikowski · 8 years ago
  39. 9ffa7a3 drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  40. ca831f4 dm: Expand the uclass for Platform Controller Hubs (PCH) by Simon Glass · 9 years ago
  41. 81e33f4 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  42. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  43. 5decbf5 dm: adc: add simple ADC uclass implementation by Przemyslaw Marczak · 9 years ago
  44. c8a7ba9 dm: implement a Timer uclass by Thomas Chou · 9 years ago
  45. ddf56bc drivers: Introduce a simplified remoteproc framework by Nishanth Menon · 9 years ago
  46. d90a5a3 pinctrl: add pin control uclass support by Masahiro Yamada · 9 years ago
  47. e00e8b3 led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entries by Masahiro Yamada · 9 years ago
  48. f0cd245 led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED by Masahiro Yamada · 9 years ago
  49. 26d5fa8 ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries by Masahiro Yamada · 9 years ago
  50. 40c9abb ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM by Masahiro Yamada · 9 years ago
  51. 5525958 clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entries by Masahiro Yamada · 9 years ago
  52. 0543589 clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK by Masahiro Yamada · 9 years ago
  53. 040906f dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries by Masahiro Yamada · 9 years ago
  54. d6c2ac5 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  55. f26c8a8 dm: Add a clock uclass by Simon Glass · 9 years ago
  56. 6c51df6 dm: Add support for RAM drivers by Simon Glass · 9 years ago
  57. 5917112 dm: Add support for LEDs by Simon Glass · 9 years ago
  58. 11f4dc1 dm: Implement a CPU uclass by Simon Glass · 9 years ago
  59. 85bafb6 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  60. e3568d2 DM: thermal: Add imx thermal DM driver by Ye.Li · 10 years ago
  61. 93d3320 qe: add u-qe support to arm board by Zhao Qiang · 10 years ago
  62. a43febd soc: keystone_serdes: create a separate SGMII SerDes driver by Khoronzhuk, Ivan · 10 years ago
  63. f494e0a kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  64. b2f97cf pwm, imx6: add support for pwm modul on imx6 by Heiko Schocher · 10 years ago
  65. 909ea9a ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c by Khoronzhuk, Ivan · 10 years ago
  66. 4c76b55 drivers/qe: move the entry to drivers/Makefile by Masahiro Yamada · 11 years ago
  67. 7b6af41 drivers: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  68. 9c3f0bc drivers: move some drivers to drivers/Makefile by Masahiro Yamada · 11 years ago
  69. 59829cc drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  70. 318c0b9 drivers/misc : move misc drivers to drivers/misc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  71. 33daf5b drivers/block : move block drivers to drivers/block by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  72. f868cc5 drivers/hwmon : move hardware monitor drviers to drivers/hwmon by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  73. 16b195c drivers/input : move input drivers to drivers/input by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  74. e455866 drivers/usb : move usb drivers to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  75. 1378df7 drivers/serial : move serial drivers to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  76. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  77. 352d259 drivers/video : move video drivers to drivers/video by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  78. 7364621 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  79. 93a686e drivers/pci : move pci drivers to drivers/pci by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  80. 080c646 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  81. efe3303 Merge branch 'origin' into kconfig-for-1.3.1 by Grant Likely · 17 years ago
  82. 4d4faae Group PCI and PCMCIA drivers in drivers/Makefile by Grant Likely · 17 years ago
  83. 5798f87 Group block/flash drivers in drivers/Makefile by Grant Likely · 17 years ago
  84. df58c81 Group USB drivers in drivers/Makefile by Grant Likely · 17 years ago
  85. 5dbb6ed Group i2c drivers in drivers/Makefile by Grant Likely · 17 years ago
  86. ec00c76 Group console drivers in drivers/Makefile by Grant Likely · 17 years ago
  87. 754f230 Group network drivers in drivers/Makefile by Grant Likely · 17 years ago
  88. f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  89. 1f10310 Implement general ULi 526x Ethernet driver support in U-boot by Roy Zang · 17 years ago
  90. f051692 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  91. 41b4d28 Coding style: keep lists sorted; update CHANGELOG by Wolfgang Denk · 17 years ago
  92. 58b74b0 Fix missing drivers makefile entries ds1722.c mw_eeprom.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  93. 7a93487 Move PL01* serial drivers to drivers/serial and adjust Makefiles. by Peter Pearse · 17 years ago
  94. 041a255 Add support for Sil680 IDE controller. by Gary Jennejohn · 17 years ago
  95. 65d7ada Update Makefiles for merged and split at45.c. by Peter Pearse · 17 years ago
  96. 78549bb Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  97. 5072188 This is a framebuffer driver for ATI video card, can work for PCI9200, by Jason Jin · 17 years ago
  98. 63cec58 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts. by Ed Swarthout · 17 years ago
  99. 98c440b Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  100. 66d9dbe Add driver for S-ATA-controller on Intel processors with South by mushtaq khan · 17 years ago