1. d830b15 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  2. f19345b dm: pci: Add a 'fall through' comment by Simon Glass · 9 years ago
  3. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  4. 4edde96 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  5. a737028 arm: initialize gd for AArch64 by Stephen Warren · 9 years ago
  6. f46c255 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  7. f822d85 MAINTAINERS: Update Marvell custodianship by Stefan Roese · 9 years ago
  8. a12d3e4 mvebu: ds414: Implement Synology specific command set by Phil Sutter · 9 years ago
  9. aefb8f4 mvebu: Support Synology DS414 by Phil Sutter · 9 years ago
  10. 6202953 mvebu: Add rudimental MV78230 support by Phil Sutter · 9 years ago
  11. 4444d23 mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT by Phil Sutter · 9 years ago
  12. 4290252 mvebu: Introduce kconfig symbols for SoC variants by Phil Sutter · 9 years ago
  13. beadff1 mvebu: axp: refactor board_sat_r_get() and caller by Phil Sutter · 9 years ago
  14. 9a04527 drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  15. 7e1e59a axp: Fix debugging support in DDR3 write leveling by Phil Sutter · 9 years ago
  16. 3c1496c README: Review the u-boot porting guide list by Phil Sutter · 9 years ago
  17. 1113146 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY by Phil Sutter · 9 years ago
  18. f4db6c9 arm: mvebu: Add runtime detection of UART (xmodem) boot-mode by Stefan Roese · 9 years ago
  19. a5f8887 arm: mvebu: Add runtime boot-device detection by Stefan Roese · 9 years ago
  20. a9fc5a2 arm: mvebu: Make local structs static const by Stefan Roese · 9 years ago
  21. d35831f arm: mvebu: Move SAR register defines into header by Stefan Roese · 9 years ago
  22. b7ca250 arm: mvebu: Remove leftover Makefile by Stefan Roese · 9 years ago
  23. 81e33f4 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  24. b322c83 arm: mvebu: Consolidate board Kconfig options into one file by Stefan Roese · 9 years ago
  25. d718bf2 arm: mvebu: Print CPU and SDRAM frequency upon startup by Stefan Roese · 9 years ago
  26. e25d5a9 arm: mvebu: Make serdes setup on Armada XP less noisy by Stefan Roese · 9 years ago
  27. 84877c6 arm: mvebu: Don't include "netdev.h" in cpu.c by Stefan Roese · 9 years ago
  28. 698ffab arm: mvebu: Make ECC support configurable on Armada XP by Stefan Roese · 9 years ago
  29. bf0db8b arm: mvebu: Add support for MV78260 by Stefan Roese · 9 years ago
  30. 00a457b arm: mvebu: Don't use 0 as board ID as its used for the custom boards by Stefan Roese · 9 years ago
  31. ab8a4c6 arm: mvebu: Simplify code in setup_usb_phys() a bit by Stefan Roese · 9 years ago
  32. c86d53f arm: mvebu: Don't disable cache at startup on Armada XP at all by Stefan Roese · 9 years ago
  33. e5f0a64 arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board by Stefan Roese · 9 years ago
  34. f4e6ec7 arm: mvebu: Don't call arch_cpu_init() from SPL at all by Stefan Roese · 9 years ago
  35. f0e8173 arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x by Stefan Roese · 9 years ago
  36. 3e5ce7c arm: mvebu: Enable L2 cache on Armada XP by Stefan Roese · 9 years ago
  37. af2728a arm: mvebu: db-mv784mp-gp: Enable cache command by Stefan Roese · 9 years ago
  38. 8c82282 arm: mvebu: db-mv784mp-gp: Enable common file-system support by Stefan Roese · 9 years ago
  39. c4be10b arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support by Stefan Roese · 9 years ago
  40. 169789d sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP by Tor Krill · 9 years ago
  41. 0299c90 arm: mvebu: Add SolidRun ClearFog Armada 38x initial support by Stefan Roese · 9 years ago
  42. 8a02ec1 arm: mvebu: Move some defines to common include file by Stefan Roese · 9 years ago
  43. e3b9c98 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  44. 202eded arm: mvebu: armada-388-gp.dts: Add ethernet aliases by Stefan Roese · 9 years ago
  45. 18c1272 arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board by Stefan Roese · 9 years ago
  46. 09a54c0 arm: mvebu: Add SPI driver model support by Stefan Roese · 9 years ago
  47. 9985bdb spi: kirkwood_spi.c: Add driver model support by Stefan Roese · 9 years ago
  48. 18dd3b2 spi: kirkwood_spi.c: Prepare for driver model support by Stefan Roese · 9 years ago
  49. 6451223 arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  50. cdf1d24 arm: mvebu: ddr: Fix compilation warning by Stefan Roese · 9 years ago
  51. 2fbc18f arm: mvebu/kirkwood: Use common timer functions by Stefan Roese · 9 years ago
  52. db18f54 common: env_flags: fix loop condition when using env_flags_varaccess_mask by Peng Fan · 9 years ago
  53. bb08a6e common: cli_simple: use strlcpy instead of strcpy by Peng Fan · 9 years ago
  54. 247be79 Re-enable setexpr on Raspberry Pi by Marco Schuster · 9 years ago
  55. 4e42e29 cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  56. 79206c0 net: lpc32xx: fix ignored MDIO busy wait status on read by Vladimir Zapolskiy · 9 years ago
  57. 5c58e3a sniper: Mux configuration cleanup by Paul Kocialkowski · 9 years ago
  58. 1d3a866 sniper: Various boot-related env settings, devicetree support by Paul Kocialkowski · 9 years ago
  59. 6cbaf4c lpc32xx: devkit3250: update board configuration file by Vladimir Zapolskiy · 9 years ago
  60. 1222305 arm: lpc32xx: switch SPL builds to driver model by Vladimir Zapolskiy · 9 years ago
  61. d25ba89 arm: lpc32xx: switch serial console to driver model by Vladimir Zapolskiy · 9 years ago
  62. f21069e serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · 9 years ago
  63. 08eee27 test/fs: error case fixes/enhancements by Stephen Warren · 9 years ago
  64. 2a1a29c omap4_panda: Convert to config_distro_bootcmd.h by Tom Rini · 9 years ago
  65. 5f64dac ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE by Tom Rini · 9 years ago
  66. 7205442 am335x_evm.h: unsed CONFIG_BOOTDELAY by Tom Rini · 9 years ago
  67. 495c3a1 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  68. 02585eb ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  69. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  70. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  71. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  72. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  73. 20d08f5 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  74. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  75. 48ad68d hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · 9 years ago
  76. d29892b part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  77. 20e072f image: check "bootm_low" and "bootm_size" if "initrd_high" is missing by Masahiro Yamada · 9 years ago
  78. 69b4138 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  79. 425846e power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  80. e101af0 defconfig: am437x_sk_evm: enable spi driver model by Mugunthan V N · 9 years ago
  81. 4fb01c4 arm: dts: am4372: add qspi register maps for memory map by Mugunthan V N · 9 years ago
  82. 49f85b6 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  83. 7c69ad6 defconfig: dra74_evm: enable spi driver model by Mugunthan V N · 9 years ago
  84. 36de4be defconfig: dra72_evm: enable spi driver model by Mugunthan V N · 9 years ago
  85. 1f19d50 arm: dts: dra72-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  86. f7276c8 arm: dts: dra7-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  87. 4416ddb arm: dts: am437x-gp-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  88. 830aba2 arm: dts: dra7: add qspi register maps for memory map and control module by Mugunthan V N · 9 years ago
  89. 106f813 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  90. 6145ef7 dts: dra7: add spi alias for qspi by Mugunthan V N · 9 years ago
  91. e7af672 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  92. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  93. 2230914 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  94. 9c42558 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  95. ec712f4 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  96. 2b11a41 spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  97. 1c17f5e sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  98. 465c00d spi: Minor cleanup by Jagan Teki · 9 years ago
  99. 29ee026 spi: Use BIT macro by Jagan Teki · 9 years ago
  100. e26a2e2 spi: Fix bit assignment with flags by Jagan Teki · 9 years ago