1. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  2. 008454f x86: quark: Fix unused warnings by Tom Rini · 7 years ago
  3. e102925 x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  4. 66d3e63 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  5. 8b7adf8 x86: zImage: Move subarch assignment out of cmd_line check by Andy Shevchenko · 7 years ago
  6. 4b05bac x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
  7. 6b07d36 x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · 7 years ago
  8. 565b4ca x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · 7 years ago
  9. 7ec9243 x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · 7 years ago
  10. 4a4ee45 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · 7 years ago
  11. 4257457 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · 7 years ago
  12. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  13. dfafe7a x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones by Stefan Roese · 7 years ago
  14. 93340c8 Revert "x86: bootm: Fix FIT image booting on x86" by Anatolij Gustschin · 7 years ago
  15. 5e5fe80 x86: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
  16. c1f72e7 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · 7 years ago
  17. 87247af pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  18. 9f4f313 x86: acpi: Put sleepstates.asl to the common place by Bin Meng · 7 years ago
  19. 22fc2b6 x86: fsp: graphics: Add some notes about the graphics info hob by Bin Meng · 7 years ago
  20. 93ea4ca x86: braswell: cherryhill: Update dts for SPI lock down by Bin Meng · 7 years ago
  21. 5863e95 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · 7 years ago
  22. 21340ed x86: Fix ACPI resume dependency to MRC cache by Bin Meng · 7 years ago
  23. 66c9586 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · 7 years ago
  24. 2bc8ecd x86: braswell: Fix unexpected crash during Linux kernel boot by Bin Meng · 7 years ago
  25. 07e245c x86: baytrail: fsp: Move Azalia update codes to board by Bin Meng · 7 years ago
  26. e6d48c6 x86: baytrail: fsp: Use a function to update the Azalia config pointer by Bin Meng · 7 years ago
  27. 1de482e x86: fsp: Consolidate Azalia header file by Bin Meng · 7 years ago
  28. 6c969ae x86: Turn off running VGA ROM during S3 resume by Bin Meng · 7 years ago
  29. b11494c x86: baytrail: Fix unstable ACPI S3 resume by Bin Meng · 7 years ago
  30. 286e77f x86: tangier: Enable ACPI support for Intel Tangier by Andy Shevchenko · 7 years ago
  31. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  32. 53eaabe x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  33. 1e4251b x86: ivybridge: remove unused variables by Heinrich Schuchardt · 7 years ago
  34. 471919d dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  35. 4ba7570 x86: Support Intel Cherry Hill board by Bin Meng · 7 years ago
  36. 991387f x86: braswell: Disable PUNIT power configuration for B0 stepping by Bin Meng · 7 years ago
  37. fde66f4 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  38. f3217dd x86: braswell: Add microcode for B0/C0/D0 stepping SoC by Bin Meng · 7 years ago
  39. 68a070b x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  40. c23720c x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  41. 1b35bc5 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · 7 years ago
  42. a3dd11a x86: dts: Include Intel Video BIOS Table in the ROM image by Bin Meng · 7 years ago
  43. 61dc3e2 x86: Add Video BIOS Table (VBT) related Kconfig options by Bin Meng · 7 years ago
  44. 3c8b48a x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  45. f3c0632 x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  46. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  47. 62e16c5 x86: baytrail: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · 7 years ago
  48. 05c074e x86: tangier: kconfig: Guard tangier-specific options by Bin Meng · 7 years ago
  49. f647599 x86: baytrail: Fix turbo enable by Bin Meng · 7 years ago
  50. 842c31e x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig by Bin Meng · 7 years ago
  51. b032e3f x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · 7 years ago
  52. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  53. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  54. e218c8d x86: acpi: Fix build error with certain configuration by Bin Meng · 7 years ago
  55. 1f380a7 x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  56. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  57. 73f5bc1 x86: Switch all boards to use DM SCSI by Bin Meng · 7 years ago
  58. 828b725 x86: Convert MMC to driver model by Simon Glass · 7 years ago
  59. ccf6641 x86: ivybridge: remove unused uma_memory_size by xypron.glpk@gmx.de · 7 years ago
  60. ce9d1b0 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · 7 years ago
  61. 5b5d173 x86: kconfig: Move USB to platform Kconfig by Bin Meng · 7 years ago
  62. b1f7873 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  63. ac43201 x86: quark: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  64. a8e3dda x86: tangier: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  65. 2f2c891 x86: queensbay: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  66. 860520c x86: coreboot: kconfig: Imply drivers that are useful by Bin Meng · 7 years ago
  67. 0120fef x86: broadwell: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  68. 31dd76c x86: ivybridge: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  69. 2c00e03 x86: baytrail: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  70. 1949a9a x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig by Bin Meng · 7 years ago
  71. 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  72. b0d42d7 x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig by Bin Meng · 7 years ago
  73. 842a8de x86: kconfig: Let board select BOARD_EARLY_INIT_F by Bin Meng · 7 years ago
  74. d3935ff x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig by Bin Meng · 7 years ago
  75. a364e62 x86: Make table address selectable by Andy Shevchenko · 7 years ago
  76. 3d2a787 x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot by Bin Meng · 7 years ago
  77. 20358f6 x86: Use default stack boundary alignment by Bin Meng · 7 years ago
  78. 89e7d97 ahci: Support non-PCI controllers by Simon Glass · 7 years ago
  79. 683b696 x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
  80. c1ae980 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  81. 13a5d87 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
  82. fe38643 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · 7 years ago
  83. 87e9537 x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
  84. 0ac1115 x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts by Stefan Roese · 7 years ago
  85. 0700bba x86: dfi-bt700: Add xHCI USB support by Stefan Roese · 7 years ago
  86. d31315d x86: Add Intel Edison board files by Andy Shevchenko · 7 years ago
  87. e564d59 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
  88. f2b047f x86: Add dma-mapping.h to architectural code by Andy Shevchenko · 7 years ago
  89. bfe1c71 x86: minnowmax: Enable USB xHCI support by Bin Meng · 7 years ago
  90. 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · 7 years ago
  91. fe54fda x86: Move link to use driver model for SCSI by Simon Glass · 7 years ago
  92. 367b3ac Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  93. 162b09c x86: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
  94. ae56b13 x86: Make u-boot-x86.h a private header by Simon Glass · 8 years ago
  95. c9fe7df x86: fsp: Remove the call to set up internal uart in fsp_init() by Bin Meng · 8 years ago
  96. 273d0ec x86: baytrail: Fix boot hang with a debug build by Bin Meng · 8 years ago
  97. e5bf969 x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer by Bin Meng · 8 years ago
  98. 497c516 x86: baytrail: Use macros instead of magic numbers for FSP settings by Bin Meng · 8 years ago
  99. fae4125 x86: baytrail: Remove "serial-debug-port-*" settings by Bin Meng · 8 years ago
  100. fa5905e x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1 by Bin Meng · 8 years ago