1. 6451223 arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  2. cdf1d24 arm: mvebu: ddr: Fix compilation warning by Stefan Roese · 9 years ago
  3. 2fbc18f arm: mvebu/kirkwood: Use common timer functions by Stefan Roese · 9 years ago
  4. db18f54 common: env_flags: fix loop condition when using env_flags_varaccess_mask by Peng Fan · 9 years ago
  5. bb08a6e common: cli_simple: use strlcpy instead of strcpy by Peng Fan · 9 years ago
  6. 247be79 Re-enable setexpr on Raspberry Pi by Marco Schuster · 9 years ago
  7. 4e42e29 cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  8. 79206c0 net: lpc32xx: fix ignored MDIO busy wait status on read by Vladimir Zapolskiy · 9 years ago
  9. 5c58e3a sniper: Mux configuration cleanup by Paul Kocialkowski · 9 years ago
  10. 1d3a866 sniper: Various boot-related env settings, devicetree support by Paul Kocialkowski · 9 years ago
  11. 6cbaf4c lpc32xx: devkit3250: update board configuration file by Vladimir Zapolskiy · 9 years ago
  12. 1222305 arm: lpc32xx: switch SPL builds to driver model by Vladimir Zapolskiy · 9 years ago
  13. d25ba89 arm: lpc32xx: switch serial console to driver model by Vladimir Zapolskiy · 9 years ago
  14. f21069e serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · 9 years ago
  15. 08eee27 test/fs: error case fixes/enhancements by Stephen Warren · 9 years ago
  16. 2a1a29c omap4_panda: Convert to config_distro_bootcmd.h by Tom Rini · 9 years ago
  17. 5f64dac ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE by Tom Rini · 9 years ago
  18. 7205442 am335x_evm.h: unsed CONFIG_BOOTDELAY by Tom Rini · 9 years ago
  19. 495c3a1 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  20. 02585eb ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  21. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  22. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  23. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  24. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  25. 20d08f5 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  26. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  27. 48ad68d hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · 9 years ago
  28. d29892b part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  29. 20e072f image: check "bootm_low" and "bootm_size" if "initrd_high" is missing by Masahiro Yamada · 9 years ago
  30. 69b4138 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  31. 425846e power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  32. e101af0 defconfig: am437x_sk_evm: enable spi driver model by Mugunthan V N · 9 years ago
  33. 4fb01c4 arm: dts: am4372: add qspi register maps for memory map by Mugunthan V N · 9 years ago
  34. 49f85b6 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  35. 7c69ad6 defconfig: dra74_evm: enable spi driver model by Mugunthan V N · 9 years ago
  36. 36de4be defconfig: dra72_evm: enable spi driver model by Mugunthan V N · 9 years ago
  37. 1f19d50 arm: dts: dra72-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  38. f7276c8 arm: dts: dra7-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  39. 4416ddb arm: dts: am437x-gp-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  40. 830aba2 arm: dts: dra7: add qspi register maps for memory map and control module by Mugunthan V N · 9 years ago
  41. 106f813 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  42. 6145ef7 dts: dra7: add spi alias for qspi by Mugunthan V N · 9 years ago
  43. e7af672 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  44. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  45. 2230914 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  46. 9c42558 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  47. ec712f4 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  48. 2b11a41 spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  49. 1c17f5e sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  50. 465c00d spi: Minor cleanup by Jagan Teki · 9 years ago
  51. 29ee026 spi: Use BIT macro by Jagan Teki · 9 years ago
  52. e26a2e2 spi: Fix bit assignment with flags by Jagan Teki · 9 years ago
  53. c40f600 spi: Move flags macro's to spi_slave{} members by Jagan Teki · 9 years ago
  54. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  55. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  56. 4365522 spi: Remove SPI_OPM_RX_DIO|QIOF by Jagan Teki · 9 years ago
  57. 4dd1245 spi: Remove SPI_OPM_RX_EXTN by Jagan Teki · 9 years ago
  58. d9a0ab6 sf: Write quad bit along with read status by Jagan Teki · 9 years ago
  59. bfcdc39 sf: Read back and check once macronix quad bit set by Jagan Teki · 9 years ago
  60. ffecb0f sf: Read back and check once spansion quad bit set by Jagan Teki · 9 years ago
  61. c56ae75 sf: Fix quad bit set for micron devices by Jagan Teki · 9 years ago
  62. eb020f6 sf: Use BIT macro by Jagan Teki · 9 years ago
  63. 7bc679f sf: Minor cleanup by Jagan Teki · 9 years ago
  64. 11c579b sf: Remove spi_flash_remove by Jagan Teki · 9 years ago
  65. 6f30965 sf: Rename bank_end to bar_end in read_bar by Jagan Teki · 9 years ago
  66. 9275929 sf: Rename spi_flash_set_* functions by Jagan Teki · 9 years ago
  67. d25dd94 sf: Move spi_read_cmds_array locally by Jagan Teki · 9 years ago
  68. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  69. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  70. f5c3c03 spi: make mode visible to both dm and non-dm by Jagan Teki · 9 years ago
  71. e228d6d sf: Get spi locally from spi_flash by Jagan Teki · 9 years ago
  72. fc82edd arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs by Nathan Rossi · 9 years ago
  73. 47c0d79 arm: mvebu: Select SPL_DM_SEQ_ALIAS by Nathan Rossi · 9 years ago
  74. 5c9b1d7 arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs by Nathan Rossi · 9 years ago
  75. 4f627c5 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  76. 5c2ed61 x86: qemu: add documentaion for the fw_cfg interface by Miao Yan · 9 years ago
  77. 3c30fd6 x86: qemu: remove cpu node in device tree by Miao Yan · 9 years ago
  78. de752c5 x86: qemu: fix cpu device in smp boot by Miao Yan · 9 years ago
  79. b28cecd x86: use actual CPU number for allocating memory by Miao Yan · 9 years ago
  80. 24fb490 x86: fix a typo in function name by Miao Yan · 9 years ago
  81. 5a69405 x86: qemu: add a cpu uclass driver for qemu target by Miao Yan · 9 years ago
  82. f60df20 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
  83. ece5c37 x86: adjust ramdisk load address by Miao Yan · 9 years ago
  84. 87968de x86: ivybridge: Add macros for LPC decode ranges by Bin Meng · 9 years ago
  85. 59fb7fb x86: fsp: Always use hex numbers in the hob command output by Bin Meng · 9 years ago
  86. fa331fa x86: ivybridge: Do not require HAVE_INTEL_ME by Bin Meng · 9 years ago
  87. 33fb6c0 x86: ivybridge: Add microcode blobs for all the steppings by Bin Meng · 9 years ago
  88. aefba6f tools: microcode-tool: Support parsing header file with a license block by Bin Meng · 9 years ago
  89. 394e0b6 fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · 9 years ago
  90. 214feec x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · 9 years ago
  91. 4ce022d x86: fsp: Move struct fspinit_rtbuf definition to chipset header by Bin Meng · 9 years ago
  92. e293502 x86: queensbay: Remove invalid comments in update_fsp_configs() by Bin Meng · 9 years ago
  93. 3340f2c x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option by Bin Meng · 9 years ago
  94. 81f84aa x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · 9 years ago
  95. cb379a3 x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · 9 years ago
  96. 57ac74f x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · 9 years ago
  97. f0285fb x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · 9 years ago
  98. aa02446 x86: fsp: Simplify fsp_continue() by Bin Meng · 9 years ago
  99. 077678e Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  100. ab971e1 sandbox: eth-raw-os.c: Ensure that our interface name is not too long by Tom Rini · 9 years ago