1. 87af71c x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · 7 years ago
  2. 014d7b1 x86: Update the io.h file to use {out|in}_{be|le}X macros by Lukasz Majewski · 7 years ago
  3. 53cabe3 x86: Add 64-bit memory-mapped I/O functions by Ivan Gorinov · 7 years ago
  4. f4cf153 efi_loader: correctly set the machine type in the PE header by Heinrich Schuchardt · 7 years ago
  5. 5d73292 x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · 7 years ago
  6. b8aa55c common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  7. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  8. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  9. d0c0752 x86: quark: Fix unused warnings by Tom Rini · 7 years ago
  10. 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  11. 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  12. 378960d x86: zImage: Move subarch assignment out of cmd_line check by Andy Shevchenko · 7 years ago
  13. 7b36dbd x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
  14. 3ffb33d x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · 7 years ago
  15. 5d8c4eb x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · 7 years ago
  16. d08953e x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · 7 years ago
  17. 8e18f34 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · 7 years ago
  18. 1602d21 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · 7 years ago
  19. 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  20. aa7839b x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones by Stefan Roese · 7 years ago
  21. 2547524 Revert "x86: bootm: Fix FIT image booting on x86" by Anatolij Gustschin · 7 years ago
  22. 39670c3 x86: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
  23. 80f3425 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · 7 years ago
  24. d6a0c78 pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  25. 411898d x86: acpi: Put sleepstates.asl to the common place by Bin Meng · 7 years ago
  26. dc80d3b x86: fsp: graphics: Add some notes about the graphics info hob by Bin Meng · 7 years ago
  27. 4c9f4c5 x86: braswell: cherryhill: Update dts for SPI lock down by Bin Meng · 7 years ago
  28. fb2c530 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · 7 years ago
  29. aa9c595 x86: Fix ACPI resume dependency to MRC cache by Bin Meng · 7 years ago
  30. 3a85647 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · 7 years ago
  31. 4a5a7fc x86: braswell: Fix unexpected crash during Linux kernel boot by Bin Meng · 7 years ago
  32. 83262f9 x86: baytrail: fsp: Move Azalia update codes to board by Bin Meng · 7 years ago
  33. f685955 x86: baytrail: fsp: Use a function to update the Azalia config pointer by Bin Meng · 7 years ago
  34. abddcd5 x86: fsp: Consolidate Azalia header file by Bin Meng · 7 years ago
  35. 3322a8e x86: Turn off running VGA ROM during S3 resume by Bin Meng · 7 years ago
  36. febdfaa x86: baytrail: Fix unstable ACPI S3 resume by Bin Meng · 7 years ago
  37. 39665be x86: tangier: Enable ACPI support for Intel Tangier by Andy Shevchenko · 7 years ago
  38. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  39. 6f01316 x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  40. 8a1c442 x86: ivybridge: remove unused variables by Heinrich Schuchardt · 7 years ago
  41. 2ff50f5 dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  42. eb45787 x86: Support Intel Cherry Hill board by Bin Meng · 7 years ago
  43. 507f102 x86: braswell: Disable PUNIT power configuration for B0 stepping by Bin Meng · 7 years ago
  44. fffad92 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  45. e61a268 x86: braswell: Add microcode for B0/C0/D0 stepping SoC by Bin Meng · 7 years ago
  46. de9ac9a x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  47. b3fd212 x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  48. 5df91f1 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · 7 years ago
  49. 6c22379 x86: dts: Include Intel Video BIOS Table in the ROM image by Bin Meng · 7 years ago
  50. ae3ca12 x86: Add Video BIOS Table (VBT) related Kconfig options by Bin Meng · 7 years ago
  51. 4ff333b x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  52. bb737ce x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  53. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  54. 3fe6e6e x86: baytrail: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · 7 years ago
  55. 438505f x86: tangier: kconfig: Guard tangier-specific options by Bin Meng · 7 years ago
  56. 81c727d x86: baytrail: Fix turbo enable by Bin Meng · 7 years ago
  57. 2ddb1a1 x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig by Bin Meng · 7 years ago
  58. 1e6ebee x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · 7 years ago
  59. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  60. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  61. 323a6d6 x86: acpi: Fix build error with certain configuration by Bin Meng · 7 years ago
  62. 091e51d x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  63. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  64. 24357df x86: Switch all boards to use DM SCSI by Bin Meng · 7 years ago
  65. b7c6bae x86: Convert MMC to driver model by Simon Glass · 7 years ago
  66. 6461f45 x86: ivybridge: remove unused uma_memory_size by xypron.glpk@gmx.de · 7 years ago
  67. 7243689 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · 7 years ago
  68. b9342b2 x86: kconfig: Move USB to platform Kconfig by Bin Meng · 7 years ago
  69. 97e12b0 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  70. b0e3adf x86: quark: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  71. 71305b4 x86: tangier: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  72. a65ae28 x86: queensbay: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  73. 08fb85b x86: coreboot: kconfig: Imply drivers that are useful by Bin Meng · 7 years ago
  74. 1b15ef9 x86: broadwell: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  75. a5b2129 x86: ivybridge: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  76. e88e1ef x86: baytrail: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  77. 67f99f9 x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig by Bin Meng · 7 years ago
  78. 5d89b37 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  79. 3612b1e x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig by Bin Meng · 7 years ago
  80. 30b1ecd x86: kconfig: Let board select BOARD_EARLY_INIT_F by Bin Meng · 7 years ago
  81. 1e452b4 x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig by Bin Meng · 7 years ago
  82. c3df28f x86: Make table address selectable by Andy Shevchenko · 7 years ago
  83. e719b6b x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot by Bin Meng · 7 years ago
  84. 9a95f51 x86: Use default stack boundary alignment by Bin Meng · 7 years ago
  85. 745a94f ahci: Support non-PCI controllers by Simon Glass · 7 years ago
  86. 382fabb x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
  87. ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  88. b156da9 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
  89. 2dcbef6 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · 7 years ago
  90. 684c4cd x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
  91. 66712c2 x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts by Stefan Roese · 7 years ago
  92. 1f4e257 x86: dfi-bt700: Add xHCI USB support by Stefan Roese · 7 years ago
  93. 495f377 x86: Add Intel Edison board files by Andy Shevchenko · 7 years ago
  94. e71de54 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
  95. b7026b0 x86: Add dma-mapping.h to architectural code by Andy Shevchenko · 7 years ago
  96. c962101 x86: minnowmax: Enable USB xHCI support by Bin Meng · 7 years ago
  97. 91c868f Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · 7 years ago
  98. 32e9ec1 x86: Move link to use driver model for SCSI by Simon Glass · 7 years ago
  99. da2364c Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  100. 3ff240c x86: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago