1. 57075a4 sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
  2. 253e62b sunxi: axp2xx: disable ldoio0/1 at boot by Hans de Goede · 8 years ago
  3. 371244c Makefile: Give a build error if ad-hoc CONFIG options are added by Simon Glass · 8 years ago
  4. eed921d9 Kconfig: Add a whitelist of ad-hoc CONFIG options by Simon Glass · 8 years ago
  5. 696a91f Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig by Simon Glass · 8 years ago
  6. 02e69a5 Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig by Simon Glass · 8 years ago
  7. f575caf Convert CONFIG_SPL_USB_SUPPORT to Kconfig by Simon Glass · 8 years ago
  8. 16e30e3 Convert CONFIG_SPL_USB_HOST_SUPPORT to Kconfig by Simon Glass · 8 years ago
  9. 972fc62 Convert CONFIG_SPL_USBETH_SUPPORT to Kconfig by Simon Glass · 8 years ago
  10. f35ed9e Convert CONFIG_SPL_SPI_SUPPORT to Kconfig by Simon Glass · 8 years ago
  11. e404ade Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig by Simon Glass · 8 years ago
  12. e00f76c Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig by Simon Glass · 8 years ago
  13. d1c44bd Convert CONFIG_SPL_SATA_SUPPORT to Kconfig by Simon Glass · 8 years ago
  14. 2253797 Convert CONFIG_SPL_POWER_SUPPORT to Kconfig by Simon Glass · 8 years ago
  15. 98632b1 Remove CONFIG_SPL_PINCTRL_SUPPORT by Simon Glass · 8 years ago
  16. fef718c Convert CONFIG_SPL_ONENAND_SUPPORT to Kconfig by Simon Glass · 8 years ago
  17. 7ace858 Convert CONFIG_SPL_NOR_SUPPORT to Kconfig by Simon Glass · 8 years ago
  18. dce63c4 Convert CONFIG_SPL_NET_SUPPORT to Kconfig by Simon Glass · 8 years ago
  19. 8c24f9f Convert CONFIG_SPL_NET_VCI_STRING to Kconfig by Simon Glass · 8 years ago
  20. d6b9bd8 Convert CONFIG_SPL_NAND_SUPPORT to Kconfig by Simon Glass · 8 years ago
  21. 2fa0850 Convert CONFIG_SPL_MUSB_NEW_SUPPORT to Kconfig by Simon Glass · 8 years ago
  22. 95689da Convert CONFIG_SPL_MTD_SUPPORT to Kconfig by Simon Glass · 8 years ago
  23. 989e1ce Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig by Simon Glass · 8 years ago
  24. 1fdf7c6 Convert CONFIG_SPL_MMC_SUPPORT to Kconfig by Simon Glass · 8 years ago
  25. cc4288e Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig by Simon Glass · 8 years ago
  26. 1646eba Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig by Simon Glass · 8 years ago
  27. 77d2f7f Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig by Simon Glass · 8 years ago
  28. 9c21df1 Convert CONFIG_SPL_I2C_SUPPORT to Kconfig by Simon Glass · 8 years ago
  29. 53b5bf3 Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig by Simon Glass · 8 years ago
  30. ae56db5 Convert CONFIG_SPL_FAT_SUPPORT to Kconfig by Simon Glass · 8 years ago
  31. 75eba2c Convert CONFIG_SPL_EXT_SUPPORT to Kconfig by Simon Glass · 8 years ago
  32. 2e62604 Convert CONFIG_SPL_ETH_SUPPORT to Kconfig by Simon Glass · 8 years ago
  33. 256fe86 Convert CONFIG_SPL_ENV_SUPPORT to Kconfig by Simon Glass · 8 years ago
  34. d3662df Convert CONFIG_SPL_DRIVERS_MISC_SUPPORT to Kconfig by Simon Glass · 8 years ago
  35. 86bb5ba Convert CONFIG_SPL_DMA_SUPPORT to Kconfig by Simon Glass · 8 years ago
  36. d3e7e2b Convert CONFIG_SPL_HASH_SUPPORT to Kconfig by Simon Glass · 8 years ago
  37. dbdaeee Convert CONFIG_SPL_CRYPTO_SUPPORT to Kconfig by Simon Glass · 8 years ago
  38. 6ef2e75 spear: Use upper case for CONFIG options by Simon Glass · 8 years ago
  39. d3c1f46 Move existing use of CONFIG_SPL_RSA to Kconfig by Simon Glass · 8 years ago
  40. 3433a69 Move existing use of CONFIG_SPL_DM to Kconfig by Simon Glass · 8 years ago
  41. f73329e Kconfig: tpl: Add some TPL support options to Kconfig by Simon Glass · 8 years ago
  42. 11bde1c Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · 8 years ago
  43. 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
  44. 218d0d5 Drop CONFIG_SPL_RAM_SUPPORT by Simon Glass · 8 years ago
  45. b63f8a4 arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD by Simon Glass · 8 years ago
  46. c2ae7d8 Kconfig: Move SPL settings into their own file by Simon Glass · 8 years ago
  47. 9ede212 moveconfig: Add an option to commit changes by Simon Glass · 8 years ago
  48. 6b403df moveconfig: Add an option to skip prompts by Simon Glass · 8 years ago
  49. 14476dd Correct defconfigs using savedefconfig by Simon Glass · 8 years ago
  50. f6bbec3 ARM: uniphier: introduce flags to adjust DRAM timing for LD20/LD21 by Masahiro Yamada · 8 years ago
  51. ef70eb5 ARM: uniphier: fix DRAM size of LD21 SoC package by Masahiro Yamada · 8 years ago
  52. 7c8d816 arc: Use -mcpu=XXX instead of obsolete -marcXXX by Alexey Brodkin · 8 years ago
  53. b291671 ARM: uniphier: merge board init functions into board_init() by Masahiro Yamada · 8 years ago
  54. 43a8cc9 ARM: uniphier: use checkboard() instead of misc_init_f() by Masahiro Yamada · 8 years ago
  55. 3756fe2 ARM: uniphier: remove IECTRL setup code of LD4 SoC by Masahiro Yamada · 8 years ago
  56. cdc7e3c pinctrl: uniphier: move register base macros from header to .c file by Masahiro Yamada · 8 years ago
  57. 865a39a pinctrl: uniphier: add System Bus pin-mux settings by Masahiro Yamada · 8 years ago
  58. 14f4723 mmc: uniphier-sd: migrate to CONFIG_BLK by Masahiro Yamada · 8 years ago
  59. 375241f ARM: uniphier: enable Generic EHCI driver for Pro4 SoC by Masahiro Yamada · 8 years ago
  60. 025b62f ARM: uniphier: delete unnecessary xHCI pin-mux settings by Masahiro Yamada · 8 years ago
  61. 47a79f6 usb: uniphier: remove UniPhier xHCI driver and select DM_USB by Masahiro Yamada · 8 years ago
  62. b5550e4 ARM: uniphier: sort select:s alphabetically by Masahiro Yamada · 8 years ago
  63. 76062b9 i2c: at91_i2c: Fix the wrong include file by Wenyou Yang · 8 years ago
  64. 21d4b7d rockchip: i2c: fix >32 byte writes by John Keeping · 8 years ago
  65. 551288b rockchip: i2c: move register write out of inner loop by John Keeping · 8 years ago
  66. 80333fd rockchip: i2c: use named constant when appropriate by John Keeping · 8 years ago
  67. 8cbb389 Prepare v2016.09 by Tom Rini · 8 years ago
  68. d6e9141 sf: fix sf probe by Cyrille Pitchen · 8 years ago
  69. 9dd1d0a common, kconfig: move VERSION_VARIABLE to Kconfig by Heiko Schocher · 8 years ago
  70. 12f0567 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  71. aca9814 cmd: Rework disk.c usage by Tom Rini · 8 years ago
  72. 645176d configs: Migrate CONFIG_USB_STORAGE by Tom Rini · 8 years ago
  73. 41d1258 net: asix: Fix AX88772B when used with DriverModel by Joshua Scott · 8 years ago
  74. 11e8ec9 Revert "net: nfs: Correct the reply data buffer size" by Joe Hershberger · 8 years ago
  75. a73588f Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · 8 years ago
  76. aca5cd2 configs: Resync with savedefconfig by Tom Rini · 8 years ago
  77. 16f4166 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  78. 01c5075 board: ks2: README: Update to add K2G support by Lokesh Vutla · 8 years ago
  79. 4c02c11 efi_loader: provide efi_mem_desc version by Mian Yousaf Kaukab · 8 years ago
  80. bac17b7 image-fit: switch ENOLINK to ENOENT by Jonathan Gray · 8 years ago
  81. 3715a54 compiler.h: use system endian macros on OpenBSD by Jonathan Gray · 8 years ago
  82. c989166 board: am57xx: Fix missing check for beagle_x15 by Nishanth Menon · 8 years ago
  83. c0b1d80 board: am57xx: MAINTAINERS: Update for current maintainer by Nishanth Menon · 8 years ago
  84. 2adbc17 global_data.h: Standardize tabs and alignment for comments by Robert P. J. Day · 8 years ago
  85. fce7850 pxe: Modify README to add the description about FIT image by Wenbin Song · 8 years ago
  86. f63963f pxe: Fix pxe boot with FIT image by York Sun · 8 years ago
  87. 57247d9 common/Kconfig: Fix various innocuous typos. by Robert P. J. Day · 8 years ago
  88. db18a24 omap3_pandora: Only set bootargs if distro_bootcmd failed to load. by Vagrant Cascadian · 8 years ago
  89. 40abfee omap3_pandora: Switch to use config_distro_bootcmd. by Vagrant Cascadian · 8 years ago
  90. 174245b ARM: am335x: select DM_GPIO by Masahiro Yamada · 8 years ago
  91. 90c08d9 Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL by Masahiro Yamada · 8 years ago
  92. 1544698 ARM: armv7: move ARMV7_PSCI_NR_CPUS to Kconfig by Masahiro Yamada · 8 years ago
  93. 217f92b ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig by Masahiro Yamada · 8 years ago
  94. 5a3aae6 ARM: armv7: guard memory reserve for PSCI with #ifdef CONFIG_ARMV7_PSCI by Masahiro Yamada · 8 years ago
  95. 55a65e6 ARM: tegra: remove wrong dependency on SPL_BUILD by Masahiro Yamada · 8 years ago
  96. 4667c83 omap3_pandora: Switch to using "load" command to load the autoboot script. by Vagrant Cascadian · 8 years ago
  97. f6eb836 omap3_pandora: Fix mmc loading of autoboot script to use correct syntax. by Vagrant Cascadian · 8 years ago
  98. fa2f81b TI: Rework SRAM definitions and maximums by Tom Rini · 8 years ago
  99. 31c98cb omap3logic: Fix PBIAS Bug by Adam Ford · 8 years ago
  100. 740f7e5 README: add cmd directory description by Xu Ziyuan · 8 years ago