summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-05-23x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tablesBin Meng
2016-05-23x86: kconfig: Add two options for SMBIOS manufacturer and product nameBin Meng
2016-05-23x86: broadwell: Correct I/O APIC IDBin Meng
2016-05-23x86: quark: Assign a unique I/O APIC IDBin Meng
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng
2016-05-23x86: Remove SMP limitation in lapic_setup()Bin Meng
2016-05-23x86: Don't touch IA32_APIC_BASE MSR on Intel QuarkBin Meng
2016-05-23x86: galileo: Enable CPU driverBin Meng
2016-05-23x86: Use latest microcode for all BayTrail boardsBin Meng
2016-05-23x86: baytrail: Update to latest microcodeBin Meng
2016-05-23x86: Add some notes for MRC cache with Intel FSPBin Meng
2016-05-23x86: baytrail: Add GPIO ASL descriptionBin Meng
2016-05-23x86: baytrail: Add internal UART ASL descriptionBin Meng
2016-05-23x86: acpi: Remove header length check when writing tablesBin Meng
2016-05-23x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng
2016-05-23x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng
2016-05-23x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng
2016-05-23x86: Reserve configuration tables in high memoryBin Meng
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng
2016-05-23x86: Prepare configuration tables in dedicated high memory regionBin Meng
2016-05-23x86: Compile coreboot_table.c only for SeaBIOSBin Meng
2016-05-23x86: Fix up PIRQ routing table checksum earlierBin Meng
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng
2016-05-23x86: qemu: rename qemu/acpi_table.cMiao Yan
2016-05-23cmd: qfw: bring ACPI generation code into qfw coreMiao Yan
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan
2016-05-23x86: qemu: add comment about qfw register endiannessMiao Yan
2016-05-23x86: qemu: move x86 specific operations out of qfw coreMiao Yan
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan
2016-05-23cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan
2016-05-23x86: qemu: fix ACPI Kconfig optionsMiao Yan
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini
2016-05-23x86: baytrail: Generate ACPI FADT/MADT tablesBin Meng
2016-05-23x86: baytrail: Add platform ASL filesBin Meng
2016-05-23x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng
2016-05-23x86: acpi: Add some generic ASL librariesBin Meng
2016-05-23x86: acpi: Clean up table header revisionsBin Meng
2016-05-23x86: acpi: Align FACS table to a 64 byte boundaryBin Meng
2016-05-23x86: acpi: Use u32 in table write routinesBin Meng
2016-05-23x86: acpi: Adjust order in acpi_table.cBin Meng
2016-05-23x86: acpi: Change fill_header()Bin Meng
2016-05-23x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng
2016-05-23x86: acpi: Reorder code in acpi_table.hBin Meng
2016-05-23x86: acpi: Various changes to acpi_table.hBin Meng
2016-05-23x86: acpi: Remove unused codesBin Meng
2016-05-23x86: dts: Update to include ACTL register detailsBin Meng
2016-05-23x86: irq: Enable SCI on IRQ9Bin Meng
2016-05-23x86: irq: Reserve IRQ9 for ACPI in PIC modeBin Meng
2016-05-23x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng
2016-05-23x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng