1. 67b060b Makefile: use $(shell ...) for determining file_size by Chris Packham · 10 years ago
  2. ded2e20 pxe: clear Bootfile before returning by Stephen Warren · 10 years ago
  3. 183cbff doc: README.android-fastboot: Add note about vendor ID by Barnes, Clifton A · 10 years ago
  4. dcb7eb6 ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path by Łukasz Majewski · 10 years ago
  5. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  6. 53022c3 serial: sh: Add support External Clock mode by Nobuhiro Iwamatsu · 10 years ago
  7. 1a223c9 serial: sh: Add support DL and CKS register for R8A7794 by Nobuhiro Iwamatsu · 10 years ago
  8. 5906fad usb: ehci: rmobile: Remove xHCI address by Nobuhiro Iwamatsu · 10 years ago
  9. ed7ce83 usb: ehci: rmobile: Add support R8A7794 by Nobuhiro Iwamatsu · 10 years ago
  10. 67ab0a5 dfu: fix readback buffer overflow test by Stephen Warren · 10 years ago
  11. 54ce79c test: dfu: add some more test cases by Stephen Warren · 10 years ago
  12. c0e6663 test: dfu: cleanup before execution by Stephen Warren · 10 years ago
  13. 90fadb5 thor: defer parsing of device string to IO backend by Lukasz Majewski · 10 years ago
  14. 50a3532 test:dfu: README file update by Lukasz Majewski · 10 years ago
  15. 7ad67e5 test: dfu: script enhancements by Stephen Warren · 10 years ago
  16. a4c86bb test:dfu: Add test scripts for testing DFU regression by Lukasz Majewski · 10 years ago
  17. 6f12ebf dfu: add SF backend by Stephen Warren · 10 years ago
  18. cb7bd2e dfu: add free_entity() to struct dfu_entity by Stephen Warren · 10 years ago
  19. 7ac1b41 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
  20. dd64827 dfu: defer parsing of device string to IO backend by Stephen Warren · 10 years ago
  21. 3ee9593 dfu: add write error handling by Stephen Warren · 10 years ago
  22. 0e285b5 dfu: fix some issues with reads/uploads by Stephen Warren · 10 years ago
  23. cf65981 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  24. 1899fac Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  25. fb8d876 zynq: spl: Add vectors section to linker script by Peter Crosthwaite · 10 years ago
  26. f93f219 i.MX31 PDK: Enable generic board for i.MX31 PDK by Magnus Lilja · 10 years ago
  27. 676ac24 pmic: pmic_pfuze100: Use a shorter name for PMIC name by Fabio Estevam · 10 years ago
  28. 9cd744f mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED by Fabio Estevam · 10 years ago
  29. 326454a mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition by Fabio Estevam · 10 years ago
  30. 338c9da mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offset by Fabio Estevam · 10 years ago
  31. 2834490 mx6: imx-regs: Remove unused 'omux' field from iomux struct by Fabio Estevam · 10 years ago
  32. 25fe057 arm: m53evk: Fix RTC bus number by Marek Vasut · 10 years ago
  33. c23154a Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  34. d54d7eb support blackfin board initialization in generic board_f by Sonic Zhang · 10 years ago
  35. c49eabe blackfin: convert blackfin board_f and board_r to use generic board init functions by Sonic Zhang · 10 years ago
  36. 9f9a65c blackfin: spi clock is in sysclk1 domain instead of sysclk0 by Scott Jiang · 10 years ago
  37. 08b6a61 bfin: add register define required by core B on dual core BF609 processor by Aaron Wu · 10 years ago
  38. e76b933 Prepare v2014.10-rc1 by Tom Rini · 10 years ago
  39. b21f87a3 Change Andy Fleming's email address by Andy Fleming · 10 years ago
  40. ab584d6 The _config target is not present anymore, mention _defconfig instead by Holger Freyther · 10 years ago
  41. bfca6e0 git-mailrc: add a kconfig alias by Stephen Warren · 10 years ago
  42. c01f87c doc: README.SPL: adjust for Kbuild and Kconfig by Masahiro Yamada · 10 years ago
  43. e8e6d2a doc: delete README.ARM-SoC by Masahiro Yamada · 10 years ago
  44. 336450f Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  45. dcdb61a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  46. f659b57 spi, spi_mxc: do not hang in spi_xchg_single by Heiko Schocher · 10 years ago
  47. 22052c6 spi: Support half-duplex mode in FDT decode by Simon Glass · 10 years ago
  48. a4e29db exynos: spi: Fix calculation of SPI transaction start time by Simon Glass · 10 years ago
  49. 2001b9a cros_ec: Fix two bugs in the SPI implementation by Simon Glass · 10 years ago
  50. a52a178 sf: sf_ops: Stop leaking memory by Marek Vasut · 10 years ago
  51. aa159e6 Merge http://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  52. 76a1e584 arm: Support pre-relocation malloc() by Simon Glass · 10 years ago
  53. aae2aef arm: Set up global data before board_init_f() by Simon Glass · 10 years ago
  54. e3917b2 kmp204x: prepare to use CPU watchdog by Boschung, Rainer · 10 years ago
  55. 6caa185 kmp204x/qrio: support for setting the CPU reset request mode by Boschung, Rainer · 10 years ago
  56. a09f470 kmp204x: set CPU watchdog reset reason flag by Boschung, Rainer · 10 years ago
  57. 807d93d kmp204x/qrio: prepare support for the CPU watchdog reset reason by Boschung, Rainer · 10 years ago
  58. 88ac6ff kmp204x: CPU watchdog enabled by Boschung, Rainer · 10 years ago
  59. 919e055 powerpc: mpc85xx watchdog init added to init_func by Boschung, Rainer · 10 years ago
  60. 0f8062b mpc85xx: watchdog initialisation added by Boschung, Rainer · 10 years ago
  61. 60b2956 powerpc: macros for e500mc timer regs added by Boschung, Rainer · 10 years ago
  62. 3345d18 mpc85xx: fix interrupt init to not affect watchdog by Boschung, Rainer · 10 years ago
  63. 6e7b7df env_mmc: support env partition setup in runtime by Dmitry Lifshitz · 10 years ago
  64. ac77f42 env_mmc: add mmc_get_env_addr() prototype by Dmitry Lifshitz · 10 years ago
  65. da55c66 MMC: atmel_mci: enable high speed mode support by Bo Shen · 10 years ago
  66. 70ec328 MMC: atmel_mci: add configuration register definition by Bo Shen · 10 years ago
  67. cd60ebd4 MMC: atmel_mci: refactor setting the mode register by Bo Shen · 10 years ago
  68. 6ace153 mmc/dw_mmc: Fix clock divider calculation error for bypass mode by Chin Liang See · 10 years ago
  69. dae0f5c mmc: s3c: Add SD driver by Marek Vasut · 10 years ago
  70. 7eca6b6 arm: s3c: Unify the S3C24xx SDI structure by Marek Vasut · 10 years ago
  71. 6497302 bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag by Lubomir Rintel · 10 years ago
  72. 3fe3b4f ARM: kirkwood: add mvsdio driver by DrEagle · 10 years ago
  73. 3340eab sun7i: Add bananapi board by Hans de Goede · 10 years ago
  74. cb4ccf2 sunxi: HYP/non-sec: configure CNTFRQ on all CPUs by Marc Zyngier · 10 years ago
  75. d5db702 sunxi: HYP/non-sec: add sun7i PSCI backend by Marc Zyngier · 10 years ago
  76. 366cc50 sun7i: Add support for a number of new sun7i boards by Hans de Goede · 10 years ago
  77. f236f79 sun5i: Add support for a number of new sun5i boards by Hans de Goede · 10 years ago
  78. 09f9510 sun4i: Add support for a number of new sun4i boards by Hans de Goede · 10 years ago
  79. fc70300 sunxi: Add CONFIG_MACPWR option by Hans de Goede · 10 years ago
  80. 0061e46 sunxi: Enable EHCI on various sunxi boards by Hans de Goede · 10 years ago
  81. 2111484 sun5i: add USB EHCI settings by Hans de Goede · 10 years ago
  82. 906f609 sun4i: add USB EHCI settings by Hans de Goede · 10 years ago
  83. 810de2f cubieboard2: Enable AXP209 power controller by Ian Campbell · 10 years ago
  84. fc36a58 sun7i: cubietruck: enable USB EHCI by Roman Byshko · 10 years ago
  85. 263b012 sun7i: add USB EHCI settings by Roman Byshko · 10 years ago
  86. 3584f30 sunxi: add general USB settings by Roman Byshko · 10 years ago
  87. 8d15400 sunxi: add USB EHCI driver by Roman Byshko · 10 years ago
  88. 06cdd94 sunxi: add defines to control USB Host clocks/resets by Roman Byshko · 10 years ago
  89. a6e50a8 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · 10 years ago
  90. 25b4adb include: remove CONFIG_SPL/CONFIG_TPL definition in config headers by Masahiro Yamada · 10 years ago
  91. c6d1262 powerpc: remove redundant CPU definition by Masahiro Yamada · 10 years ago
  92. 90f984e kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  93. 73f30b9 buildman: adjust for Kconfig by Masahiro Yamada · 10 years ago
  94. bb6da87 MAKEALL: adjust for Kconfig by Masahiro Yamada · 10 years ago
  95. a2580eb kconfig: remove mkconfig and boards.cfg by Masahiro Yamada · 10 years ago
  96. 3c08e8b tools: add genboardscfg.py by Masahiro Yamada · 10 years ago
  97. 93d4334 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
  98. 5114879 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  99. 4ce9957 include: define CONFIG_SPL and CONFIG_TPL as 1 by Masahiro Yamada · 10 years ago
  100. 5163125 kconfig: add basic Kconfig files by Masahiro Yamada · 10 years ago