1. e0cfa45 omap-common: Common omap_die_id definition by Paul Kocialkowski · Thu Aug 27 19:37:08 2015 +0200
  2. d42ba76 ARM Fix pandaboard es and a4 revision ID by dbatzle@dcbcyber.com · Tue Aug 25 20:55:30 2015 -0400
  3. 7afc48d Merge git://git.denx.de/u-boot-x86 by Tom Rini · Wed Oct 21 20:47:40 2015 -0400
  4. a4dd9bf x86: Add support for Advantech SOM-6896 by George McCollister · Wed Oct 21 08:05:33 2015 -0500
  5. 149f24f x86: ivybridge: Enable the MRC cache by Bin Meng · Sun Oct 18 15:55:37 2015 -0600
  6. 9eff5a7 x86: ivybridge: Measure the MRC code execution time by Simon Glass · Sun Oct 18 15:55:36 2015 -0600
  7. 5d12980 x86: ivybridge: Fix car_uninit() to correctly set run state by Simon Glass · Sun Oct 18 15:55:35 2015 -0600
  8. 664c0e1 x86: ivybridge: Check the RTC return value by Simon Glass · Sun Oct 18 15:55:33 2015 -0600
  9. a45312e x86: ivybridge: Use 'ret' instead of 'rcode' by Simon Glass · Sun Oct 18 15:55:32 2015 -0600
  10. c60a5bc dm: rtc: Correct rtc_read32() return value by Simon Glass · Sun Oct 18 15:55:31 2015 -0600
  11. a10166f rtc: mc146818: Use probe() to set up the device by Simon Glass · Sun Oct 18 15:55:30 2015 -0600
  12. bc93207 rtc: mc146818: Add a comment to the #endif by Simon Glass · Sun Oct 18 15:55:29 2015 -0600
  13. f2dd470 x86: chromebook_link: Enable the debug UART by Simon Glass · Sun Oct 18 19:51:27 2015 -0600
  14. 4773012 x86: Init the debug UART if enabled by Simon Glass · Sun Oct 18 19:51:26 2015 -0600
  15. 1f7338a debug_uart: Add an option to announce the debug UART by Simon Glass · Sun Oct 18 19:51:25 2015 -0600
  16. c52be12 debug_uart: Support board-specific UART initialisation by Simon Glass · Sun Oct 18 19:51:24 2015 -0600
  17. 60517d7 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · Sun Oct 18 19:51:23 2015 -0600
  18. 374c56f x86: spi: Add support for Wildcat Point by George McCollister · Mon Oct 12 16:18:41 2015 -0500
  19. a24bd0c x86: pci: Add PCI IDs for Wildcat Point by George McCollister · Mon Oct 12 16:18:40 2015 -0500
  20. c0718c1 x86: Pass correct cpu_index to ap_init() by Bin Meng · Wed Oct 14 02:01:21 2015 -0700
  21. 8331aa0 x86: galileo: Enable mrc cache by Bin Meng · Mon Oct 12 01:30:43 2015 -0700
  22. 4c2af8b x86: quark: Implement mrc cache by Bin Meng · Mon Oct 12 01:30:42 2015 -0700
  23. 8046714 x86: ivybridge: Correct two typos for MRC by Bin Meng · Sun Oct 11 21:37:47 2015 -0700
  24. 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
  25. 71d7c2f x86: baytrail: Issue full system reset in reset_cpu() by Bin Meng · Sun Oct 11 21:37:45 2015 -0700
  26. 9582ad5 x86: Enable mrc cache for bayleybay and minnowmax by Bin Meng · Sun Oct 11 21:37:44 2015 -0700
  27. dc59780 x86: baytrail: Save mrc cache to spi flash by Bin Meng · Sun Oct 11 21:37:43 2015 -0700
  28. 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
  29. 2845ead x86: Use struct mrc_region to describe a mrc region by Bin Meng · Sun Oct 11 21:37:41 2015 -0700
  30. f34c059 x86: ivybridge: Use APIs provided in the mrccache lib by Bin Meng · Sun Oct 11 21:37:40 2015 -0700
  31. 1f81b59 x86: Add more common routines to manipulate mrc cache by Bin Meng · Sun Oct 11 21:37:39 2015 -0700
  32. 8575ab1 x86: Add various minor tidy-ups in mrccache codes by Bin Meng · Sun Oct 11 21:37:38 2015 -0700
  33. d61a7b4 x86: Do sanity test on the cache record in mrccache_update() by Bin Meng · Sun Oct 11 21:37:37 2015 -0700
  34. 21666cf x86: Move mrccache.[c|h] to a common place by Bin Meng · Sun Oct 11 21:37:36 2015 -0700
  35. 0ffd7e5 x86: Add ENABLE_MRC_CACHE Kconfig option by Bin Meng · Sun Oct 11 21:37:35 2015 -0700
  36. 8938dbd x86: fsp: Add a hdr sub-command to show header information by Bin Meng · Sat Oct 10 01:47:59 2015 -0700
  37. 3f56d45 x86: fsp: Make hob command a sub-command to fsp by Bin Meng · Sat Oct 10 01:47:58 2015 -0700
  38. a0ecbe2 x86: fsp: Print GUID whenever applicable in the hob command output by Bin Meng · Sat Oct 10 01:47:57 2015 -0700
  39. 4f2f005 x86: fsp: Compact the output of hob command by Bin Meng · Sat Oct 10 01:47:56 2015 -0700
  40. ae5bedb x86: Add SMBIOS table support by Bin Meng · Mon Oct 12 05:23:41 2015 -0700
  41. 090552a Makefile: Generate U_BOOT_DMI_DATE for SMBIOS by Bin Meng · Mon Oct 12 05:23:40 2015 -0700
  42. 6ab240d doc: Complement document about booting VxWorks by Bin Meng · Wed Oct 07 20:19:20 2015 -0700
  43. f6900e2 cmd: bootvx: Add asmlinkage to the VxWorks x86 entry by Bin Meng · Wed Oct 07 20:19:19 2015 -0700
  44. 321e860 cmd: bootvx: Pass E820 information to an x86 VxWorks kernel by Bin Meng · Wed Oct 07 20:19:18 2015 -0700
  45. fb694b9 cmd: bootvx: Always get VxWorks bootline from env by Bin Meng · Wed Oct 07 20:19:17 2015 -0700
  46. bf0ba25 cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline by Bin Meng · Wed Oct 07 20:19:16 2015 -0700
  47. 0401c86 cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline by Bin Meng · Wed Oct 07 20:19:15 2015 -0700
  48. 8c77af6 cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr() by Bin Meng · Wed Oct 07 20:19:14 2015 -0700
  49. 53f3afb cmd: Clean up cmd_elf a little bit by Bin Meng · Wed Oct 07 20:19:13 2015 -0700
  50. 47f889c cmd: Convert CONFIG_CMD_ELF to Kconfig by Bin Meng · Wed Oct 07 20:19:12 2015 -0700
  51. 926f749 x86: Remove quotation mark in CONFIG_HOSTNAME by Bin Meng · Wed Oct 07 20:19:11 2015 -0700
  52. a489963 x86: Move install_e820_map() out of zimage.c by Bin Meng · Wed Oct 07 20:19:10 2015 -0700
  53. 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
  54. 2f0999e x86: Allow disabling IGD on Intel Queensbay by Bin Meng · Thu Oct 01 00:36:04 2015 -0700
  55. f8e7992 x86: ivybridge: Remove the dead codes that programs pci bridge by Bin Meng · Thu Oct 01 00:36:03 2015 -0700
  56. a070578 dm: pci: Enable VGA address forwarding on bridges by Bin Meng · Thu Oct 01 00:36:02 2015 -0700
  57. 5bc3f8a dm: pci: Fix pci_last_busno() to return the real last bus no by Bin Meng · Thu Oct 01 00:36:01 2015 -0700
  58. 85ad589 video: vesa_fb: Fix wrong return value check of pci_find_class() by Bin Meng · Thu Oct 01 00:36:00 2015 -0700
  59. 9dd7c00 pci: Set PCI_COMMAND_IO bit for VGA device by Bin Meng · Thu Oct 01 00:35:59 2015 -0700
  60. c45abf1 dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM by Simon Glass · Tue Sep 08 17:52:49 2015 -0600
  61. 3b02d84 dm: pci: Correct a few debug() statements by Simon Glass · Tue Sep 08 17:52:48 2015 -0600
  62. b072d52 dm: pci: Tidy up auto-config error handling by Simon Glass · Tue Sep 08 17:52:47 2015 -0600
  63. 65ba412 malloc_simple: Add debug() information by Simon Glass · Tue Sep 08 17:52:46 2015 -0600
  64. 8aceb8f linux/bitops.h: GENMASK copy from linux by Jagan Teki · Wed Oct 21 16:46:51 2015 +0530
  65. 79d4d5f linux/bitops: Move BIT definitions at top by Jagan Teki · Wed Oct 21 17:30:34 2015 +0530
  66. 66f5f82 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Oct 20 21:59:40 2015 -0400
  67. 207f86e mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows by Stefan Roese · Thu Oct 01 17:34:41 2015 +0200
  68. 7f9f8e3 arm: mvebu: Enable DM_SERIAL on AXP / A38x boards by Stefan Roese · Wed Sep 02 08:41:41 2015 +0200
  69. 6ba2449 arm: mvebu: Enable DM_USB on AXP / A38x boards by Stefan Roese · Tue Sep 01 13:05:09 2015 +0200
  70. 0390102 usb: ehci-marvell.c: Add DM support by Stefan Roese · Tue Sep 01 11:39:44 2015 +0200
  71. 096de4f arm: mvebu: Add DM (driver model) support by Stefan Roese · Tue Sep 01 11:27:52 2015 +0200
  72. ac5efba arm: mvebu: Add basic Armada XP / 38x dtsi/dts files by Stefan Roese · Mon Aug 31 07:33:57 2015 +0200
  73. aa5bb42 arm: mvebu: Do not call board_init_r() from board_init_f() by Stefan Roese · Mon Aug 31 07:20:12 2015 +0200
  74. 48676a3 kwbimage: Align payload size to 4 bytes by Stefan Roese · Tue Sep 01 13:46:35 2015 +0200
  75. adc0905 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · Wed Sep 02 07:41:12 2015 +0200
  76. e1b7bfd arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPL by Stefan Roese · Tue Aug 25 14:09:12 2015 +0200
  77. 99b3ea7 arm: mvebu: Add option to use UART xmodem protocol via kwboot by Stefan Roese · Tue Aug 25 13:49:41 2015 +0200
  78. 53bd639 sunxi: Add CHIP support by Maxime Ripard · Thu Oct 15 22:04:10 2015 +0200
  79. 7e97870 axp209: Sync the DTSI with the kernel by Maxime Ripard · Thu Oct 15 22:04:09 2015 +0200
  80. ff5992a sun5i: Sync the DTSI with the kernel by Maxime Ripard · Thu Oct 15 22:04:08 2015 +0200
  81. e0c7aa4 sunxi: Use Kconfig CONFIG_MMC by Maxime Ripard · Thu Oct 15 22:04:07 2015 +0200
  82. b9b3a23 sunxi: board: Only try to use the MMC related functions if enabled by Maxime Ripard · Thu Oct 15 22:04:06 2015 +0200
  83. 4f78074 mmc: Add generic Kconfig option by Maxime Ripard · Thu Oct 15 22:04:05 2015 +0200
  84. 78a52ca fastboot: Implement OEM format only when we have MMC support by Maxime Ripard · Thu Oct 15 22:04:04 2015 +0200
  85. c0931d0 sunxi: Add support for android boot image by Maxime Ripard · Thu Oct 15 14:34:20 2015 +0200
  86. 5834fe3 sunxi: Add defconfig for the Sinovoip BPI-M2 board by Hans de Goede · Tue Oct 13 23:57:03 2015 +0200
  87. eb10f05 sunxi: Fix sorting of boards in MAINTAINERS by Hans de Goede · Wed Oct 14 16:35:51 2015 +0200
  88. 8ff8bc8 sunxi: Add a bootcmd_sunxi_compat to the default environment to boot old kernels by Hans de Goede · Fri Oct 09 17:11:15 2015 +0100
  89. a153ae9 sunxi: power: Columbus: only enable ELDO3 when necessary by Hans de Goede · Sat Oct 10 14:25:10 2015 +0200
  90. a8c8491 sunxi: power: Change axp209 LDO3 and LDO4 default to disabled by Hans de Goede · Sat Oct 03 15:29:24 2015 +0200
  91. 84a8b79 sunxi: power: Add support for disabling axp209 regulators by Hans de Goede · Sun Oct 04 12:01:17 2015 +0200
  92. 5dc30b4 sunxi: power: Drop protection against multiple calls from axp221 axp_init() by Hans de Goede · Sat Oct 03 16:13:19 2015 +0200
  93. aa1d512 sunxi: power: Use pmic_bus functions for axp152 / axp209 driver by Hans de Goede · Sat Oct 03 16:12:27 2015 +0200
  94. f4da4c9 sunxi: power: Change A23/A33 aldo1 default voltage to 3.0V by Hans de Goede · Sat Oct 03 15:26:34 2015 +0200
  95. cf96e3f sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1V by Hans de Goede · Sat Oct 03 15:21:53 2015 +0200
  96. d9ee84b sunxi: power: Unify axp pmic function names by Hans de Goede · Sat Oct 03 15:18:33 2015 +0200
  97. 04bfd41 sunxi: power: Make all voltages configurable through Kconfig by Hans de Goede · Wed Sep 30 15:22:42 2015 +0200
  98. 70ce2c8 sunxi: Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWER by Hans de Goede · Wed Sep 30 15:12:30 2015 +0200
  99. 8702b2d sunxi: Remove board defconfig-s for specific Q8 tablet PCB-s by Hans de Goede · Tue Sep 29 15:06:26 2015 +0200
  100. 76fa0b2 sunxi: Switch to using malloc_simple for the spl by Hans de Goede · Sun Sep 13 12:31:24 2015 +0200