1. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  2. ff7ad17 arm: mvebu: Make ECC support configurable on Armada XP by Stefan Roese · 9 years ago
  3. d69cbef arm: mvebu: db-mv784mp-gp: Enable cache command by Stefan Roese · 9 years ago
  4. d352488 arm: mvebu: db-mv784mp-gp: Enable common file-system support by Stefan Roese · 9 years ago
  5. 114bba6 arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support by Stefan Roese · 9 years ago
  6. 7360640 arm: mvebu: Add SolidRun ClearFog Armada 38x initial support by Stefan Roese · 9 years ago
  7. c14c93f arm: mvebu: Move some defines to common include file by Stefan Roese · 9 years ago
  8. 05b38c1 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  9. 49e7d77 arm: mvebu: Add SPI driver model support by Stefan Roese · 9 years ago
  10. 83097cf arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  11. 4c6e960 part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  12. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  13. 080711f power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  14. 4fe1e60 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  15. f77bba1 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  16. 4b0f40c spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  17. d8feb0c spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  18. e28c9ec sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  19. ac7b7df spi: Minor cleanup by Jagan Teki · 9 years ago
  20. cc79edf spi: Use BIT macro by Jagan Teki · 9 years ago
  21. 94b4f7f spi: Fix bit assignment with flags by Jagan Teki · 9 years ago
  22. 7109a57 spi: Move flags macro's to spi_slave{} members by Jagan Teki · 9 years ago
  23. 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  24. 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  25. ca6d3f0 spi: Remove SPI_OPM_RX_DIO|QIOF by Jagan Teki · 9 years ago
  26. cf677b2 spi: Remove SPI_OPM_RX_EXTN by Jagan Teki · 9 years ago
  27. bd8b3e2 sf: Remove spi_flash_remove by Jagan Teki · 9 years ago
  28. 71331b3 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  29. 26a0b19 spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  30. 1d0c949 spi: make mode visible to both dm and non-dm by Jagan Teki · 9 years ago
  31. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  32. e0f177b rockchip: Use the debug UART on rk3036 by Simon Glass · 9 years ago
  33. 0b61928 dm: Convert PCI MMC over to use DM PCI API by Simon Glass · 9 years ago
  34. 6f9135b dm: ahci: Convert to use new DM PCI API by Simon Glass · 9 years ago
  35. b967ca8 dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  36. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  37. a063086 dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  38. f9d94d3 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  39. f1037ad dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  40. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  41. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  42. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  43. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  44. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  45. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  46. 314271e Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  47. 581ab9b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  48. bef045a cyrus: Enable STDIO deregister by Andy Fleming · 9 years ago
  49. a941510 arm64: Juno/FVP: adjust kernel load address by Andre Przywara · 9 years ago
  50. 21c11c5 include: Correct "requset" typoes in misc.h by Robert P. J. Day · 9 years ago
  51. 2ac4648 rockchip: Fix the configuration for chromebook_jerry by Simon Glass · 9 years ago
  52. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  53. 46ddf2c imx_watchdog: always set minimal timeout in reset_cpu by Andrey Skvortsov · 9 years ago
  54. c0eaca2 imx: mx6ul: disable VIDEO for SPL by Peng Fan · 9 years ago
  55. 957e066 mmc: update MMC_ERASE argument to match Linux kernel. by Eric Nelson · 9 years ago
  56. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  57. c8e615c ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register by Eric Nelson · 9 years ago
  58. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  59. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  60. 4376c0e Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  61. 7e442d9 arm: socfpga: Add support for Denali NAND controller by Marek Vasut · 9 years ago
  62. d92759a arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled by Marek Vasut · 9 years ago
  63. 4460396 arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled by Marek Vasut · 9 years ago
  64. 7b29a2a arm: socfpga: sr1500: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  65. 8338e8d arm: socfpga: sockit: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  66. 31f32d6 arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  67. 180d680 arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  68. 0309811 arm: socfpga: sr1500: Enable qspiload console command by Chin Liang See · 9 years ago
  69. 9c99c85 arm: socfpga: sockit: Enable qspiload console command by Chin Liang See · 9 years ago
  70. af53ff9 arm: socfpga: arria5_socdk: Enable qspiload console command by Chin Liang See · 9 years ago
  71. 9937c72 arm: socfpga: cyclone5_socdk: Enable qspiload console command by Chin Liang See · 9 years ago
  72. d99fa09 arm: socfpga: sr1500: Enable ubiload console command by Chin Liang See · 9 years ago
  73. fab6e90 arm: socfpga: sockit: Enable ubiload console command by Chin Liang See · 9 years ago
  74. 62e2a9a arm: socfpga: arria5_socdk: Enable ubiload console command by Chin Liang See · 9 years ago
  75. 3ab7a4b arm: socfpga: cyclone5_socdk: Enable ubiload console command by Chin Liang See · 9 years ago
  76. d245dfc arm: socfpga: Enable ubi and ubifs support by Chin Liang See · 9 years ago
  77. fe8ef76 ARM: uniphier: allow to run zImage rather than uImage by Masahiro Yamada · 9 years ago
  78. 263a32a ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS by Masahiro Yamada · 9 years ago
  79. 6f02ac4 arm: socfpga: Enabling MTD default partitions by Chin Liang See · 9 years ago
  80. 6bd5951 arm: socfpga: socrates: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  81. 29186b0 arm: socfpga: sockit: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  82. 3503974 arm: socfpga: mcvevk: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  83. 4eff582 arm: socfpga: de0_nano_soc: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  84. c631941 arm: socfpga: arria5_socdk: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  85. f5fa3de arm: socfpga: cyclone5_socdk: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  86. fb73f6d arm: socfpga: Consolidate SDMMC environment by Chin Liang See · 9 years ago
  87. 8471376 net: designware: Zap CONFIG_DW_AUTONEG by Marek Vasut · 9 years ago
  88. 7a0dfa6 net: eth_designware: select PHYLIB in Kconfig by Thomas Chou · 9 years ago
  89. b029329 Merge git://git.denx.de/u-boot-arc by Tom Rini · 9 years ago
  90. 049f9db axs103: add support of generic OHCI USB 1.1 controller by Alexey Brodkin · 9 years ago
  91. 16b9163 sunxi: Enable a second mmc socket as boot target in the environment by Karsten Merker · 9 years ago
  92. 1164f83 Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga by Tom Rini · 9 years ago
  93. f593acd arm: socfpga: fix trivial header preprocessor for socfpga_common.h by Dinh Nguyen · 9 years ago
  94. 9be08ab arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDR by Dinh Nguyen · 9 years ago
  95. 4a06584 arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD by Marek Vasut · 9 years ago
  96. 7e4c3ee arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDOR by Marek Vasut · 9 years ago
  97. 44b4e5e arm: socfpga: sockit: Zap VIRTUAL_TARGET by Marek Vasut · 9 years ago
  98. efebabd arm: socfpga: de0_nano: Zap VIRTUAL_TARGET by Marek Vasut · 9 years ago
  99. ad3c96a arm: socfpga: socrates: Probe DWC2 UDC from OF instead of hard-coded data by Marek Vasut · 9 years ago
  100. 90576c9 arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded data by Marek Vasut · 9 years ago