1. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  2. 77f7f91 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  3. 535e08e MIPS: malta: do not pull in target header files in config.h by Daniel Schwierzeck · 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. 0872fb2 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  7. d76eba6 mvebu: Support Synology DS414 by Phil Sutter · 9 years ago
  8. a7f94ad mvebu: Introduce kconfig symbols for SoC variants by Phil Sutter · 9 years ago
  9. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  10. ff7ad17 arm: mvebu: Make ECC support configurable on Armada XP by Stefan Roese · 9 years ago
  11. d69cbef arm: mvebu: db-mv784mp-gp: Enable cache command by Stefan Roese · 9 years ago
  12. d352488 arm: mvebu: db-mv784mp-gp: Enable common file-system support by Stefan Roese · 9 years ago
  13. 114bba6 arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support by Stefan Roese · 9 years ago
  14. 7360640 arm: mvebu: Add SolidRun ClearFog Armada 38x initial support by Stefan Roese · 9 years ago
  15. c14c93f arm: mvebu: Move some defines to common include file by Stefan Roese · 9 years ago
  16. 05b38c1 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  17. 49e7d77 arm: mvebu: Add SPI driver model support by Stefan Roese · 9 years ago
  18. 83097cf arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  19. 2451dec cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  20. da4ec91 sniper: Various boot-related env settings, devicetree support by Paul Kocialkowski · 9 years ago
  21. 936c200 lpc32xx: devkit3250: update board configuration file by Vladimir Zapolskiy · 9 years ago
  22. f20d4c0 serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · 9 years ago
  23. 6975fed omap4_panda: Convert to config_distro_bootcmd.h by Tom Rini · 9 years ago
  24. d2c02d6 ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE by Tom Rini · 9 years ago
  25. c94d9c9 am335x_evm.h: unsed CONFIG_BOOTDELAY by Tom Rini · 9 years ago
  26. 9e7d588 ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  27. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  28. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  29. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  30. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  31. de857fa Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  32. 6173838 hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · 9 years ago
  33. 4c6e960 part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  34. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  35. 080711f power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  36. 4fe1e60 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  37. f77bba1 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  38. 4b0f40c spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  39. d8feb0c spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  40. e28c9ec sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  41. ac7b7df spi: Minor cleanup by Jagan Teki · 9 years ago
  42. cc79edf spi: Use BIT macro by Jagan Teki · 9 years ago
  43. 94b4f7f spi: Fix bit assignment with flags by Jagan Teki · 9 years ago
  44. 7109a57 spi: Move flags macro's to spi_slave{} members by Jagan Teki · 9 years ago
  45. 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  46. 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  47. ca6d3f0 spi: Remove SPI_OPM_RX_DIO|QIOF by Jagan Teki · 9 years ago
  48. cf677b2 spi: Remove SPI_OPM_RX_EXTN by Jagan Teki · 9 years ago
  49. bd8b3e2 sf: Remove spi_flash_remove by Jagan Teki · 9 years ago
  50. 71331b3 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  51. 26a0b19 spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  52. 1d0c949 spi: make mode visible to both dm and non-dm by Jagan Teki · 9 years ago
  53. 737540f arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs by Nathan Rossi · 9 years ago
  54. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  55. 65e190b x86: adjust ramdisk load address by Miao Yan · 9 years ago
  56. 5ce2d8b fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · 9 years ago
  57. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  58. e0f177b rockchip: Use the debug UART on rk3036 by Simon Glass · 9 years ago
  59. 0b61928 dm: Convert PCI MMC over to use DM PCI API by Simon Glass · 9 years ago
  60. 6f9135b dm: ahci: Convert to use new DM PCI API by Simon Glass · 9 years ago
  61. b967ca8 dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  62. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  63. a063086 dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  64. f9d94d3 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  65. f1037ad dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  66. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  67. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  68. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  69. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  70. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  71. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  72. 314271e Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  73. 581ab9b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  74. bef045a cyrus: Enable STDIO deregister by Andy Fleming · 9 years ago
  75. a941510 arm64: Juno/FVP: adjust kernel load address by Andre Przywara · 9 years ago
  76. 21c11c5 include: Correct "requset" typoes in misc.h by Robert P. J. Day · 9 years ago
  77. 2ac4648 rockchip: Fix the configuration for chromebook_jerry by Simon Glass · 9 years ago
  78. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  79. 46ddf2c imx_watchdog: always set minimal timeout in reset_cpu by Andrey Skvortsov · 9 years ago
  80. c0eaca2 imx: mx6ul: disable VIDEO for SPL by Peng Fan · 9 years ago
  81. 957e066 mmc: update MMC_ERASE argument to match Linux kernel. by Eric Nelson · 9 years ago
  82. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  83. c8e615c ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register by Eric Nelson · 9 years ago
  84. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  85. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  86. 4376c0e Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  87. 7e442d9 arm: socfpga: Add support for Denali NAND controller by Marek Vasut · 9 years ago
  88. d92759a arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled by Marek Vasut · 9 years ago
  89. 4460396 arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled by Marek Vasut · 9 years ago
  90. 7b29a2a arm: socfpga: sr1500: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  91. 8338e8d arm: socfpga: sockit: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  92. 31f32d6 arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  93. 180d680 arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS by Chin Liang See · 9 years ago
  94. 0309811 arm: socfpga: sr1500: Enable qspiload console command by Chin Liang See · 9 years ago
  95. 9c99c85 arm: socfpga: sockit: Enable qspiload console command by Chin Liang See · 9 years ago
  96. af53ff9 arm: socfpga: arria5_socdk: Enable qspiload console command by Chin Liang See · 9 years ago
  97. 9937c72 arm: socfpga: cyclone5_socdk: Enable qspiload console command by Chin Liang See · 9 years ago
  98. d99fa09 arm: socfpga: sr1500: Enable ubiload console command by Chin Liang See · 9 years ago
  99. fab6e90 arm: socfpga: sockit: Enable ubiload console command by Chin Liang See · 9 years ago
  100. 62e2a9a arm: socfpga: arria5_socdk: Enable ubiload console command by Chin Liang See · 9 years ago