1. cfac2e7 x86: Fix board init breakage by Simon Glass · 9 years ago
  2. 7548d64 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  3. cec2543 dm: pci: Add a 'fall through' comment by Simon Glass · 9 years ago
  4. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  5. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  6. 159c0da arm: initialize gd for AArch64 by Stephen Warren · 9 years ago
  7. 0872fb2 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  8. 439c6e9 MAINTAINERS: Update Marvell custodianship by Stefan Roese · 9 years ago
  9. e057b1b mvebu: ds414: Implement Synology specific command set by Phil Sutter · 9 years ago
  10. d76eba6 mvebu: Support Synology DS414 by Phil Sutter · 9 years ago
  11. 22e553e mvebu: Add rudimental MV78230 support by Phil Sutter · 9 years ago
  12. d911168 mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT by Phil Sutter · 9 years ago
  13. a7f94ad mvebu: Introduce kconfig symbols for SoC variants by Phil Sutter · 9 years ago
  14. 8dd44b2 mvebu: axp: refactor board_sat_r_get() and caller by Phil Sutter · 9 years ago
  15. 68010aa drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  16. 33aa8de axp: Fix debugging support in DDR3 write leveling by Phil Sutter · 9 years ago
  17. c77b488 README: Review the u-boot porting guide list by Phil Sutter · 9 years ago
  18. e893af8 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY by Phil Sutter · 9 years ago
  19. 04ec0d3 arm: mvebu: Add runtime detection of UART (xmodem) boot-mode by Stefan Roese · 9 years ago
  20. 44e7ebd arm: mvebu: Add runtime boot-device detection by Stefan Roese · 9 years ago
  21. 32139c3 arm: mvebu: Make local structs static const by Stefan Roese · 9 years ago
  22. c03a213 arm: mvebu: Move SAR register defines into header by Stefan Roese · 9 years ago
  23. c1fe9b4 arm: mvebu: Remove leftover Makefile by Stefan Roese · 9 years ago
  24. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  25. b9f41bf arm: mvebu: Consolidate board Kconfig options into one file by Stefan Roese · 9 years ago
  26. 2a539c8 arm: mvebu: Print CPU and SDRAM frequency upon startup by Stefan Roese · 9 years ago
  27. 3025fa6 arm: mvebu: Make serdes setup on Armada XP less noisy by Stefan Roese · 9 years ago
  28. 9aad5c9 arm: mvebu: Don't include "netdev.h" in cpu.c by Stefan Roese · 9 years ago
  29. ff7ad17 arm: mvebu: Make ECC support configurable on Armada XP by Stefan Roese · 9 years ago
  30. b158f37 arm: mvebu: Add support for MV78260 by Stefan Roese · 9 years ago
  31. d8a25fc arm: mvebu: Don't use 0 as board ID as its used for the custom boards by Stefan Roese · 9 years ago
  32. 0b1d537 arm: mvebu: Simplify code in setup_usb_phys() a bit by Stefan Roese · 9 years ago
  33. caf74c9 arm: mvebu: Don't disable cache at startup on Armada XP at all by Stefan Roese · 9 years ago
  34. 21ea2fb arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board by Stefan Roese · 9 years ago
  35. e7c7228 arm: mvebu: Don't call arch_cpu_init() from SPL at all by Stefan Roese · 9 years ago
  36. 77b299c arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x by Stefan Roese · 9 years ago
  37. 479a977 arm: mvebu: Enable L2 cache on Armada XP by Stefan Roese · 9 years ago
  38. d69cbef arm: mvebu: db-mv784mp-gp: Enable cache command by Stefan Roese · 9 years ago
  39. d352488 arm: mvebu: db-mv784mp-gp: Enable common file-system support by Stefan Roese · 9 years ago
  40. 114bba6 arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support by Stefan Roese · 9 years ago
  41. f65e82b sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP by Tor Krill · 9 years ago
  42. 7360640 arm: mvebu: Add SolidRun ClearFog Armada 38x initial support by Stefan Roese · 9 years ago
  43. c14c93f arm: mvebu: Move some defines to common include file by Stefan Roese · 9 years ago
  44. 05b38c1 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  45. b0e373c arm: mvebu: armada-388-gp.dts: Add ethernet aliases by Stefan Roese · 9 years ago
  46. c981c0e arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board by Stefan Roese · 9 years ago
  47. 49e7d77 arm: mvebu: Add SPI driver model support by Stefan Roese · 9 years ago
  48. 27139a6 spi: kirkwood_spi.c: Add driver model support by Stefan Roese · 9 years ago
  49. ff74ca4 spi: kirkwood_spi.c: Prepare for driver model support by Stefan Roese · 9 years ago
  50. 83097cf arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  51. 3c6b6fc arm: mvebu: ddr: Fix compilation warning by Stefan Roese · 9 years ago
  52. 6417489 arm: mvebu/kirkwood: Use common timer functions by Stefan Roese · 9 years ago
  53. fff4320 common: env_flags: fix loop condition when using env_flags_varaccess_mask by Peng Fan · 9 years ago
  54. 00ed2df common: cli_simple: use strlcpy instead of strcpy by Peng Fan · 9 years ago
  55. d6df8bd Re-enable setexpr on Raspberry Pi by Marco Schuster · 9 years ago
  56. 2451dec cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  57. e90f63a net: lpc32xx: fix ignored MDIO busy wait status on read by Vladimir Zapolskiy · 9 years ago
  58. 9fe6968 sniper: Mux configuration cleanup by Paul Kocialkowski · 9 years ago
  59. da4ec91 sniper: Various boot-related env settings, devicetree support by Paul Kocialkowski · 9 years ago
  60. 936c200 lpc32xx: devkit3250: update board configuration file by Vladimir Zapolskiy · 9 years ago
  61. 45e3fd9 arm: lpc32xx: switch SPL builds to driver model by Vladimir Zapolskiy · 9 years ago
  62. 8bf9450 arm: lpc32xx: switch serial console to driver model by Vladimir Zapolskiy · 9 years ago
  63. f20d4c0 serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · 9 years ago
  64. b2a3000 test/fs: error case fixes/enhancements by Stephen Warren · 9 years ago
  65. 6975fed omap4_panda: Convert to config_distro_bootcmd.h by Tom Rini · 9 years ago
  66. d2c02d6 ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE by Tom Rini · 9 years ago
  67. c94d9c9 am335x_evm.h: unsed CONFIG_BOOTDELAY by Tom Rini · 9 years ago
  68. 9166c3c ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  69. 9e7d588 ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  70. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  71. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  72. 85260bb arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  73. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  74. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  75. de857fa Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  76. 6173838 hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · 9 years ago
  77. 4c6e960 part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  78. f93592c image: check "bootm_low" and "bootm_size" if "initrd_high" is missing by Masahiro Yamada · 9 years ago
  79. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  80. 080711f power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  81. aff4e4d defconfig: am437x_sk_evm: enable spi driver model by Mugunthan V N · 9 years ago
  82. f58d5bd arm: dts: am4372: add qspi register maps for memory map by Mugunthan V N · 9 years ago
  83. 4fe1e60 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  84. 9fe0f30 defconfig: dra74_evm: enable spi driver model by Mugunthan V N · 9 years ago
  85. b2b71b8 defconfig: dra72_evm: enable spi driver model by Mugunthan V N · 9 years ago
  86. df5f4ea arm: dts: dra72-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  87. 20be68d arm: dts: dra7-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  88. 4bd456c arm: dts: am437x-gp-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  89. 23af70a arm: dts: dra7: add qspi register maps for memory map and control module by Mugunthan V N · 9 years ago
  90. 540a115 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  91. b1f54d8 dts: dra7: add spi alias for qspi by Mugunthan V N · 9 years ago
  92. f77bba1 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  93. 4b0f40c spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  94. cd46773 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  95. e206d30 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  96. 132e007 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  97. d8feb0c spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  98. e28c9ec sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  99. ac7b7df spi: Minor cleanup by Jagan Teki · 9 years ago
  100. cc79edf spi: Use BIT macro by Jagan Teki · 9 years ago