1. 7f1a075 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · 10 years ago
  2. f78a5c0 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · 10 years ago
  3. 8e7083f dm: rtc: sandbox: Enable real-time clock support by Simon Glass · 10 years ago
  4. dbeda5b dm: rtc: Add a uclass for real-time clocks by Simon Glass · 10 years ago
  5. 94eefde dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · 10 years ago
  6. aac5119 dm: rtc: Split structure definition into its own file by Simon Glass · 10 years ago
  7. be47aa6 dm: Remove unnecessary types in bcd.h by Simon Glass · 10 years ago
  8. 7142098 dm: rtc: Rename mktime() and reduce the number of parameters by Simon Glass · 10 years ago
  9. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 10 years ago
  10. 199e87c dm: rtc: Rename gregorian day function by Simon Glass · 10 years ago
  11. 182bf92 dm: i2c: Add an explicit test mode to the sandbox I2C driver by Simon Glass · 10 years ago
  12. ba3864f dm: i2c: Add functions to read and write a register by Simon Glass · 10 years ago
  13. bc5701e dm: spi: Correct the comment on spi_get_ops() by Simon Glass · 10 years ago
  14. 60e2809 dm: spi: Avoid setting the speed with every transfer by Simon Glass · 10 years ago
  15. d81572c Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  16. 1131d4e Merge git://git.denx.de/u-boot-marvell by Tom Rini · 10 years ago
  17. 2bae75a arm: mvebu: Add Armada A38x DB-88F6820-GP board support by Stefan Roese · 10 years ago
  18. b81d0ea arm: mvebu: mv-common.h: Add CONFIG_PREBOOT by Stefan Roese · 10 years ago
  19. cae9008 arm: mvebu: Change network init code to allow a more flexible setup by Stefan Roese · 10 years ago
  20. 880b15a arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header by Stefan Roese · 10 years ago
  21. d078765 arm: mvebu: Move mvebu-common into mach-mvebu by Stefan Roese · 10 years ago
  22. ff7e9cf Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  23. 3f2f1a0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  24. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  25. bd47c13 mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  26. a626c8d mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago
  27. 3f2da75 mmc: Fix typo in MMC type checking macro by Andrew Gabbasov · 10 years ago
  28. b939689 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  29. 622da1c Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  30. 8b0044f powerpc/mpc85xx: Add board support for ucp1020 by Oleksandr G Zhadan · 10 years ago
  31. 3285e6c powerpc/t2080qds: enable eSDHC peripheral clock support by Yangbo Lu · 10 years ago
  32. 2d9ca2c mmc: fsl_esdhc: Add peripheral clock support by Yangbo Lu · 10 years ago
  33. b46cf1b powerpc/t2080qds: enable eSDHC adapter card type identification by Yangbo Lu · 10 years ago
  34. 5a8dbdc mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · 10 years ago
  35. e8a7f1c powerpc/t1023rdb: Add T1023 RDB board support by Shengzhou Liu · 10 years ago
  36. 5066e62 T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue by Zhao Qiang · 10 years ago
  37. 373762c powerpc/t4rdb: Add SD boot support for T4240RDB board by Chunhe Lan · 10 years ago
  38. 0dc78ff drivers: usb: fsl: Workaround for Erratum A004477 by Nikhil Badola · 10 years ago
  39. 7fc63cc mpc85xx/T4240EMU: Remove T4240EMU board by York Sun · 10 years ago
  40. e13afee sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 10 years ago
  41. d17e157 sunxi: emac: Remove non driver-model code by Hans de Goede · 10 years ago
  42. b6006ba sunxi: Move all boards to the driver-model by Hans de Goede · 10 years ago
  43. 25acd33 sunxi: dts: Add a CONFIG_DEFAULT_DEVICE_TREE setting to all sunxi boards by Hans de Goede · 10 years ago
  44. 53ab4af sunxi: dts: Sync all dts files with upstream kernel by Hans de Goede · 10 years ago
  45. 8145dea sunxi: emac: port to phylib by Hans de Goede · 10 years ago
  46. aab0964 sunxi: gmac: Move sunxi_gmac_initialize proto out of netdev.h by Hans de Goede · 10 years ago
  47. 2fcf033 sunxi: axp: Move axp gpio code to a separate axpi-gpio driver by Hans de Goede · 10 years ago
  48. 1d624a4 sunxi: axp: Move axp pmic register helpers to a separate file by Hans de Goede · 10 years ago
  49. 12ce155 sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops by Hans de Goede · 10 years ago
  50. 8b2db32 sunxi: Do not build i2c support when we've no i2c controllers by Hans de Goede · 10 years ago
  51. 11f4dc1 dm: Implement a CPU uclass by Simon Glass · 10 years ago
  52. 33eac2d Add print_freq() to display frequencies nicely by Simon Glass · 10 years ago
  53. 2ea09c8 Move display_options functions to their own header by Simon Glass · 10 years ago
  54. 5b9000d dm: core: Add a function to bind a driver for a device tree node by Simon Glass · 10 years ago
  55. 8ddb8cf x86: minnowmax: use the correct NOR in the configuration by Gabriel Huau · 10 years ago
  56. afbf140 x86: queensbay: Implement PIRQ routing by Bin Meng · 10 years ago
  57. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 10 years ago
  58. 1926883 x86: Set serial port IRQ for SMSC LPC47M by Bin Meng · 10 years ago
  59. d21d05f x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h by Bin Meng · 10 years ago
  60. ace97d2 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  61. 0107f24 ARM: zynq: move SoC sources to mach-zynq by Masahiro Yamada · 10 years ago
  62. 31137ac zynqmp: Enable SDHCI0 options by Michal Simek · 10 years ago
  63. 5af37bd zynqmp: Enable FS_GENERIC option by Siva Durga Prasad Paladugu · 10 years ago
  64. 48d7260 zynqmp: Add SPI driver support for ZynqMP by Siva Durga Prasad Paladugu · 10 years ago
  65. 2594e03 zynqmp: i2c: Enable i2c driver for zynqMP by Siva Durga Prasad Paladugu · 10 years ago
  66. 5cb2420 zynqmp: Add support for R5 sw loading by Michal Simek · 10 years ago
  67. 222b212 zynqmp: caches: Enable dcache for zynqmp by Siva Durga Prasad Paladugu · 10 years ago
  68. 7a1aec8 zynq: Add Zynq PicoZed board support by Nathan Rossi · 10 years ago
  69. caacb33 zynq: Enable GPIO driver and GPIO commands by Michal Simek · 10 years ago
  70. 5362662 Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga by Tom Rini · 10 years ago
  71. e536ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  72. cc555bd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  73. be7be78 dm: sf: Save flash flags to struct spi_flash by Bin Meng · 10 years ago
  74. 205d586 mx6cuboxi: Load the correct 'fdtfile' variable by Fabio Estevam · 10 years ago
  75. 6a305f2 mx6cuboxi: Use more standard namings for fdt variables by Fabio Estevam · 10 years ago
  76. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  77. 8b06460 ls2085a: esdhc: Add esdhc support for ls2085a by Yangbo Lu · 10 years ago
  78. 32eda7c armv8/ls2085ardb: Enable NAND SPL support by Scott Wood · 10 years ago
  79. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  80. 39b0bbb driver/ifc: Add 64KB page support by Jaiprakash Singh · 10 years ago
  81. e60476a board/ls2085qds: Add support ethernet by Prabhakar Kushwaha · 10 years ago
  82. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  83. bba97cd colibri_vf: Enable USB support for Colibri Vybrid by Sanchayan Maity · 10 years ago
  84. e7b860f ARM: vf610: Initial integration for Colibri VF50/VF61 by Sanchayan Maity · 10 years ago
  85. 5296cb1 m68k: add architecture-specific u-boot.lds by angelo@sysam.it · 10 years ago
  86. ecd8557 fastboot: ARM: OMAP5: Enable reboot-bootloader by Dileep Katta · 10 years ago
  87. be17d39 ARM: DRA7XX: Enable Fastboot by Dileep Katta · 10 years ago
  88. ee4303c gpio: mvmfp: support newer MFP bit definitions by Xiang Wang · 10 years ago
  89. a868e44 davinci: add support for omapl138-lcdk board by Peter Howard · 10 years ago
  90. e2b65ea armv8/ls2085ardb: Add support of LS2085ARDB platform by York Sun · 10 years ago
  91. 7288c2c armv8/ls2085aqds: Add support of LS2085AQDS platform by York Sun · 10 years ago
  92. 9cc2c47 driver/ldpaa: Add support of WRIOP static data structure by Prabhakar Kushwaha · 10 years ago
  93. cd348ef net/memac_phy: reuse driver for little endian SoCs by Shaohui Xie · 10 years ago
  94. 125e2bc drivers/fsl-mc: Changed MC firmware loading for new boot architecture by J. German Rivera · 10 years ago
  95. 31d34c6 armv8: Add SerDes framework for Layerscape Architecture by Minghuan Lian · 10 years ago
  96. 207774b armv8/ls2085a: Fix generic timer clock source by York Sun · 10 years ago
  97. f3f8c56 armv8/ls2085a: Update common header file by Prabhakar Kushwaha · 10 years ago
  98. 9f9f009 driver/ddr/fsl: Add workaround for DDR erratum A008511 by York Sun · 10 years ago
  99. 66869f9 drivers/ddr/fsl: Update DDR driver for DDR4 by York Sun · 10 years ago
  100. f8cb101 driver/i2c/mxc: Enable I2C bus 3 and 4 by York Sun · 10 years ago