1. 1e52835 armv8/fsl-lsch3: Use correct compatible for serial clock fixup by Scott Wood · 10 years ago
  2. d746fef armv8/ls2085a: Add workaround for USB erratum A-008751 by Scott Wood · 10 years ago
  3. b991b98 fsl-lsch3: Introduce place for common early SoC init by Scott Wood · 10 years ago
  4. 12eaf31 armv8/fsl-lsch3: Update early MMU table by York Sun · 10 years ago
  5. 07c6600 armv8/fsl-lsch3: Set nodes in DVM domain by Scott Wood · 10 years ago
  6. 05d2e21 armv8/ls2085a: Add support for reset request by pankaj chauhan · 10 years ago
  7. 207774b armv8/ls2085a: Fix generic timer clock source by York Sun · 10 years ago
  8. 19f9175 armv8/fsl-lsch3: Fix platform clock calculation by York Sun · 10 years ago
  9. f3f8c56 armv8/ls2085a: Update common header file by Prabhakar Kushwaha · 10 years ago
  10. 060ef09 armv8/fsl-lsch3: Implement workaround for erratum A008585 by York Sun · 10 years ago
  11. c517771 driver/ldpaa_eth: Add LDPAA Ethernet driver by Prabhakar Kushwaha · 10 years ago
  12. a2a55e5 driver/fsl-mc: Add support of MC Flibs by Prabhakar Kushwaha · 10 years ago
  13. b7f57ac fsl-ch3/README: Add description for NOR flash layout (firmware images) by Bhupesh Sharma · 10 years ago
  14. 422cb08 armv8/fsl-lsch3: Add Freescale Debug Server driver by Bhupesh Sharma · 10 years ago
  15. ae42eb0 QE/DeepSleep: add QE deepsleep support for mpc85xx by Zhao Qiang · 10 years ago
  16. d42bd34 pci/layerscape: remove unnecessary pcie_layerscape.h by Minghuan Lian · 10 years ago
  17. 98cb0ef Add bootscript support to esbc_validate. by gaurav rana · 10 years ago
  18. 036f3f3 arm/ls102xa:Add support of conditional workaround implementation as per SoC ver by Alison Wang · 10 years ago
  19. dd9958a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 9 years ago
  20. d87a2ad powerpc/mpc85xx: Remove some dead code by Scott Wood · 9 years ago
  21. 96d2bb9 powerpc/mpc85xx: Don't relocate exception vectors by Scott Wood · 9 years ago
  22. 9ca0d35 powerpc/t2080: enable erratum_a007186 for t2080 rev1.1 by Shengzhou Liu · 10 years ago
  23. 1733259 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  24. cb9f8e6 video, ipu: make ldb clock frequency overwritable through board code by Heiko Schocher · 9 years ago
  25. 3202535 sandbox: Add support for bootz by Sjoerd Simons · 9 years ago
  26. dd2d29a sandbox: Split bootm code out into lib/bootm by Sjoerd Simons · 9 years ago
  27. 9efaca3 ahci: mmio_base is a virtual address by Scott Wood · 9 years ago
  28. 8156345 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · 10 years ago
  29. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  30. ef48f6d Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig by Simon Glass · 10 years ago
  31. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  32. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  33. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  34. 2ea4cfde powerpc: ids8313: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  35. e621bae ARM: cm_fx6: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  36. cac0ca7 ARM: stv0991: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  37. 93a3538 ARM: bav335x: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  38. 1d9aa3e ARM: socfpga: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  39. b507c5e ARM: mx6: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  40. ab7b885 ARM: snapper9260: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  41. 6b98b9e ARM: rmobile: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  42. 8981f05 ARM: zynq: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  43. 4e81995 ARM: UniPhier: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  44. 58d423b dm: select CONFIG_DM* options by Masahiro Yamada · 10 years ago
  45. 243d7f1 dm: usb: exynos: Enable both EHCI and XHCI on snow by Simon Glass · 10 years ago
  46. 874dde8 dm: usb: exynos: Use driver model for USB by Simon Glass · 10 years ago
  47. 4c3db41 dm: usb: dts: sandbox: Add some sample USB devices to sandbox by Simon Glass · 10 years ago
  48. 84786a4 dm: usb: tegra: Add vbus GPIOs for nyan by Simon Glass · 10 years ago
  49. 863b4e1 dm: ls1021a: dts: Add QSPI dts node by Haikun.Wang@freescale.com · 10 years ago
  50. 6db79c4 dm: ls1021a: dts: Update DSPI node to support DM SPI by Haikun.Wang@freescale.com · 10 years ago
  51. ce35fc1 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 by haikun · 10 years ago
  52. ddf79f3 dm: ls1021a: Bring in ls1021a dts files from linux kernel by haikun · 10 years ago
  53. b6286a1 dm: arm: Bring in skeleton64 device tree file from Linux by Haikun.Wang@freescale.com · 10 years ago
  54. 3fbb787 cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 10 years ago
  55. 60f37fc cros_ec: Drop unused CONFIG_DM_CROS_EC by Simon Glass · 10 years ago
  56. 90b16d1 x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 10 years ago
  57. a274e9c dm: x86: Add a uclass for an Low Pin Count (LPC) device by Simon Glass · 10 years ago
  58. 452f548 dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · 10 years ago
  59. ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  60. 22f6852 sandbox: eth: Add support for using the 'lo' interface by Joe Hershberger · 10 years ago
  61. a346ca7 sandbox: eth: Add a bridge to a real network for sandbox by Joe Hershberger · 10 years ago
  62. 2eede1f sandbox: eth: Add ability to disable ping reply in sandbox eth driver by Joe Hershberger · 10 years ago
  63. d87a457 sandbox: eth: Add ARP and PING response to sandbox driver by Joe Hershberger · 10 years ago
  64. 3ea143a sandbox: eth: Add network support to sandbox by Joe Hershberger · 10 years ago
  65. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  66. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  67. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  68. aad78d2 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  69. 801f4f1 dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · 10 years ago
  70. a219dae dm: x86: pci: Add a PCI driver for driver model by Simon Glass · 10 years ago
  71. 9569c40 dm: sandbox: pci: Add PCI support for sandbox by Simon Glass · 10 years ago
  72. 161d2e4 x86: Split up arch_cpu_init() by Simon Glass · 10 years ago
  73. 31f57c2 x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  74. 20806e7 sandbox: Update device tree 'reg' properties for I2C and SPI by Simon Glass · 10 years ago
  75. 51e9dad x86: Add support for panther (Asus Chromebox) by Simon Glass · 10 years ago
  76. 892ff8e x86: Support machines with >4GB of RAM by Simon Glass · 10 years ago
  77. 4564fae ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c by Kishon Vijay Abraham I · 9 years ago
  78. 2091301 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  79. 6c739c5 sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · 9 years ago
  80. dd82242 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · 9 years ago
  81. a0e2b1b sunxi: usbc: Wait for vbus to fall after disabling it by Hans de Goede · 10 years ago
  82. 046ea8b sunxi: usbc: Initialize vusb value on request_resources by Hans de Goede · 10 years ago
  83. 8deacca sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig by Paul Kocialkowski · 10 years ago
  84. 487b327 sunxi: GPIO pin mux hardware-feature-specific function index defines by Paul Kocialkowski · 10 years ago
  85. ebd468b sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  86. 5eaacb4 sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  87. f7c7ab6 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · 10 years ago
  88. 991963b sunxi: gpio: Indentation fix by Paul Kocialkowski · 10 years ago
  89. 9f81eb7 board: ti: AM43xx: added USB initializtion code by Kishon Vijay Abraham I · 10 years ago
  90. a17188c board: ti: DRA7: added USB initializtion code by Kishon Vijay Abraham I · 10 years ago
  91. 72e7c32 include: asm: types: add resource_size_t type by Kishon Vijay Abraham I · 10 years ago
  92. 2f06693 arm: asm: dma-mapping: added dma_free_coherent API by Kishon Vijay Abraham I · 10 years ago
  93. aecbf87 include: asm: dma-mapping: get rid of the compilation warning in udc-core by Kishon Vijay Abraham I · 10 years ago
  94. fc2f15d ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · 10 years ago
  95. d3cfcb3 ARM: DRA7: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · 10 years ago
  96. 122426d ARM: bcm2835: use phys_to_bus() for mbox by Stephen Warren · 9 years ago
  97. 79340db ARM: bcm2835: implement phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  98. a6a4c54 break build if it would produce broken binary by Pavel Machek · 9 years ago
  99. 1d2f746 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  100. 787affb ARM: rpi: add a couple more revision IDs by Stephen Warren · 9 years ago