summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-01-30x86: quark: Fix unused warningsTom Rini1-9/+4
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng4-14/+17
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko4-0/+22
2018-01-30x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko1-4/+5
2018-01-30x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko1-2/+1
2018-01-30x86: tangier: Make _CRS for BTH0 Serialized to avoid warningAndy Shevchenko1-1/+1
2018-01-08x86: tangier: Add Bluetooth to ACPI tableAndy Shevchenko1-0/+51
2018-01-08x86: tangier: Use actual GPIO hardware numbersAndy Shevchenko1-5/+5
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini4-293/+0
2017-12-21x86: tangier: Use official ACPI HID for FLIS IPAndy Shevchenko1-8/+1
2017-12-13ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen7-0/+7
2017-11-30x86: lib: Implement standalone __udivdi3 etc instead of libgcc onesStefan Roese4-39/+114
2017-11-30Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin1-1/+1
2017-11-30x86: don't compare pointers to 0Heinrich Schuchardt1-2/+2
2017-11-30x86: qemu: Move Cache-As-RAM memory from area mapped to ROMAnton Gerasimov1-1/+1
2017-11-17pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada1-0/+1
2017-10-27x86: acpi: Put sleepstates.asl to the common placeBin Meng4-12/+2
2017-10-27x86: fsp: graphics: Add some notes about the graphics info hobBin Meng1-0/+4
2017-10-27x86: braswell: cherryhill: Update dts for SPI lock downBin Meng2-4/+1
2017-10-27Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng2-33/+0
2017-10-27x86: Fix ACPI resume dependency to MRC cacheBin Meng1-0/+1
2017-10-27env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as defaultBin Meng1-1/+0
2017-10-27x86: braswell: Fix unexpected crash during Linux kernel bootBin Meng3-176/+5
2017-10-19x86: baytrail: fsp: Move Azalia update codes to boardBin Meng1-109/+2
2017-10-19x86: baytrail: fsp: Use a function to update the Azalia config pointerBin Meng2-3/+14
2017-10-19x86: fsp: Consolidate Azalia header fileBin Meng5-72/+46
2017-10-19x86: Turn off running VGA ROM during S3 resumeBin Meng1-1/+0
2017-10-19x86: baytrail: Fix unstable ACPI S3 resumeBin Meng1-0/+22
2017-10-07x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko6-0/+455
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2017-10-03x86: Use asm-generic/io.hPaul Burton1-29/+2
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt1-10/+0
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass1-0/+1
2017-09-16x86: Support Intel Cherry Hill boardBin Meng2-0/+216
2017-09-16x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng1-0/+6
2017-09-16x86: braswell: Add FSP configurationBin Meng5-1/+637
2017-09-16x86: braswell: Add microcode for B0/C0/D0 stepping SoCBin Meng3-0/+12924
2017-09-16x86: Add Intel Braswell SoC supportBin Meng8-0/+386
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng2-3/+30
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng3-0/+133
2017-09-16x86: dts: Include Intel Video BIOS Table in the ROM imageBin Meng1-0/+6
2017-09-16x86: Add Video BIOS Table (VBT) related Kconfig optionsBin Meng1-0/+34
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng3-0/+45
2017-09-16x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng2-1/+10
2017-09-13dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-6/+2
2017-09-02x86: baytrail: acpi: Add full reset bit to the reset register value in FADTBin Meng1-1/+1
2017-08-24x86: tangier: kconfig: Guard tangier-specific optionsBin Meng1-0/+4
2017-08-24x86: baytrail: Fix turbo enableBin Meng1-0/+1
2017-08-24x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to KconfigBin Meng2-1/+8
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng2-0/+33