1. 858429b x86: Add generic EFI payload support by Bin Meng · Tue Jun 12 08:36:18 2018 -0700
  2. 6bd4109 x86: efi: payload: Add arch_cpu_init() by Bin Meng · Tue Jun 12 08:36:17 2018 -0700
  3. 525c861 x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · Tue Jun 12 08:36:16 2018 -0700
  4. 4123662 x86: use EFI calling convention for efi_main on x86_64 by Ivan Gorinov · Wed Jun 13 17:27:39 2018 -0700
  5. c9697d7 x86: cherryhill: Fix DTC warning by Bin Meng · Tue Jun 12 20:01:14 2018 -0700
  6. 56a33085e x86: cougarcanyon2: Add missing chipset interrupt information by Bin Meng · Tue Jun 12 01:26:47 2018 -0700
  7. d803f54 x86: irq: Support discrete PIRQ routing registers via device tree by Bin Meng · Tue Jun 12 01:26:46 2018 -0700
  8. c332fca x86: irq: Parse number of PIRQ links from device tree by Bin Meng · Tue Jun 12 01:26:45 2018 -0700
  9. 5acbb78 x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes by Bin Meng · Sun Jun 10 06:25:03 2018 -0700
  10. c253c3f x86: Conditionally build the pinctrl_ich6 driver by Bin Meng · Sun Jun 10 06:25:01 2018 -0700
  11. 1defbb1 x86: irq: Change LINK_V2N and LINK_N2V to inline functions by Bin Meng · Sun Jun 03 19:04:23 2018 -0700
  12. 0c9f594 x86: irq: Remove chipset specific irq router drivers by Bin Meng · Sun Jun 03 19:04:22 2018 -0700
  13. c0edfc1 x86: cougarcanyon2: Enable CPU driver and SMP support by Bin Meng · Sun Jun 03 19:04:21 2018 -0700
  14. 0dce35a x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes by Bin Meng · Sun Jun 03 19:04:20 2018 -0700
  15. 516bb59 x86: ivybridge: Drop CONFIG_USBDEBUG by Bin Meng · Sun Jun 03 19:04:19 2018 -0700
  16. 9032bbf x86: ivybridge: Enable 206ax cpu driver for FSP build by Bin Meng · Sun Jun 03 19:04:18 2018 -0700
  17. 52122c8 x86: cougarcanyon2: Update dts for SPI lock down by Bin Meng · Sun Jun 03 19:04:16 2018 -0700
  18. e1c6d2c x86: ivybridge: Imply USB_XHCI_HCD by Bin Meng · Sun Jun 03 19:04:15 2018 -0700
  19. a45c39d x86: baytrail: Correct the comment of IACORE_VIDS bit ranges by Bin Meng · Thu May 24 03:05:59 2018 -0700
  20. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · Wed May 16 09:42:25 2018 -0600
  21. 3366ff0c efi_loader: build CRT0 and RELOC on x86_64 by Heinrich Schuchardt · Fri May 18 19:12:20 2018 +0200
  22. e2425b6 efi_selftest: allow building relocation code on x86_64 by Heinrich Schuchardt · Fri May 18 19:12:19 2018 +0200
  23. b722b11 x86: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · Mon Apr 30 15:56:02 2018 +0100
  24. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · Sun May 06 18:27:01 2018 -0400
  25. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  26. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  27. c9dba41 bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODE by Bin Meng · Wed Apr 11 22:02:15 2018 -0700
  28. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · Wed Apr 11 22:02:11 2018 -0700
  29. 3838d71 x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · Wed Apr 11 22:02:10 2018 -0700
  30. 04bd0f1 x86: Update the io.h file to use {out|in}_{be|le}X macros by Lukasz Majewski · Thu Mar 29 16:41:11 2018 +0200
  31. 260fa77 x86: Add 64-bit memory-mapped I/O functions by Ivan Gorinov · Fri Apr 06 14:43:04 2018 -0700
  32. 8218289 efi_loader: correctly set the machine type in the PE header by Heinrich Schuchardt · Fri Apr 06 15:36:31 2018 +0200
  33. 901bb0b x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · Mon Mar 26 18:06:54 2018 -0700
  34. 18c5064 common: move init_helpers.h prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:04 2018 +0100
  35. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  36. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · Wed Jan 24 20:47:09 2018 +0300
  37. 008454f x86: quark: Fix unused warnings by Tom Rini · Sat Jan 27 15:13:47 2018 -0500
  38. e102925 x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · Tue Jan 30 05:01:16 2018 -0800
  39. 66d3e63 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · Wed Jan 10 19:40:15 2018 +0200
  40. 8b7adf8 x86: zImage: Move subarch assignment out of cmd_line check by Andy Shevchenko · Wed Jan 10 19:40:14 2018 +0200
  41. 4b05bac x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · Wed Jan 10 19:33:10 2018 +0200
  42. 6b07d36 x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · Wed Jan 10 18:07:26 2018 +0200
  43. 565b4ca x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · Thu Jan 04 18:40:13 2018 +0200
  44. 7ec9243 x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · Thu Jan 04 18:40:12 2018 +0200
  45. 4a4ee45 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · Wed Jan 03 08:54:27 2018 -0500
  46. 4257457 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · Tue Dec 12 19:02:42 2017 +0200
  47. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:19 2017 +0200
  48. dfafe7a x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones by Stefan Roese · Wed Nov 29 16:23:31 2017 +0100
  49. 93340c8 Revert "x86: bootm: Fix FIT image booting on x86" by Anatolij Gustschin · Thu Nov 23 18:59:45 2017 +0100
  50. 5e5fe80 x86: don't compare pointers to 0 by Heinrich Schuchardt · Mon Nov 20 19:45:56 2017 +0100
  51. c1f72e7 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · Tue Nov 14 18:47:16 2017 +0100
  52. 87247af pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · Tue Oct 17 13:42:44 2017 +0900
  53. 9f4f313 x86: acpi: Put sleepstates.asl to the common place by Bin Meng · Wed Oct 18 18:21:00 2017 -0700
  54. 22fc2b6 x86: fsp: graphics: Add some notes about the graphics info hob by Bin Meng · Wed Oct 18 18:20:59 2017 -0700
  55. 93ea4ca x86: braswell: cherryhill: Update dts for SPI lock down by Bin Meng · Wed Oct 18 18:20:58 2017 -0700
  56. 5863e95 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · Wed Oct 18 18:20:56 2017 -0700
  57. 21340ed x86: Fix ACPI resume dependency to MRC cache by Bin Meng · Wed Oct 18 18:20:55 2017 -0700
  58. 66c9586 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · Wed Oct 18 18:20:54 2017 -0700
  59. 2bc8ecd x86: braswell: Fix unexpected crash during Linux kernel boot by Bin Meng · Wed Oct 18 18:20:53 2017 -0700
  60. 07e245c x86: baytrail: fsp: Move Azalia update codes to board by Bin Meng · Fri Oct 13 01:30:06 2017 -0700
  61. e6d48c6 x86: baytrail: fsp: Use a function to update the Azalia config pointer by Bin Meng · Fri Oct 13 01:30:05 2017 -0700
  62. 1de482e x86: fsp: Consolidate Azalia header file by Bin Meng · Fri Oct 13 01:30:04 2017 -0700
  63. 6c969ae x86: Turn off running VGA ROM during S3 resume by Bin Meng · Thu Oct 12 05:07:58 2017 -0700
  64. b11494c x86: baytrail: Fix unstable ACPI S3 resume by Bin Meng · Thu Oct 12 05:07:57 2017 -0700
  65. 286e77f x86: tangier: Enable ACPI support for Intel Tangier by Andy Shevchenko · Tue Oct 03 14:55:07 2017 +0300
  66. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  67. 53eaabe x86: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:08 2017 -0700
  68. 1e4251b x86: ivybridge: remove unused variables by Heinrich Schuchardt · Tue Sep 12 03:40:31 2017 +0200
  69. 471919d dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · Tue Sep 05 19:49:46 2017 -0600
  70. 4ba7570 x86: Support Intel Cherry Hill board by Bin Meng · Tue Aug 15 22:42:02 2017 -0700
  71. 991387f x86: braswell: Disable PUNIT power configuration for B0 stepping by Bin Meng · Tue Aug 15 22:42:01 2017 -0700
  72. fde66f4 x86: braswell: Add FSP configuration by Bin Meng · Tue Aug 15 22:42:00 2017 -0700
  73. f3217dd x86: braswell: Add microcode for B0/C0/D0 stepping SoC by Bin Meng · Tue Aug 15 22:41:59 2017 -0700
  74. 68a070b x86: Add Intel Braswell SoC support by Bin Meng · Tue Aug 15 22:41:58 2017 -0700
  75. c23720c x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · Tue Aug 15 22:41:57 2017 -0700
  76. 1b35bc5 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · Tue Aug 15 22:41:56 2017 -0700
  77. a3dd11a x86: dts: Include Intel Video BIOS Table in the ROM image by Bin Meng · Tue Aug 15 22:41:55 2017 -0700
  78. 61dc3e2 x86: Add Video BIOS Table (VBT) related Kconfig options by Bin Meng · Tue Aug 15 22:41:53 2017 -0700
  79. 3c8b48a x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · Tue Aug 15 22:41:52 2017 -0700
  80. f3c0632 x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · Tue Aug 15 22:41:51 2017 -0700
  81. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · Sat Aug 26 00:50:17 2017 +0900
  82. 62e16c5 x86: baytrail: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · Mon Aug 28 22:09:11 2017 -0700
  83. 05c074e x86: tangier: kconfig: Guard tangier-specific options by Bin Meng · Sun Aug 20 04:33:46 2017 -0700
  84. f647599 x86: baytrail: Fix turbo enable by Bin Meng · Thu Aug 17 01:10:43 2017 -0700
  85. 842c31e x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig by Bin Meng · Thu Aug 17 01:10:42 2017 -0700
  86. b032e3f x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · Tue Aug 15 22:38:31 2017 -0700
  87. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  88. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · Thu Aug 03 12:21:59 2017 -0600
  89. e218c8d x86: acpi: Fix build error with certain configuration by Bin Meng · Tue Aug 08 04:35:07 2017 -0700
  90. 1f380a7 x86: Remove dead ISA related codes by Bin Meng · Thu Aug 03 22:52:44 2017 -0700
  91. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Aug 01 15:38:32 2017 -0400
  92. 73f5bc1 x86: Switch all boards to use DM SCSI by Bin Meng · Sun Jul 30 19:24:02 2017 -0700
  93. 828b725 x86: Convert MMC to driver model by Simon Glass · Sun Jul 30 19:24:01 2017 -0700
  94. ccf6641 x86: ivybridge: remove unused uma_memory_size by xypron.glpk@gmx.de · Sun Jul 30 21:17:26 2017 +0200
  95. ce9d1b0 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · Sun Jul 30 06:23:28 2017 -0700
  96. 5b5d173 x86: kconfig: Move USB to platform Kconfig by Bin Meng · Sun Jul 30 06:23:27 2017 -0700
  97. b1f7873 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · Sun Jul 30 06:23:24 2017 -0700
  98. ac43201 x86: quark: kconfig: Imply platform specific drivers by Bin Meng · Sun Jul 30 06:23:23 2017 -0700
  99. a8e3dda x86: tangier: kconfig: Imply platform specific drivers by Bin Meng · Sun Jul 30 06:23:22 2017 -0700
  100. 2f2c891 x86: queensbay: kconfig: Imply platform specific drivers by Bin Meng · Sun Jul 30 06:23:21 2017 -0700