1. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  2. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · Tue Jul 05 17:10:09 2016 -0600
  3. 47a3d05 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Tue Jul 12 08:15:17 2016 -0400
  4. e0f0cc5 x86: link: Correct a failure in DRAM init by Simon Glass · Mon Jul 11 09:30:55 2016 -0600
  5. aedc33d x86: Add Advantech SOM-DB5800/SOM-6867 support by George McCollister · Tue Jun 21 12:07:33 2016 -0500
  6. 0681dd8 x86: baytrail: acpi: Hide internal UART per GNVS setting by Bin Meng · Fri Jun 17 02:13:17 2016 -0700
  7. d9050c6 x86: acpi: Pack global NVS into ACPI table by Bin Meng · Fri Jun 17 02:13:16 2016 -0700
  8. 0562f0d x86: quark: Introduce ACPI global NVS by Bin Meng · Fri Jun 17 02:13:15 2016 -0700
  9. ebe7874 x86: baytrail: Introduce ACPI global NVS by Bin Meng · Fri Jun 17 02:13:14 2016 -0700
  10. 9ad1234 x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART by Bin Meng · Tue Jun 14 21:33:24 2016 -0700
  11. fe8d45d x86: baytrail: Introduce a Kconfig option for the internal UART by Bin Meng · Tue Jun 14 21:33:23 2016 -0700
  12. 9404be5 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · Sun Jun 19 17:33:11 2016 -0600
  13. 4c2acfe x86: coreboot: Remove the dummy pch driver by Bin Meng · Wed Jun 22 02:30:03 2016 -0700
  14. a455964 x86: Probe pinctrl driver in cpu_init_r() by Bin Meng · Wed Jun 08 05:07:38 2016 -0700
  15. e4d977f x86: baytrail: Configure card detect pin of the SD controller by Bin Meng · Wed Jun 08 05:07:35 2016 -0700
  16. 7bfe2b5 x86: baytrail: Change fsp, emmc-boot-mode to "auto" by Bin Meng · Wed Jun 08 05:07:34 2016 -0700
  17. de6d198 x86: baytrail: Add 'reg' property in the pinctrl node by Bin Meng · Wed Jun 08 05:07:33 2016 -0700
  18. 5a49f87 x86: acpi: Fix madt lapic generation by George McCollister · Tue Jun 07 13:40:18 2016 -0500
  19. 8ded13f x86: baytrail: acpi: Fix I/O APIC ID in the MADT table by Bin Meng · Wed May 25 19:19:13 2016 -0700
  20. 483b548 x86: quark: Generate ACPI FADT/MADT tables by Bin Meng · Wed May 25 19:19:11 2016 -0700
  21. 1dd2f67 x86: quark: Add platform ASL files by Bin Meng · Wed May 25 19:19:10 2016 -0700
  22. 5efb415 x86: quark: Prepare device.h for inclusion by ASL by Bin Meng · Wed May 25 19:19:09 2016 -0700
  23. 15d4c41 x86: acpi: Make irqroute.asl common by Bin Meng · Wed May 25 19:19:07 2016 -0700
  24. 7d404e4 x86: acpi: Create a common irqlinks ASL file by Bin Meng · Wed May 25 19:19:06 2016 -0700
  25. 543a82b x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables by Bin Meng · Sun May 22 01:45:38 2016 -0700
  26. 6efcb51 x86: kconfig: Add two options for SMBIOS manufacturer and product name by Bin Meng · Sun May 22 01:45:37 2016 -0700
  27. ff0c478 x86: broadwell: Correct I/O APIC ID by Bin Meng · Sun May 22 01:45:35 2016 -0700
  28. 330be03 x86: quark: Assign a unique I/O APIC ID by Bin Meng · Sun May 22 01:45:34 2016 -0700
  29. d538c36 x86: Call lapic_setup() in interrupt_init() by Bin Meng · Sun May 22 01:45:33 2016 -0700
  30. e583234 x86: Remove SMP limitation in lapic_setup() by Bin Meng · Sun May 22 01:45:32 2016 -0700
  31. 2ffcb17 x86: Don't touch IA32_APIC_BASE MSR on Intel Quark by Bin Meng · Sun May 22 01:45:31 2016 -0700
  32. ba63457 x86: galileo: Enable CPU driver by Bin Meng · Sun May 22 01:45:30 2016 -0700
  33. ae86455 x86: Use latest microcode for all BayTrail boards by Bin Meng · Mon May 23 15:25:20 2016 +0800
  34. ef348a7 x86: baytrail: Update to latest microcode by Bin Meng · Sun May 22 01:45:28 2016 -0700
  35. 5e842af x86: Add some notes for MRC cache with Intel FSP by Bin Meng · Sun May 22 01:45:27 2016 -0700
  36. dc2097d x86: baytrail: Add GPIO ASL description by Bin Meng · Wed May 11 07:45:11 2016 -0700
  37. 0a00d50 x86: baytrail: Add internal UART ASL description by Bin Meng · Wed May 11 07:45:10 2016 -0700
  38. d90434b x86: acpi: Remove header length check when writing tables by Bin Meng · Wed May 11 07:45:05 2016 -0700
  39. 680702e x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · Wed May 11 07:45:04 2016 -0700
  40. e259eb2 x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · Wed May 11 07:45:03 2016 -0700
  41. f828174 x86: Use high_table_malloc() for tables passing to SeaBIOS by Bin Meng · Wed May 11 07:45:02 2016 -0700
  42. 1c9da37 x86: Reserve configuration tables in high memory by Bin Meng · Wed May 11 07:45:01 2016 -0700
  43. 1141fcf x86: Unify reserve_arch() for all x86 boards by Bin Meng · Wed May 11 07:45:00 2016 -0700
  44. 322ec3e x86: Prepare configuration tables in dedicated high memory region by Bin Meng · Wed May 11 07:44:59 2016 -0700
  45. e31a79a x86: Compile coreboot_table.c only for SeaBIOS by Bin Meng · Wed May 11 07:44:58 2016 -0700
  46. 3371c0b x86: Fix up PIRQ routing table checksum earlier by Bin Meng · Wed May 11 07:44:57 2016 -0700
  47. 2f8560c x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · Wed May 11 07:44:56 2016 -0700
  48. 14f5655 x86: qemu: rename qemu/acpi_table.c by Miao Yan · Sun May 22 19:37:21 2016 -0700
  49. 12970d2 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · Sun May 22 19:37:20 2016 -0700
  50. 9210627 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · Sun May 22 19:37:17 2016 -0700
  51. f3c6a4e x86: qemu: add comment about qfw register endianness by Miao Yan · Sun May 22 19:37:16 2016 -0700
  52. 8a15383 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · Sun May 22 19:37:15 2016 -0700
  53. 4fcd7f2 x86: qemu: split qfw command interface and qfw core by Miao Yan · Sun May 22 19:37:14 2016 -0700
  54. b603eb1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · Sun May 22 19:37:12 2016 -0700
  55. 75e27da x86: qemu: fix ACPI Kconfig options by Miao Yan · Sun May 22 19:37:10 2016 -0700
  56. bcb3c8d x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · Fri May 06 10:40:22 2016 -0400
  57. e9f5a79 x86: baytrail: Generate ACPI FADT/MADT tables by Bin Meng · Sat May 07 07:46:32 2016 -0700
  58. 6c9f944 x86: baytrail: Add platform ASL files by Bin Meng · Sat May 07 07:46:31 2016 -0700
  59. 3c5234e x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · Sat May 07 07:46:30 2016 -0700
  60. 88b08fb x86: acpi: Add some generic ASL libraries by Bin Meng · Sat May 07 07:46:29 2016 -0700
  61. f662fe4 x86: acpi: Clean up table header revisions by Bin Meng · Sat May 07 07:46:28 2016 -0700
  62. 3d938d1 x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · Sat May 07 07:46:27 2016 -0700
  63. a1ec7db x86: acpi: Use u32 in table write routines by Bin Meng · Sat May 07 07:46:26 2016 -0700
  64. 44256b0 x86: acpi: Adjust order in acpi_table.c by Bin Meng · Sat May 07 07:46:25 2016 -0700
  65. b063d5f x86: acpi: Change fill_header() by Bin Meng · Sat May 07 07:46:24 2016 -0700
  66. 6c39fa9 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · Sat May 07 07:46:23 2016 -0700
  67. bbcff8d x86: acpi: Reorder code in acpi_table.h by Bin Meng · Sat May 07 07:46:22 2016 -0700
  68. 6a42158 x86: acpi: Various changes to acpi_table.h by Bin Meng · Sat May 07 07:46:21 2016 -0700
  69. 76f2746 x86: acpi: Remove unused codes by Bin Meng · Sat May 07 07:46:20 2016 -0700
  70. 0651f62 x86: dts: Update to include ACTL register details by Bin Meng · Sat May 07 07:46:15 2016 -0700
  71. c3b03ea x86: irq: Enable SCI on IRQ9 by Bin Meng · Sat May 07 07:46:14 2016 -0700
  72. 61ad371 x86: irq: Reserve IRQ9 for ACPI in PIC mode by Bin Meng · Sat May 07 07:46:13 2016 -0700
  73. d2d2218 x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · Sat May 07 07:46:12 2016 -0700
  74. f0dd90c x86: Fix build warning in tables.c when CONFIG_SEABIOS by Bin Meng · Sat May 07 07:46:11 2016 -0700
  75. c2f2b3b x86: Drop asm/acpi.h by Bin Meng · Sat May 07 07:46:10 2016 -0700
  76. 85ee165 dm: Rename disk uclass to ahci by Simon Glass · Sun May 01 11:35:52 2016 -0600
  77. 529b761 x86: Correct typo of Miao Yan's email address by Bin Meng · Wed Apr 13 01:00:51 2016 -0700
  78. 1d35ada x86: qemu: Drop our own ACPI implementation by Bin Meng · Wed Apr 13 00:52:49 2016 -0700
  79. 3e2c91c arm: x86: Drop command-line code when CONFIG_CMDLINE is disabled by Simon Glass · Sun Mar 13 19:07:29 2016 -0600
  80. 2a0b94c x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support by Stefan Roese · Wed Mar 16 08:48:21 2016 +0100
  81. a0b0961 x86: Add support for the samus chromebook by Simon Glass · Wed Mar 16 07:44:43 2016 -0600
  82. b4ded74 x86: Support a chained-boot development flow by Simon Glass · Wed Mar 16 07:44:40 2016 -0600
  83. 40ce12b x86: dts: Drop memory SPD compatible string by Simon Glass · Wed Mar 16 07:44:39 2016 -0600
  84. e623ff6 x86: ivybridge: Convert to use the common SDRAM code by Simon Glass · Wed Mar 16 07:44:38 2016 -0600
  85. dbc6e14 x86: Add common SDRAM-init code by Simon Glass · Wed Mar 16 07:44:37 2016 -0600
  86. 9c852d7 x86: Move common PCH code into a common place by Simon Glass · Wed Mar 16 07:44:36 2016 -0600
  87. 0949351 x86: Add a function to set the IOAPIC ID by Simon Glass · Fri Mar 11 22:07:34 2016 -0700
  88. 17f9d5c x86: broadwell: Add support for high-speed I/O lane with ME by Simon Glass · Fri Mar 11 22:07:28 2016 -0700
  89. d21f34e x86: broadwell: Add support for SDRAM setup by Simon Glass · Fri Mar 11 22:07:26 2016 -0700
  90. c7805d5 x86: broadwell: Add power-control support by Simon Glass · Fri Mar 11 22:07:25 2016 -0700
  91. cb9a352 x86: broadwell: Add reference code support by Simon Glass · Fri Mar 11 22:07:24 2016 -0700
  92. ac0cce5 x86: broadwell: Add an LPC driver by Simon Glass · Fri Mar 11 22:07:23 2016 -0700
  93. ac9609c x86: broadwell: Add a northbridge driver by Simon Glass · Fri Mar 11 22:07:22 2016 -0700
  94. 4979d07 x86: broadwell: Add a SATA driver by Simon Glass · Fri Mar 11 22:07:21 2016 -0700
  95. e984eda x86: broadwell: Add a pinctrl driver by Simon Glass · Fri Mar 11 22:07:20 2016 -0700
  96. e7d04d8 x86: broadwell: Add a PCH driver by Simon Glass · Fri Mar 11 22:07:19 2016 -0700
  97. 71606de x86: Add basic support for broadwell by Simon Glass · Fri Mar 11 22:07:18 2016 -0700
  98. ecae7fd x86: Add support for running Intel reference code by Simon Glass · Fri Mar 11 22:07:16 2016 -0700
  99. 9c7d931 x86: Drop all the old pin configuration code by Simon Glass · Fri Mar 11 22:07:15 2016 -0700
  100. 11cd631 x86: Add an ICH6 pin configuration driver by Simon Glass · Fri Mar 11 22:07:13 2016 -0700