1. b93abfc x86: Move common FSP code into a common location by Simon Glass · 10 years ago
  2. f8bccd1 x86: bootstage: Add time measurement for vesa start-up by Simon Glass · 10 years ago
  3. 684818d x86: video: Allow video ROM execution to fall back to the other method by Simon Glass · 10 years ago
  4. 461cebf x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 by Simon Glass · 10 years ago
  5. a29c0ad x86: Add an option to enabling building a ROM file by Simon Glass · 10 years ago
  6. 40ffb68 usb: pci: Add XHCI driver for PCI by Simon Glass · 10 years ago
  7. eeb1d28 usb: pci: Use pci_find_class() to find the device by Simon Glass · 10 years ago
  8. ed2d913 x86: video: Enable video for Minnowboard Max by Simon Glass · 10 years ago
  9. 24ad9fd x86: pci: Add PCI IDs for Minnowboard Max by Simon Glass · 10 years ago
  10. 62034ff pci: Add a function to find a device by class by Simon Glass · 10 years ago
  11. a1616a8 x86: Enhance the microcode tool to support header files as input by Simon Glass · 10 years ago
  12. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
  13. 7403a1b Prepare v2015.04-rc1 by Tom Rini · 10 years ago
  14. d693b1e Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  15. 0a5d3d8 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 10 years ago
  16. b4aa9f3 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  17. 253d77d sunxi: mmc: Add 'sunxi_' prefix to the static functions by Siarhei Siamashka · 10 years ago
  18. 47359bb sunxi: dram: Support more sun[457]i dram parameters in Kconfig by Siarhei Siamashka · 10 years ago
  19. 9900db1 sunxi: dram: Optionally use standard JEDEC timings for sun[457]i by Siarhei Siamashka · 10 years ago
  20. 18366f7 sunxi: video: Force h/vsync active high when using ext. vga dac on some boards by Hans de Goede · 10 years ago
  21. fe7d579 sunxi: Add Inet 86VS support by Michal Suchanek · 10 years ago
  22. 5e1699a sunxi: TZX-Q8-713B7 support by Paul Kocialkowski · 10 years ago
  23. 9f73639 sunxi: Add Linksprite_pcDuino3_Nano board / defconfig by Adam Sampson · 10 years ago
  24. 6713f9c sunxi: MAINTAINERS: sort entries alphabetically by Hans de Goede · 10 years ago
  25. 1945061 sunxi: rsb: Move rsb_set_device_mode() call to rsb_init() by Hans de Goede · 10 years ago
  26. 8760c91 sunxi: rsb: Add sun9i (A80 support) by Hans de Goede · 10 years ago
  27. 9e3fbdb sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards by Hans de Goede · 10 years ago
  28. bf880fe sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option by Hans de Goede · 10 years ago
  29. 06ddc45 sunxi: Convert sun5i boards to use auto dram configuration by Hans de Goede · 10 years ago
  30. b031d86 sunxi: Hyundai_A7HD_defconfig fix USB vbus pin config by Hans de Goede · 10 years ago
  31. 606fa4a sunxi: Only enable i2c support in the SPL when needed by Hans de Goede · 10 years ago
  32. 52992fd Merge branch 'patman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  33. e51e3a4 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 10 years ago
  34. b04c62b patman: Explain how to make doc/git-mailrc work by Simon Glass · 10 years ago
  35. dac64e0 sandbox: Fix README to indicate that vendor name is unset by Simon Glass · 10 years ago
  36. 616a0ab patman: Check commit_match before stripping leading whitespace by Scott Wood · 10 years ago
  37. c6af802 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  38. 8e17078 sandbox: Add a -D option to use a default device tree by Simon Glass · 10 years ago
  39. 3778c4f sandbox: Correct cros-ec keyboard definition by Simon Glass · 10 years ago
  40. 71eccc3 net/designware: add error message on DMA reset timeout by Alexey Brodkin · 10 years ago
  41. 2616b21 net: phy: micrel: add support for KSZ8895 switch in SMI mode by Philippe De Muyter · 11 years ago
  42. 377f39c Add MS7206SE ethernet support by Yoshinori Sato · 11 years ago
  43. fe56fec net: tsec: Fix NULL access in case init_phy() fails by Claudiu Manoil · 11 years ago
  44. 24bedde Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 10 years ago
  45. d1f0b63 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  46. 0bd6887 ARM: armv7 fix spelling of SCTRL by Peng Fan · 10 years ago
  47. 70da592 fpga: Extend dump description by Michal Simek · 10 years ago
  48. c582250 vexpress64: support the Juno Development Platform by Linus Walleij · 10 years ago
  49. 800d6fd vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS by Linus Walleij · 10 years ago
  50. b977607 add README.distro file by Dennis Gilmore · 10 years ago
  51. f40ad9f drivers/pci/pci_rom.c: fix compile warning under 64bit mode by Minghuan Lian · 10 years ago
  52. e2e4b78 drivers/net/e1000.c: fix compile warning under 64bit mode by Minghuan Lian · 10 years ago
  53. 1831650 arm: switch armltd vexpress to GENERIC_BOARD by Chris Kuethe · 10 years ago
  54. ed05d34 distro_bootcmd: read DHCP boot script name from a variable by Stephen Warren · 10 years ago
  55. 1f9cb00 cmd: Fix gettime command help by Bin Meng · 10 years ago
  56. ed16050 MIPS: unify CPU code in arch/mips/cpu/ by Daniel Schwierzeck · 10 years ago
  57. 74fc3c0 MIPS: move au1x00 SoC code to arch/mips/mach-au1x00 by Daniel Schwierzeck · 10 years ago
  58. debf0e0 MIPS: handle mips64 ST0_KX bit in mips32 start.S by Paul Burton · 10 years ago
  59. cb2ab2f MIPS: handle mips64 relocs in mips32 start.S by Paul Burton · 10 years ago
  60. ce14da2 MIPS: use asm.h macros in mips32 start.S by Paul Burton · 10 years ago
  61. a1f2603 dm: cros_ec: Convert cros_ec_i2c over to driver model by Simon Glass · 10 years ago
  62. 4e003c5 dm: i2c: Add two more I2C init functions to the compatibility layer by Simon Glass · 10 years ago
  63. 44670b5 dm: exynos: dts: Set the offset length for cros_ec by Simon Glass · 10 years ago
  64. f542841 dm: i2c: dts: Support an offset-len device tree property by Simon Glass · 10 years ago
  65. cc5193e exynos5: enable dm i2c by Przemyslaw Marczak · 10 years ago
  66. 009afd3 odroid u3: enable dm i2c support by Przemyslaw Marczak · 10 years ago
  67. 9a10a28 odroid u3: dts: add missing i2c aliases by Przemyslaw Marczak · 10 years ago
  68. 2a4f811 dm: i2c: s3c24x0: adjust to dm-i2c api by Przemyslaw Marczak · 10 years ago
  69. 056d655 exynos5: pinmux: check flag for i2c config by Przemyslaw Marczak · 10 years ago
  70. ef22349 arndale: dts: add missing i2c aliases by Przemyslaw Marczak · 10 years ago
  71. 46bcd55 exynos4: dts: add missing i2c properties by Przemyslaw Marczak · 10 years ago
  72. 37abfb6 smdk5250: config: enable max77686 driver support by Przemyslaw Marczak · 10 years ago
  73. b4e1b31 exynos5250: config: disable max77686 driver by Przemyslaw Marczak · 10 years ago
  74. 7a25a2f arndale: config: disable max77686 support by Przemyslaw Marczak · 10 years ago
  75. 7d73708 dm: i2c-uclass-compat: fix missed argument by Przemyslaw Marczak · 10 years ago
  76. 2c8987f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  77. c915ceb Use hash.c in mkimage by Ruchika Gupta · 10 years ago
  78. b6a1096 hash: Add function to find hash_algo struct with progressive hash by Ruchika Gupta · 10 years ago
  79. 4acd8c4 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation by Ruchika Gupta · 10 years ago
  80. 29c1a6b DM: crypto/fsl - Add Freescale rsa DM driver by Ruchika Gupta · 10 years ago
  81. a0d3ca6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  82. e9a788d configs: Move CONFIG_FIT_SIGNATURE to defconfig by Ruchika Gupta · 10 years ago
  83. 98ebb12 DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver by Ruchika Gupta · 10 years ago
  84. 2c3822e FIT: Modify option FIT_SIGNATURE in Kconfig by Ruchika Gupta · 10 years ago
  85. b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  86. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  87. 0623299 dm: Update documentation for new bus features by Simon Glass · 10 years ago
  88. 21e0c9b dm: cros_ec_spi: Remove old pre-driver-model code by Simon Glass · 10 years ago
  89. d3d9c06 dm: cros_ec: Don't require protocol 3 support by Simon Glass · 10 years ago
  90. 528b1ef dm: core: Ignore disabled devices when binding by Simon Glass · 10 years ago
  91. 0e3b598 dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · 10 years ago
  92. 605760b dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · 10 years ago
  93. 713c3f0 dm: i2c: Move slave details to child platdata by Simon Glass · 10 years ago
  94. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  95. 82c2f50 dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  96. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  97. ef3493d dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe() by Simon Glass · 10 years ago
  98. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  99. 31a4d8d dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  100. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago