1. 8a02ec1 arm: mvebu: Move some defines to common include file by Stefan Roese · 9 years ago
  2. e3b9c98 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  3. 09a54c0 arm: mvebu: Add SPI driver model support by Stefan Roese · 9 years ago
  4. 6451223 arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  5. 4e42e29 cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  6. 1d3a866 sniper: Various boot-related env settings, devicetree support by Paul Kocialkowski · 9 years ago
  7. 6cbaf4c lpc32xx: devkit3250: update board configuration file by Vladimir Zapolskiy · 9 years ago
  8. f21069e serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · 9 years ago
  9. 2a1a29c omap4_panda: Convert to config_distro_bootcmd.h by Tom Rini · 9 years ago
  10. 5f64dac ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE by Tom Rini · 9 years ago
  11. 7205442 am335x_evm.h: unsed CONFIG_BOOTDELAY by Tom Rini · 9 years ago
  12. 02585eb ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  13. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  14. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  15. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  16. 20d08f5 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  17. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  18. 48ad68d hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · 9 years ago
  19. d29892b part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  20. 69b4138 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  21. 425846e power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  22. 49f85b6 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  23. e7af672 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  24. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  25. 2b11a41 spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  26. 1c17f5e sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  27. 465c00d spi: Minor cleanup by Jagan Teki · 9 years ago
  28. 29ee026 spi: Use BIT macro by Jagan Teki · 9 years ago
  29. e26a2e2 spi: Fix bit assignment with flags by Jagan Teki · 9 years ago
  30. c40f600 spi: Move flags macro's to spi_slave{} members by Jagan Teki · 9 years ago
  31. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  32. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  33. 4365522 spi: Remove SPI_OPM_RX_DIO|QIOF by Jagan Teki · 9 years ago
  34. 4dd1245 spi: Remove SPI_OPM_RX_EXTN by Jagan Teki · 9 years ago
  35. 11c579b sf: Remove spi_flash_remove by Jagan Teki · 9 years ago
  36. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  37. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  38. f5c3c03 spi: make mode visible to both dm and non-dm by Jagan Teki · 9 years ago
  39. fc82edd arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs by Nathan Rossi · 9 years ago
  40. 4f627c5 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  41. ece5c37 x86: adjust ramdisk load address by Miao Yan · 9 years ago
  42. 394e0b6 fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · 9 years ago
  43. 66eaea6 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  44. 9b20519 rockchip: Use the debug UART on rk3036 by Simon Glass · 9 years ago
  45. 4abe8e4 dm: Convert PCI MMC over to use DM PCI API by Simon Glass · 9 years ago
  46. ff758cc dm: ahci: Convert to use new DM PCI API by Simon Glass · 9 years ago
  47. 7e78b9e dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  48. 21d1fe7 dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  49. 8beb0bd dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  50. 3f4e1e8 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  51. fcc0a87 dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  52. bab17cf dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  53. a0eb835 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  54. 5c0bf64 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  55. 5e23b8b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  56. f3f1fae dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  57. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  58. d77a092 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  59. b685c73 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  60. 9d243b1 cyrus: Enable STDIO deregister by Andy Fleming · 9 years ago
  61. 7babe48 arm64: Juno/FVP: adjust kernel load address by Andre Przywara · 9 years ago
  62. f5abb40 include: Correct "requset" typoes in misc.h by Robert P. J. Day · 9 years ago
  63. dd8e429 rockchip: Fix the configuration for chromebook_jerry by Simon Glass · 9 years ago
  64. 70caa97 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  65. 587c3f8 imx_watchdog: always set minimal timeout in reset_cpu by Andrey Skvortsov · 9 years ago
  66. ce2190f imx: mx6ul: disable VIDEO for SPL by Peng Fan · 9 years ago
  67. 1aa2d07 mmc: update MMC_ERASE argument to match Linux kernel. by Eric Nelson · 9 years ago
  68. f1993ca Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  69. f0b5f23 ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register by Eric Nelson · 9 years ago
  70. faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  71. c75f57f usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  72. 40253dd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  73. c339ea5 arm: socfpga: Add support for Denali NAND controller by Marek Vasut · 9 years ago
  74. eba522a arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled by Marek Vasut · 9 years ago
  75. 4197a0f arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled by Marek Vasut · 9 years ago
  76. 94f53a7 arm: socfpga: sr1500: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  77. 5abbdfa arm: socfpga: sockit: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  78. d6d55cd arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  79. 0f28b1a arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  80. b3bb111 arm: socfpga: sr1500: Enable qspiload console command by Chin Liang See · 9 years ago
  81. 8ee0c64 arm: socfpga: sockit: Enable qspiload console command by Chin Liang See · 9 years ago
  82. f8e08b8 arm: socfpga: arria5_socdk: Enable qspiload console command by Chin Liang See · 9 years ago
  83. d9f2bd4 arm: socfpga: cyclone5_socdk: Enable qspiload console command by Chin Liang See · 9 years ago
  84. eb45022 arm: socfpga: sr1500: Enable ubiload console command by Chin Liang See · 9 years ago
  85. 3e8a075 arm: socfpga: sockit: Enable ubiload console command by Chin Liang See · 9 years ago
  86. c26112a arm: socfpga: arria5_socdk: Enable ubiload console command by Chin Liang See · 9 years ago
  87. dc93280 arm: socfpga: cyclone5_socdk: Enable ubiload console command by Chin Liang See · 9 years ago
  88. 6cdd465 arm: socfpga: Enable ubi and ubifs support by Chin Liang See · 9 years ago
  89. 89835b3 ARM: uniphier: allow to run zImage rather than uImage by Masahiro Yamada · 9 years ago
  90. 752b75d ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS by Masahiro Yamada · 9 years ago
  91. 55702fe arm: socfpga: Enabling MTD default partitions by Chin Liang See · 9 years ago
  92. 520b9e0 arm: socfpga: socrates: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  93. 866da6e arm: socfpga: sockit: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  94. a4417af arm: socfpga: mcvevk: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  95. 617600b arm: socfpga: de0_nano_soc: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  96. 8a08962 arm: socfpga: arria5_socdk: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  97. 7d6bf07 arm: socfpga: cyclone5_socdk: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  98. 79cc48e arm: socfpga: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  99. 4c9ae24 net: designware: Zap CONFIG_DW_AUTONEG by Marek Vasut · 9 years ago
  100. 25af71c net: eth_designware: select PHYLIB in Kconfig by Thomas Chou · 9 years ago