1. b4946db sunxi: Enable CONFIG_SYS_64BIT_LBA when AHCI is used by Bernhard Nortmann · Wed Jun 10 10:51:40 2015 +0200
  2. 3dc3c98 pepper: Implement Board Detection mechanism by Adam YH Lee · Mon Jun 01 14:29:09 2015 -0700
  3. 0ed2e46 autoboot.c: Add feature to stop autobooting via SHA256 encrypted password by Stefan Roese · Mon May 18 14:08:24 2015 +0200
  4. 83da3f1 autoboot.c: Move config options to Kconfig by Stefan Roese · Mon May 18 14:08:23 2015 +0200
  5. 9582d23 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Jun 08 08:37:02 2015 -0400
  6. a6c8662 colibri-vf: Enable SPI support by Bhuvanchandra DV · Mon Jun 01 18:37:22 2015 +0530
  7. 2b02a34 colibri_vf: Enable GPIO support by Bhuvanchandra DV · Mon Jun 01 18:37:18 2015 +0530
  8. 8c717e5 mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX by Fabio Estevam · Thu May 28 12:33:34 2015 -0300
  9. aec72fb wandboard: Add board revision detection support by Fabio Estevam · Thu May 21 19:24:05 2015 -0300
  10. 7e991e3 Merge git://git.denx.de/u-boot-fdt by Tom Rini · Fri Jun 05 12:14:01 2015 -0400
  11. df61756 Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri Jun 05 11:21:08 2015 -0400
  12. 4795337 fdt: Documentation for a few support functions aside their prototypes by Paul Kocialkowski · Sun May 24 12:01:53 2015 +0200
  13. 2c0fbc7 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · Thu May 21 11:27:03 2015 +0200
  14. 2fc683d gpio: fix typos in GPIO header by Masahiro Yamada · Fri May 29 21:57:33 2015 +0900
  15. 682ae86 dm: Sort the uclass IDs after the tegra/PMIC addition by Simon Glass · Fri May 22 15:42:14 2015 -0600
  16. 9c3b7d6 sandbox: Tidy up terminal restore by Simon Glass · Sun May 10 21:07:27 2015 -0600
  17. f70353a x86: minnowmax: initialize the pin-muxing from device tree by Gabriel Huau · Mon May 11 23:18:25 2015 -0700
  18. f813548 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · Mon May 25 22:27:37 2015 -0700
  19. ef37e7b x86: qemu: Implement PIRQ routing by Bin Meng · Wed Jun 03 09:20:06 2015 +0800
  20. de5b8b1 x86: qemu: Make host bridge (b.d.f=0.0.0) visible by Bin Meng · Sun May 24 00:12:32 2015 +0800
  21. ef9e9f9 x86: quark: Implement PIRQ routing by Bin Meng · Mon May 25 22:35:06 2015 +0800
  22. 51c3b1e x86: Refactor PIRQ routing support by Bin Meng · Mon May 25 22:35:04 2015 +0800
  23. e4d2836 x86: qemu: Add ATA/SATA support by Bin Meng · Sat May 16 09:33:19 2015 +0800
  24. 186e64e x86: Add CONFIG_LBA48 and remove CONFIG_ATAPI in x86-common.h by Bin Meng · Sat May 16 09:33:18 2015 +0800
  25. ceb9793 x86: qemu: Add graphics support by Bin Meng · Mon May 11 07:36:30 2015 +0800
  26. 072b79d x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig by Bin Meng · Mon May 11 07:36:29 2015 +0800
  27. 42fb70a x86: Set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h by Bin Meng · Thu May 07 21:34:10 2015 +0800
  28. 2229c4c x86: Support QEMU x86 targets by Bin Meng · Thu May 07 21:34:08 2015 +0800
  29. 3059892 board/BuR/common: fix netconsole by Hannes Schmelzer · Thu May 28 16:41:54 2015 +0200
  30. 3466855 configs: remove CONFIG_NET_MULTI by Lars Poeschel · Tue Jun 02 11:25:54 2015 +0200
  31. f5215c2 ARM: phytec: pcm051: Remove unneeded CONFIG_USE_IRQ by Lars Poeschel · Tue Jun 02 11:23:04 2015 +0200
  32. 84b327f Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Mon Jun 01 16:47:23 2015 -0400
  33. 2c1b1db net: Fix NET_RANDOM_ETHADDR dependencies by Michal Simek · Mon May 25 11:37:22 2015 +0200
  34. 9c1c43c net: Move the CMD_NET config to defconfigs by Joe Hershberger · Fri May 29 19:46:35 2015 -0500
  35. add5589 Move setexpr to Kconfig by Joe Hershberger · Tue May 05 19:08:13 2015 -0500
  36. cbafcdf sparc: fix build error on gr_ep2s60 board by Masahiro Yamada · Tue May 26 10:58:31 2015 +0900
  37. 3062da2 arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE by Markus Niebel · Tue May 12 10:55:40 2015 +0200
  38. fe86292 arm: mx6: tqma6: fix spelling error in condition by Markus Niebel · Tue May 12 10:55:39 2015 +0200
  39. 0e7c339 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sat May 30 20:16:01 2015 -0400
  40. a14d89e Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Sat May 30 20:15:59 2015 -0400
  41. 9e02734 ARM: UniPhier: enable CONFIG_NET_RANDOM_ETHADDR by Masahiro Yamada · Fri May 29 17:30:07 2015 +0900
  42. 94d79e9 ARM: UniPhier: move CONFIG_SYS_TEXT_BASE to Kconfig by Masahiro Yamada · Fri May 29 17:30:05 2015 +0900
  43. 5acec7c ARM: sunxi: Enable PSCI for sun8i by Chen-Yu Tsai · Thu May 28 21:25:34 2015 +0800
  44. f31017c ARM: sunxi: Enable PSCI for sun6i by Chen-Yu Tsai · Thu May 28 21:25:32 2015 +0800
  45. dbbfdc1 sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory by Daniel Kochmański · Tue May 26 17:00:42 2015 +0200
  46. 7bfe2bb sun9i: Basic sun9i (A80) support by Hans de Goede · Tue Jan 13 19:25:06 2015 +0100
  47. 0b95a28 sunxi: Update sunxi-common.h to deal with different A1-SRAM base addr on sun9i by Hans de Goede · Wed May 20 15:27:16 2015 +0200
  48. d241ecf sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i by Hans de Goede · Tue May 19 22:12:31 2015 +0200
  49. 70804ed sunxi: Remove support for building "old-fashioned" fel binaries by Hans de Goede · Tue May 19 21:44:44 2015 +0200
  50. 7935f03 cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer by Hannes Schmelzer · Thu May 28 15:41:12 2015 +0200
  51. 884ea7b ARMv7M: add STM32F1 support by Matt Porter · Tue May 05 15:00:24 2015 -0400
  52. 494bd7a ARM: bcm283x: Switch to generic timer by Marek Vasut · Mon May 04 22:54:37 2015 +0200
  53. 4d30c9d vexpress64: use uncompressed kernel by default by Linus Walleij · Wed May 27 09:45:39 2015 +0200
  54. ec9dbc9 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · Fri May 22 08:30:14 2015 -0400
  55. d686ce9 Combine bootm_find_<thing> functions together by Karl Apsite · Thu May 21 09:52:49 2015 -0400
  56. 1b21c28 add boot_get_loadables() to load listed images by Karl Apsite · Thu May 21 09:52:48 2015 -0400
  57. 8f0537d mkimage will now report information about loadable by Karl Apsite · Thu May 21 09:52:47 2015 -0400
  58. ffde0cc include: introduce include/linux/io.h as a wrapper of asm/io.h by Masahiro Yamada · Fri May 15 22:05:18 2015 +0900
  59. 77e36f7 vexpress64: let Juno wait for root device by Linus Walleij · Thu May 14 17:38:33 2015 +0200
  60. e5147aa ppc: xilinx-ppc: Move to generic board support by Ricardo Ribalda · Tue May 12 16:20:29 2015 +0200
  61. 0abdeb3 warp: Add fuse command support by Fabio Estevam · Wed May 27 01:11:47 2015 -0300
  62. a23e406 warp: Enable CONFIG_SUPPORT_EMMC_BOOT by Fabio Estevam · Wed May 27 01:11:46 2015 -0300
  63. 692182b warp: Fix CONFIG_SYS_FSL_ESDHC_ADDR by Fabio Estevam · Wed May 27 01:11:45 2015 -0300
  64. ce48d58 warp: Adjust CONFIG_SYS_DFU_DATA_BUF_SIZE by Fabio Estevam · Wed May 27 01:11:44 2015 -0300
  65. 0a38bfe vexpress64: fix various memory issues by Linus Walleij · Mon May 11 10:03:57 2015 +0200
  66. 46aec07 Makefile: Add U_BOOT_TZ and include in version by Chris Packham · Sun May 10 21:02:09 2015 +1200
  67. b1a4a67 vexpress64: specify CONFIG_SYS_FLASH_CFI_WIDTH by Ryan Harkin · Fri May 08 18:07:52 2015 +0100
  68. 0c465bf Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue May 26 10:38:01 2015 -0400
  69. fd3cf0d Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Tue May 26 10:37:29 2015 -0400
  70. d1e3399 mx6: standardise CONFIG_CMD_CACHE by Peter Robinson · Fri May 22 17:30:53 2015 +0100
  71. be6c5f1 imx6: generic MMC config options to mx6_common by Peter Robinson · Fri May 22 17:30:52 2015 +0100
  72. f320d70 imx6: standardise filesystem and boot options by Peter Robinson · Fri May 22 17:30:51 2015 +0100
  73. 61a1b9d imx6: move generic miscellaneous and overwrite options by Peter Robinson · Fri May 22 17:30:50 2015 +0100
  74. 490a61e imx6: centralise common boot options in mx6_common.h by Peter Robinson · Fri May 22 17:30:49 2015 +0100
  75. a0e6379 imx6: move MXC_GPIO define to mx6_common.h by Peter Robinson · Fri May 22 17:30:48 2015 +0100
  76. 3028f62 imx6: move standard ATAG configs to mx6_common.h by Peter Robinson · Fri May 22 17:30:47 2015 +0100
  77. e193ff2 imx6: move generic imx6 options to mx6_common.h by Peter Robinson · Fri May 22 17:30:46 2015 +0100
  78. 4b67150 imx6: move all standard includes to mx6_common.h by Peter Robinson · Fri May 22 17:30:45 2015 +0100
  79. 30c53e1 novena: standardise mx6_common.h include by Peter Robinson · Fri May 22 17:30:44 2015 +0100
  80. 37b3e67 imx: ventana: update MMC env configuration by Tim Harvey · Thu May 21 08:41:25 2015 -0700
  81. 0572982 arm, imx6: add support for aristainetos2 board by Heiko Schocher · Mon May 18 13:32:31 2015 +0200
  82. 40bcb86 zynq: Use system timer implementation instead of our by Michal Simek · Mon Apr 20 12:56:24 2015 +0200
  83. 68d5b82 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Sun May 24 21:01:30 2015 -0400
  84. 4ce682a mtd: vf610_nfc: enable ONFI detection by Stefan Agner · Fri May 08 19:07:13 2015 +0200
  85. 6120f75 mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig by Stefan Agner · Fri May 08 19:07:11 2015 +0200
  86. 9d2f2c3 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri May 22 17:23:15 2015 -0400
  87. fdb5afa imx: ventana: config: enable Falcon mode by Tim Harvey · Fri May 08 18:28:42 2015 -0700
  88. 1fa6486 wandboard: Switch to SPL support by Fabio Estevam · Mon May 11 20:50:22 2015 -0300
  89. 26e038f test: env: Add test framework for env by Joe Hershberger · Wed May 20 14:27:36 2015 -0500
  90. 436cfc7 test: Return values from the asserts compatible with cmds by Joe Hershberger · Wed May 20 14:27:34 2015 -0500
  91. ee20efe test: dm: Move the time test over to the ut command by Joe Hershberger · Wed May 20 14:27:30 2015 -0500
  92. 9dc1d71 test: dm: Move the dm tests over to the ut command by Joe Hershberger · Wed May 20 14:27:29 2015 -0500
  93. 11dd7cc test: Add a common unit test command by Joe Hershberger · Wed May 20 14:27:28 2015 -0500
  94. 3a77be5 test: Generalize the unit test framework by Joe Hershberger · Wed May 20 14:27:27 2015 -0500
  95. 7e0b015 net: Handle ethaddr changes as an env callback by Joe Hershberger · Wed May 20 14:27:26 2015 -0500
  96. d26195e7 net: Add default flags for common net env vars by Joe Hershberger · Wed May 20 14:27:24 2015 -0500
  97. 875b6bf net: Use env callbacks for net variables by Joe Hershberger · Wed May 20 14:27:23 2015 -0500
  98. e84ca29 net: Apply default format rules to all ethaddr by Joe Hershberger · Wed May 20 14:27:22 2015 -0500
  99. dfc382a env: Distinguish finer between source of env change by Joe Hershberger · Wed May 20 14:27:21 2015 -0500
  100. 6db9fd4 env: Add regex support to env_attrs by Joe Hershberger · Wed May 20 14:27:20 2015 -0500