1. f7f5674 x86: Add debugging when cpu_common_init() fails by Simon Glass · Mon Jul 25 18:58:59 2016 -0600
  2. 47a3d05 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Tue Jul 12 08:15:17 2016 -0400
  3. e0f0cc5 x86: link: Correct a failure in DRAM init by Simon Glass · Mon Jul 11 09:30:55 2016 -0600
  4. 9404be5 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · Sun Jun 19 17:33:11 2016 -0600
  5. d538c36 x86: Call lapic_setup() in interrupt_init() by Bin Meng · Sun May 22 01:45:33 2016 -0700
  6. 1141fcf x86: Unify reserve_arch() for all x86 boards by Bin Meng · Wed May 11 07:45:00 2016 -0700
  7. c2f2b3b x86: Drop asm/acpi.h by Bin Meng · Sat May 07 07:46:10 2016 -0700
  8. 85ee165 dm: Rename disk uclass to ahci by Simon Glass · Sun May 01 11:35:52 2016 -0600
  9. e623ff6 x86: ivybridge: Convert to use the common SDRAM code by Simon Glass · Wed Mar 16 07:44:38 2016 -0600
  10. 9c852d7 x86: Move common PCH code into a common place by Simon Glass · Wed Mar 16 07:44:36 2016 -0600
  11. 3b6c843 x86: ivybridge: Show microcode version for each core by Simon Glass · Fri Mar 11 22:07:10 2016 -0700
  12. d4e9074 x86: Move common MRC Kconfig options to the common file by Simon Glass · Fri Mar 11 22:07:08 2016 -0700
  13. b67be7e x86: Move Intel Management Engine code to a common place by Simon Glass · Fri Mar 11 22:07:00 2016 -0700
  14. 780ba48 x86: Move common CPU code to its own place by Simon Glass · Fri Mar 11 22:06:58 2016 -0700
  15. 63e08a2 x86: Move common LPC code to its own place by Simon Glass · Fri Mar 11 22:06:57 2016 -0700
  16. ab39d33 x86: Add the root-complex block to common intel registers by Simon Glass · Fri Mar 11 22:06:56 2016 -0700
  17. 5535730 x86: Create a common header for Intel register access by Simon Glass · Fri Mar 11 22:06:55 2016 -0700
  18. 2df6188 x86: Move microcode code to a common location by Simon Glass · Fri Mar 11 22:06:54 2016 -0700
  19. 144652f x86: Move cache-as-RAM code into a common location by Simon Glass · Fri Mar 11 22:06:53 2016 -0700
  20. 9d95358 x86: Add some more common MSR indexes by Simon Glass · Sun Mar 06 19:28:04 2016 -0700
  21. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  22. 5afa22a x86: Add Intel Cougar Canyon 2 board by Bin Meng · Wed Feb 17 00:16:25 2016 -0800
  23. 051f175 x86: ivybridge: bd82x6x: Support FSP enabled configuration by Bin Meng · Wed Feb 17 00:16:24 2016 -0800
  24. 5dbe304 x86: ivybridge: Add FSP support by Bin Meng · Wed Feb 17 00:16:21 2016 -0800
  25. fd2afdf x86: pch: Implement get_gpio_base op by Bin Meng · Mon Feb 01 01:40:44 2016 -0800
  26. 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · Mon Feb 01 01:40:42 2016 -0800
  27. 1124562 dm: pch: Remove pch_get_version op by Bin Meng · Mon Feb 01 01:40:41 2016 -0800
  28. a75abeb x86: ivybridge: Use syscon for the GMA device by Simon Glass · Sun Jan 17 16:11:59 2016 -0700
  29. 43a5034 x86: Set up a shared syscon numbering schema by Simon Glass · Sun Jan 17 16:11:58 2016 -0700
  30. b0a6dca x86: ivybridge: Drop the SMM-locking code by Simon Glass · Sun Jan 17 16:11:57 2016 -0700
  31. 72ce7ef x86: ivybridge: Drop XHCI support by Simon Glass · Sun Jan 17 16:11:56 2016 -0700
  32. 74a9e6a x86: ivybridge: Drop special EHCI init by Simon Glass · Sun Jan 17 16:11:55 2016 -0700
  33. 11f76a7 x86: ivybridge: Sort out the calls to bridge_silicon_revision() by Simon Glass · Sun Jan 17 16:11:54 2016 -0700
  34. 6c9e1d8 x86: ivybridge: Move code from pch.c to bd82x6x.c by Simon Glass · Sun Jan 17 16:11:53 2016 -0700
  35. b3a9e51 x86: ivybridge: Convert pch.c to use DM PCI API by Simon Glass · Sun Jan 17 16:11:52 2016 -0700
  36. cd7f2d9 x86: ivybridge: Convert report_platform to DM PCI API by Simon Glass · Sun Jan 17 16:11:51 2016 -0700
  37. 37a91ff x86: ivybridge: Convert SDRAM init to use driver model by Simon Glass · Sun Jan 17 16:11:50 2016 -0700
  38. 1e186f5 x86: ivybridge: Convert sdram_initialise() to use DM PCI API by Simon Glass · Sun Jan 17 16:11:48 2016 -0700
  39. a33044b x86: ivybridge: Convert dram_init() to use DM PCI API by Simon Glass · Sun Jan 17 16:11:47 2016 -0700
  40. 18df7d0 x86: ivybridge: Convert enable_usb_bar() to use DM PCI API by Simon Glass · Sun Jan 17 16:11:46 2016 -0700
  41. 9afcd96 x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · Sun Jan 17 16:11:45 2016 -0700
  42. d6fe74e x86: ivybridge: Convert lpc init code to DM PCI API by Simon Glass · Sun Jan 17 16:11:42 2016 -0700
  43. 582075c x86: ivybridge: Drop the special PCI driver by Simon Glass · Sun Jan 17 16:11:41 2016 -0700
  44. 40e7a20 x86: ivybridge: Move LPC init into the LPC probe() method by Simon Glass · Sun Jan 17 16:11:40 2016 -0700
  45. 5337b43 x86: ivybridge: Move lpc_enable() into gma.c by Simon Glass · Sun Jan 17 16:11:39 2016 -0700
  46. 35c50a5 x86: ivybridge: Use driver model PCI API in sata.c by Simon Glass · Sun Jan 17 16:11:38 2016 -0700
  47. 39f3f8c x86: ivybridge: Use the SATA driver to do the init by Simon Glass · Sun Jan 17 16:11:37 2016 -0700
  48. c0cf9ac x86: ivybridge: Drop the unused bd82x6x_init_extra() by Simon Glass · Sun Jan 17 16:11:36 2016 -0700
  49. 5cc400b x86: ivybridge: Do the SATA init before relocation by Simon Glass · Sun Jan 17 16:11:35 2016 -0700
  50. 9c8caca x86: ivybridge: Drop unnecessary northbridge setup by Simon Glass · Sun Jan 17 16:11:33 2016 -0700
  51. e5bdccd x86: ivybridge: Use driver model PCI API in bd82x6x.c by Simon Glass · Sun Jan 17 16:11:32 2016 -0700
  52. 4fa56b1 x86: ivybridge: Move northbridge and PCH init into drivers by Simon Glass · Sun Jan 17 16:11:31 2016 -0700
  53. 6b7f76d x86: ivybridge: Move early init code into northbridge.c by Simon Glass · Sun Jan 17 16:11:27 2016 -0700
  54. 83b9c65 x86: ivybridge: Drop the dead MTRR code by Simon Glass · Sun Jan 17 16:11:26 2016 -0700
  55. 0b22c97 x86: ivybridge: Set up the thermal target correctly by Simon Glass · Sun Jan 17 16:11:25 2016 -0700
  56. 5e469f3 x86: ivybridge: Move CPU init code into the driver by Simon Glass · Sun Jan 17 16:11:24 2016 -0700
  57. b4974c4 x86: ivybridge: Use common CPU init code by Simon Glass · Sun Jan 17 16:11:23 2016 -0700
  58. 25d1f94 x86: ivybridge: Move GPIO init to the LPC init() method by Simon Glass · Sun Jan 17 16:11:22 2016 -0700
  59. a716f9e x86: ivybridge: Move sandybridge init to the lpc probe() method by Simon Glass · Sun Jan 17 16:11:21 2016 -0700
  60. d4d1e91 x86: ivybridge: Move graphics init much later by Simon Glass · Sun Jan 17 16:11:20 2016 -0700
  61. b20cf04 x86: ivybridge: Probe the LPC in CPU init by Simon Glass · Sun Jan 17 16:11:19 2016 -0700
  62. ee30129 x86: ivybridge: Rename lpc_init() to lpc_init_extra() by Simon Glass · Sun Jan 17 16:11:18 2016 -0700
  63. 99eecaa x86: ivybridge: Move LPC and PCH init into northbridge probe() by Simon Glass · Sun Jan 17 16:11:17 2016 -0700
  64. aa0f23e x86: ivybridge: Move northbridge init into the probe() method by Simon Glass · Sun Jan 17 16:11:16 2016 -0700
  65. 061e9ea x86: ivybridge: Add a driver for the bd82x6x northbridge by Simon Glass · Sun Jan 17 16:11:15 2016 -0700
  66. a7b1d95 x86: ivybridge: Rename bd82x6x_init() by Simon Glass · Sun Jan 17 16:11:13 2016 -0700
  67. 8acbabb x86: ivybridge: Move more init to the probe() function by Simon Glass · Sun Jan 17 16:11:12 2016 -0700
  68. 62b3717 x86: ivybridge: Move lpc_early_init() to probe() by Simon Glass · Sun Jan 17 16:11:11 2016 -0700
  69. 044f1a0 x86: ivybridge: Set up the LPC device using driver model by Simon Glass · Sun Jan 17 16:11:10 2016 -0700
  70. 3276163 dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · Mon Jan 18 20:19:21 2016 -0700
  71. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Jan 14 21:51:32 2016 -0500
  72. c3153b3 x86: ivybridge: Do not require HAVE_INTEL_ME by Bin Meng · Fri Dec 11 02:55:49 2015 -0800
  73. f9d94d3 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · Sun Nov 29 13:17:57 2015 -0700
  74. 3523035 dm: x86: ivybridge: Convert graphics init to use DM PCI API by Simon Glass · Sun Nov 29 13:17:55 2015 -0700
  75. a986c3a x86: Remove HAVE_ACPI_RESUME by Bin Meng · Wed Nov 25 17:46:09 2015 -0800
  76. 55af71f x86: Remove CPU_INTEL_SOCKET_RPGA989 by Bin Meng · Wed Nov 25 17:46:08 2015 -0800
  77. 715f20a x86: Clean up ivybridge/chrome Kconfig options by Bin Meng · Wed Nov 25 17:46:07 2015 -0800
  78. 35da4d1 x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE by Bin Meng · Wed Nov 25 17:46:06 2015 -0800
  79. 38de020 x86: Convert to use driver model timer by Bin Meng · Fri Nov 13 00:11:22 2015 -0800
  80. 149f24f x86: ivybridge: Enable the MRC cache by Bin Meng · Sun Oct 18 15:55:37 2015 -0600
  81. 9eff5a7 x86: ivybridge: Measure the MRC code execution time by Simon Glass · Sun Oct 18 15:55:36 2015 -0600
  82. 5d12980 x86: ivybridge: Fix car_uninit() to correctly set run state by Simon Glass · Sun Oct 18 15:55:35 2015 -0600
  83. 664c0e1 x86: ivybridge: Check the RTC return value by Simon Glass · Sun Oct 18 15:55:33 2015 -0600
  84. a45312e x86: ivybridge: Use 'ret' instead of 'rcode' by Simon Glass · Sun Oct 18 15:55:32 2015 -0600
  85. f2dd470 x86: chromebook_link: Enable the debug UART by Simon Glass · Sun Oct 18 19:51:27 2015 -0600
  86. 8046714 x86: ivybridge: Correct two typos for MRC by Bin Meng · Sun Oct 11 21:37:47 2015 -0700
  87. 2845ead x86: Use struct mrc_region to describe a mrc region by Bin Meng · Sun Oct 11 21:37:41 2015 -0700
  88. f34c059 x86: ivybridge: Use APIs provided in the mrccache lib by Bin Meng · Sun Oct 11 21:37:40 2015 -0700
  89. 21666cf x86: Move mrccache.[c|h] to a common place by Bin Meng · Sun Oct 11 21:37:36 2015 -0700
  90. f8e7992 x86: ivybridge: Remove the dead codes that programs pci bridge by Bin Meng · Thu Oct 01 00:36:03 2015 -0700
  91. 770fd33 x86: Enable DM RTC support for all x86 boards by Bin Meng · Wed Jul 15 16:23:39 2015 +0800
  92. 53112f2 Kill unneeded #include <linux/kconfig.h> by Masahiro Yamada · Fri Jul 17 20:30:28 2015 +0900
  93. c9dea01 x86: Clean up lapic codes by Bin Meng · Wed Jun 17 11:15:38 2015 +0800
  94. eb0bc56 x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS by Bin Meng · Wed Jun 17 11:15:35 2015 +0800
  95. a9a4426 x86: Add multi-processor init by Simon Glass · Wed Apr 29 22:25:59 2015 -0600
  96. 1375e9a x86: ivybridge: Use reset_cpu() by Simon Glass · Tue Apr 28 20:11:30 2015 -0600
  97. 06e694f x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · Thu Mar 26 09:29:29 2015 -0600
  98. 404bc5e dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · Thu Mar 26 09:29:27 2015 -0600
  99. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · Thu Mar 26 09:29:26 2015 -0600
  100. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · Thu Mar 05 12:25:33 2015 -0700