1. 32151d4 x86: Add generic EFI payload support by Bin Meng · 6 years ago
  2. 3773c6a x86: efi: payload: Add arch_cpu_init() by Bin Meng · 6 years ago
  3. 4f1dacd x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · 6 years ago
  4. 9f0b011 x86: use EFI calling convention for efi_main on x86_64 by Ivan Gorinov · 6 years ago
  5. e3ec0d0 x86: cherryhill: Fix DTC warning by Bin Meng · 6 years ago
  6. bee053e x86: cougarcanyon2: Add missing chipset interrupt information by Bin Meng · 6 years ago
  7. 51050ff x86: irq: Support discrete PIRQ routing registers via device tree by Bin Meng · 6 years ago
  8. dcec5d5 x86: irq: Parse number of PIRQ links from device tree by Bin Meng · 6 years ago
  9. 16dde89 x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes by Bin Meng · 6 years ago
  10. fcfc8a8 x86: Conditionally build the pinctrl_ich6 driver by Bin Meng · 6 years ago
  11. 594d089 x86: irq: Change LINK_V2N and LINK_N2V to inline functions by Bin Meng · 6 years ago
  12. bc728b1 x86: irq: Remove chipset specific irq router drivers by Bin Meng · 6 years ago
  13. 0a6fb5b x86: cougarcanyon2: Enable CPU driver and SMP support by Bin Meng · 6 years ago
  14. 8407f5f x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes by Bin Meng · 6 years ago
  15. a8542ad x86: ivybridge: Drop CONFIG_USBDEBUG by Bin Meng · 6 years ago
  16. 7d0bc17 x86: ivybridge: Enable 206ax cpu driver for FSP build by Bin Meng · 6 years ago
  17. 80abc81 x86: cougarcanyon2: Update dts for SPI lock down by Bin Meng · 6 years ago
  18. b173b4e x86: ivybridge: Imply USB_XHCI_HCD by Bin Meng · 6 years ago
  19. 341dda3 x86: baytrail: Correct the comment of IACORE_VIDS bit ranges by Bin Meng · 6 years ago
  20. 329da48 Define board_quiesce_devices() in a shared location by Simon Glass · 6 years ago
  21. f2560e2 efi_loader: build CRT0 and RELOC on x86_64 by Heinrich Schuchardt · 6 years ago
  22. 508d856 efi_selftest: allow building relocation code on x86_64 by Heinrich Schuchardt · 6 years ago
  23. 30fe8b0 x86: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 6 years ago
  24. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  25. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  26. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  27. ca5eb0c bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODE by Bin Meng · 7 years ago
  28. 4551992 x86: Rename e820entry to e820_entry by Bin Meng · 7 years ago
  29. 87af71c x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · 7 years ago
  30. 014d7b1 x86: Update the io.h file to use {out|in}_{be|le}X macros by Lukasz Majewski · 7 years ago
  31. 53cabe3 x86: Add 64-bit memory-mapped I/O functions by Ivan Gorinov · 7 years ago
  32. f4cf153 efi_loader: correctly set the machine type in the PE header by Heinrich Schuchardt · 7 years ago
  33. 5d73292 x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · 7 years ago
  34. b8aa55c common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago WIP-16Mar2018
  35. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  36. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  37. d0c0752 x86: quark: Fix unused warnings by Tom Rini · 7 years ago
  38. 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  39. 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  40. 378960d x86: zImage: Move subarch assignment out of cmd_line check by Andy Shevchenko · 7 years ago
  41. 7b36dbd x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
  42. 3ffb33d x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · 7 years ago
  43. 5d8c4eb x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · 7 years ago
  44. d08953e x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · 7 years ago
  45. 8e18f34 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · 7 years ago
  46. 1602d21 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · 7 years ago
  47. 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  48. aa7839b x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones by Stefan Roese · 7 years ago
  49. 2547524 Revert "x86: bootm: Fix FIT image booting on x86" by Anatolij Gustschin · 7 years ago
  50. 39670c3 x86: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
  51. 80f3425 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · 7 years ago
  52. d6a0c78 pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  53. 411898d x86: acpi: Put sleepstates.asl to the common place by Bin Meng · 7 years ago
  54. dc80d3b x86: fsp: graphics: Add some notes about the graphics info hob by Bin Meng · 7 years ago
  55. 4c9f4c5 x86: braswell: cherryhill: Update dts for SPI lock down by Bin Meng · 7 years ago
  56. fb2c530 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · 7 years ago
  57. aa9c595 x86: Fix ACPI resume dependency to MRC cache by Bin Meng · 7 years ago
  58. 3a85647 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · 7 years ago
  59. 4a5a7fc x86: braswell: Fix unexpected crash during Linux kernel boot by Bin Meng · 7 years ago
  60. 83262f9 x86: baytrail: fsp: Move Azalia update codes to board by Bin Meng · 7 years ago
  61. f685955 x86: baytrail: fsp: Use a function to update the Azalia config pointer by Bin Meng · 7 years ago
  62. abddcd5 x86: fsp: Consolidate Azalia header file by Bin Meng · 7 years ago
  63. 3322a8e x86: Turn off running VGA ROM during S3 resume by Bin Meng · 7 years ago
  64. febdfaa x86: baytrail: Fix unstable ACPI S3 resume by Bin Meng · 7 years ago
  65. 39665be x86: tangier: Enable ACPI support for Intel Tangier by Andy Shevchenko · 7 years ago
  66. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  67. 6f01316 x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  68. 8a1c442 x86: ivybridge: remove unused variables by Heinrich Schuchardt · 7 years ago
  69. 2ff50f5 dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  70. eb45787 x86: Support Intel Cherry Hill board by Bin Meng · 7 years ago
  71. 507f102 x86: braswell: Disable PUNIT power configuration for B0 stepping by Bin Meng · 7 years ago
  72. fffad92 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  73. e61a268 x86: braswell: Add microcode for B0/C0/D0 stepping SoC by Bin Meng · 7 years ago
  74. de9ac9a x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  75. b3fd212 x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  76. 5df91f1 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · 7 years ago
  77. 6c22379 x86: dts: Include Intel Video BIOS Table in the ROM image by Bin Meng · 7 years ago
  78. ae3ca12 x86: Add Video BIOS Table (VBT) related Kconfig options by Bin Meng · 7 years ago
  79. 4ff333b x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  80. bb737ce x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  81. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  82. 3fe6e6e x86: baytrail: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · 7 years ago
  83. 438505f x86: tangier: kconfig: Guard tangier-specific options by Bin Meng · 7 years ago
  84. 81c727d x86: baytrail: Fix turbo enable by Bin Meng · 7 years ago
  85. 2ddb1a1 x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig by Bin Meng · 7 years ago
  86. 1e6ebee x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · 7 years ago
  87. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  88. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  89. 323a6d6 x86: acpi: Fix build error with certain configuration by Bin Meng · 7 years ago
  90. 091e51d x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  91. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  92. 24357df x86: Switch all boards to use DM SCSI by Bin Meng · 7 years ago
  93. b7c6bae x86: Convert MMC to driver model by Simon Glass · 7 years ago
  94. 6461f45 x86: ivybridge: remove unused uma_memory_size by xypron.glpk@gmx.de · 7 years ago
  95. 7243689 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · 7 years ago
  96. b9342b2 x86: kconfig: Move USB to platform Kconfig by Bin Meng · 7 years ago
  97. 97e12b0 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  98. b0e3adf x86: quark: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  99. 71305b4 x86: tangier: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  100. a65ae28 x86: queensbay: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago