1. a4dd9bf x86: Add support for Advantech SOM-6896 by George McCollister · Wed Oct 21 08:05:33 2015 -0500
  2. 149f24f x86: ivybridge: Enable the MRC cache by Bin Meng · Sun Oct 18 15:55:37 2015 -0600
  3. 9eff5a7 x86: ivybridge: Measure the MRC code execution time by Simon Glass · Sun Oct 18 15:55:36 2015 -0600
  4. 5d12980 x86: ivybridge: Fix car_uninit() to correctly set run state by Simon Glass · Sun Oct 18 15:55:35 2015 -0600
  5. 664c0e1 x86: ivybridge: Check the RTC return value by Simon Glass · Sun Oct 18 15:55:33 2015 -0600
  6. a45312e x86: ivybridge: Use 'ret' instead of 'rcode' by Simon Glass · Sun Oct 18 15:55:32 2015 -0600
  7. f2dd470 x86: chromebook_link: Enable the debug UART by Simon Glass · Sun Oct 18 19:51:27 2015 -0600
  8. 4773012 x86: Init the debug UART if enabled by Simon Glass · Sun Oct 18 19:51:26 2015 -0600
  9. c0718c1 x86: Pass correct cpu_index to ap_init() by Bin Meng · Wed Oct 14 02:01:21 2015 -0700
  10. 8331aa0 x86: galileo: Enable mrc cache by Bin Meng · Mon Oct 12 01:30:43 2015 -0700
  11. 4c2af8b x86: quark: Implement mrc cache by Bin Meng · Mon Oct 12 01:30:42 2015 -0700
  12. 8046714 x86: ivybridge: Correct two typos for MRC by Bin Meng · Sun Oct 11 21:37:47 2015 -0700
  13. 84dd04f x86: Remove unused rw-mrc-cache properties in the link and panther dts files by Bin Meng · Sun Oct 11 21:37:46 2015 -0700
  14. 71d7c2f x86: baytrail: Issue full system reset in reset_cpu() by Bin Meng · Sun Oct 11 21:37:45 2015 -0700
  15. 9582ad5 x86: Enable mrc cache for bayleybay and minnowmax by Bin Meng · Sun Oct 11 21:37:44 2015 -0700
  16. dc59780 x86: baytrail: Save mrc cache to spi flash by Bin Meng · Sun Oct 11 21:37:43 2015 -0700
  17. 07793c08 x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() by Bin Meng · Sun Oct 11 21:37:42 2015 -0700
  18. 2845ead x86: Use struct mrc_region to describe a mrc region by Bin Meng · Sun Oct 11 21:37:41 2015 -0700
  19. f34c059 x86: ivybridge: Use APIs provided in the mrccache lib by Bin Meng · Sun Oct 11 21:37:40 2015 -0700
  20. 1f81b59 x86: Add more common routines to manipulate mrc cache by Bin Meng · Sun Oct 11 21:37:39 2015 -0700
  21. 8575ab1 x86: Add various minor tidy-ups in mrccache codes by Bin Meng · Sun Oct 11 21:37:38 2015 -0700
  22. d61a7b4 x86: Do sanity test on the cache record in mrccache_update() by Bin Meng · Sun Oct 11 21:37:37 2015 -0700
  23. 21666cf x86: Move mrccache.[c|h] to a common place by Bin Meng · Sun Oct 11 21:37:36 2015 -0700
  24. 0ffd7e5 x86: Add ENABLE_MRC_CACHE Kconfig option by Bin Meng · Sun Oct 11 21:37:35 2015 -0700
  25. 8938dbd x86: fsp: Add a hdr sub-command to show header information by Bin Meng · Sat Oct 10 01:47:59 2015 -0700
  26. 3f56d45 x86: fsp: Make hob command a sub-command to fsp by Bin Meng · Sat Oct 10 01:47:58 2015 -0700
  27. a0ecbe2 x86: fsp: Print GUID whenever applicable in the hob command output by Bin Meng · Sat Oct 10 01:47:57 2015 -0700
  28. 4f2f005 x86: fsp: Compact the output of hob command by Bin Meng · Sat Oct 10 01:47:56 2015 -0700
  29. ae5bedb x86: Add SMBIOS table support by Bin Meng · Mon Oct 12 05:23:41 2015 -0700
  30. a489963 x86: Move install_e820_map() out of zimage.c by Bin Meng · Wed Oct 07 20:19:10 2015 -0700
  31. bf6edd6 x86: Initialize GDT entry 1 to be the 32-bit CS as well by Bin Meng · Wed Oct 07 20:19:09 2015 -0700
  32. 2f0999e x86: Allow disabling IGD on Intel Queensbay by Bin Meng · Thu Oct 01 00:36:04 2015 -0700
  33. f8e7992 x86: ivybridge: Remove the dead codes that programs pci bridge by Bin Meng · Thu Oct 01 00:36:03 2015 -0700
  34. a1f65e5 powerpc: Drop old non-generic-board code by Simon Glass · Sat Oct 17 12:58:50 2015 -0600
  35. 9a78ec1 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Oct 19 11:30:38 2015 -0400
  36. c87458c ARM: rpi: add another revision of Raspberry Pi A+ by Lubomir Rintel · Wed Oct 14 17:17:54 2015 +0200
  37. da18b18 ARM: k2e/l: Apply WA for selecting PA clock source by Lokesh Vutla · Thu Oct 08 11:31:47 2015 +0530
  38. f1f4a7a arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible by Tom Rini · Sat Oct 17 08:04:11 2015 -0400
  39. c453793 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Oct 16 20:21:04 2015 -0400
  40. 2fcd326 arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts by Dinh Nguyen · Mon Oct 12 11:59:04 2015 -0500
  41. e89ff70 arm: socfpga: enable data/inst prefetch and shared override in the L2 by Dinh Nguyen · Thu Oct 15 10:13:36 2015 -0500
  42. d89b72c arm: mmu: Add missing volatile for reading SCTLR register by Alison Wang · Wed Sep 09 10:22:02 2015 +0800
  43. ece3cc0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Thu Oct 15 17:45:39 2015 -0400
  44. b5272bd pci: pcie_imx: Fix hang on mx6qp by Fabio Estevam · Tue Oct 13 11:01:27 2015 -0300
  45. da1a904 armv8/gic: Fix GIC v2 initialization by Thierry Reding · Thu Aug 20 11:52:15 2015 +0200
  46. a3e45ab armv8/mmu: Set bits marked RES1 in TCR by Thierry Reding · Thu Aug 20 11:52:14 2015 +0200
  47. c2d7076 armv8/mmu: Clean up TCR programming by Thierry Reding · Thu Aug 20 11:52:13 2015 +0200
  48. 88f4c83 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · Wed Oct 14 10:46:36 2015 +0200
  49. 0af008c ls102xa: Fix reset hang by Fabio Estevam · Sat Oct 03 14:21:00 2015 -0300
  50. c62d1b5 lpc32xx: fix calculation of HCLK PLL output clock by Vladimir Zapolskiy · Sun Oct 04 23:18:45 2015 +0100
  51. 902d796 lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config by Vladimir Zapolskiy · Sun Oct 04 23:18:24 2015 +0100
  52. 363e424 arndale: Apply Cortex-A15 errata #773022 and #774769 by Ian Campbell · Tue Sep 29 10:27:09 2015 +0100
  53. fc3abe0 ppc4xx: Remove lcd4_lwmon5 support by Stefan Roese · Fri Oct 02 08:20:37 2015 +0200
  54. b47a63d Revert "powerpc: ppc4xx: remove lwmon5 support" by Stefan Roese · Fri Oct 02 08:20:35 2015 +0200
  55. b6b9665 vexpress64: fvp dram: add DRAM configuration by Ryan Harkin · Fri Oct 09 17:18:02 2015 +0100
  56. f983516 dm: dts: ls1021a-twr: Enable DSPI2 on LS1021ATWR by Yuan Yao · Wed Sep 30 13:05:15 2015 +0530
  57. 8472503 Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Oct 08 03:03:41 2015 -0400
  58. 68a3d49 sandbox: Correct operaion of 'reset' command by Simon Glass · Sat Oct 03 11:21:16 2015 -0600
  59. 2cd091d rockchip: Reconfigure the malloc based to point to system memory by Sjoerd Simons · Sat Oct 03 13:25:01 2015 +0200
  60. 9d0fc1a Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · Sat Oct 03 10:48:06 2015 -0400
  61. 9ba47b0 trats: fdt: disable unused DW MMC by Przemyslaw Marczak · Wed Sep 30 13:14:53 2015 +0200
  62. ccae0d4 mach-exynos: clock: restore calling dead exynos4_get_mmc_clk() by Przemyslaw Marczak · Wed Sep 30 13:14:52 2015 +0200
  63. 171c457 sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD by Hans de Goede · Tue Sep 29 11:48:01 2015 +0200
  64. fbc8547 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Fri Oct 02 09:38:44 2015 -0400
  65. 26ffbef vf610: add support for Phytec PCM052 by Albert ARIBAUD \(3ADEV\) · Mon Sep 21 22:43:39 2015 +0200
  66. 25ac8ce vf610: refactor DDRMC code by Albert ARIBAUD \\(3ADEV\\) · Mon Sep 21 22:43:37 2015 +0200
  67. f868f9f imx: mx6: correct enable_fec_anatop_clock by Peng Fan · Sun Sep 06 17:15:47 2015 +0800
  68. 6844568 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Wed Sep 30 20:20:59 2015 -0400
  69. a0ecc54 arm: mvebu: timer.c: Explicitly move "init_done" var to data section by Stefan Roese · Thu Sep 03 12:47:07 2015 +0200
  70. e5d6386 arm: mvebu: Fix internal register config on A38x by Stefan Roese · Mon Aug 24 11:03:50 2015 +0200
  71. 8aec0f7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Sep 29 13:14:21 2015 -0400
  72. 8a90412 sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD by Hans de Goede · Sun Sep 20 19:46:49 2015 -0400
  73. ead498a sunxi: retrieve FEL-provided values to environment variables by Bernhard Nortmann · Thu Sep 17 18:52:52 2015 +0200
  74. 01ad493 sunxi: (mksunxiboot) signature to indicate "sunxi" SPL variant by Bernhard Nortmann · Thu Sep 17 18:52:51 2015 +0200
  75. c9e8961 sunxi: move SPL-related definitions to platform-specific include by Bernhard Nortmann · Thu Sep 17 18:52:50 2015 +0200
  76. bf52066 sunxi: Simplify spl board_init_f function by Hans de Goede · Sun Sep 13 15:33:34 2015 +0200
  77. c71c482 x86: fsp: Report correct number of E820 table entries by Bin Meng · Mon Sep 28 02:11:59 2015 -0700
  78. 81eb219 arm: Drop old non-generic-board code by Simon Glass · Sat Sep 12 11:50:10 2015 -0600
  79. 8f834de arm: Remove wireless_space board by Simon Glass · Sat Sep 12 11:50:09 2015 -0600
  80. 03ee28d arm: Remove da830evm board by Simon Glass · Sat Sep 12 11:50:08 2015 -0600
  81. 0382c64 ARM: hikey: hi6220: Migrate over to DM_SERIAL and use UART3 by default. by Peter Griffin · Thu Sep 10 21:55:17 2015 +0100
  82. ff9302f ARM: hikey: Select DM, DM_GPIO from Kconfig by Peter Griffin · Thu Sep 10 21:55:16 2015 +0100
  83. 9ab57f4 ARM: hi6220: Add UART0 and UART3 base addresses by Peter Griffin · Thu Sep 10 21:55:14 2015 +0100
  84. b98cdce Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Thu Sep 24 12:28:10 2015 -0400
  85. 64ca6b9 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Sep 24 12:28:06 2015 -0400
  86. 4146c2a ARM: dts: uniphier: use SPDX-License-Identifier by Masahiro Yamada · Fri Sep 25 00:16:44 2015 +0900
  87. a8a4672 ARM: uniphier: fix init page table for ProXstream2/PH1-LD6b USB boot by Masahiro Yamada · Tue Sep 22 00:27:42 2015 +0900
  88. 1fe65d3 ARM: uniphier: add ProXstream2 and PH1-LD6b support by Masahiro Yamada · Tue Sep 22 00:27:41 2015 +0900
  89. d5167d5 ARM: uniphier: add PH1-Pro5 support by Masahiro Yamada · Tue Sep 22 00:27:40 2015 +0900
  90. 75f16f8 ARM: uniphier: allow to enable multiple SoCs by Masahiro Yamada · Tue Sep 22 00:27:39 2015 +0900
  91. c743249 ARM: uniphier: unify low-level debug init code by Masahiro Yamada · Tue Sep 22 00:27:37 2015 +0900
  92. aac6e37 ARM: uniphier: fix glitch signal problem for low-level debug by Masahiro Yamada · Tue Sep 22 00:27:36 2015 +0900
  93. c52db9d ARM: uniphier: delete unneeded input enable for low-level debug by Masahiro Yamada · Tue Sep 22 00:27:35 2015 +0900
  94. 1fa0b01 ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_* by Masahiro Yamada · Tue Sep 22 00:27:34 2015 +0900
  95. bd2a62d ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARD by Masahiro Yamada · Tue Sep 22 00:27:33 2015 +0900
  96. 56a2071 ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local file by Masahiro Yamada · Tue Sep 22 00:27:32 2015 +0900
  97. 4e5d28d ARM: uniphier: refactor LED function by Masahiro Yamada · Tue Sep 22 00:27:31 2015 +0900
  98. d8527c2 ARM: uniphier: remove useless wrapper functions by Masahiro Yamada · Tue Sep 22 00:27:30 2015 +0900
  99. 4990203 ARM: uniphier: remove unused header file by Masahiro Yamada · Tue Sep 22 00:27:29 2015 +0900
  100. b4782cd ARM: uniphier: parse device tree to determine DRAM base and size by Masahiro Yamada · Fri Sep 11 20:17:49 2015 +0900