summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-07-12-13/+474
|\
| * x86: link: Correct a failure in DRAM initSimon Glass2016-07-12-0/+5
| * x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister2016-07-12-1/+295
| * x86: baytrail: acpi: Hide internal UART per GNVS settingBin Meng2016-07-12-11/+8
| * x86: acpi: Pack global NVS into ACPI tableBin Meng2016-07-12-0/+32
| * x86: quark: Introduce ACPI global NVSBin Meng2016-07-12-0/+41
| * x86: baytrail: Introduce ACPI global NVSBin Meng2016-07-12-0/+81
| * x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng2016-07-12-1/+1
| * x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng2016-07-12-0/+11
* | x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-11-6/+0
|/
* x86: coreboot: Remove the dummy pch driverBin Meng2016-06-29-27/+0
* x86: Probe pinctrl driver in cpu_init_r()Bin Meng2016-06-12-0/+5
* x86: baytrail: Configure card detect pin of the SD controllerBin Meng2016-06-12-0/+45
* x86: baytrail: Change fsp, emmc-boot-mode to "auto"Bin Meng2016-06-12-3/+3
* x86: baytrail: Add 'reg' property in the pinctrl nodeBin Meng2016-06-12-0/+7
* x86: acpi: Fix madt lapic generationGeorge McCollister2016-06-12-6/+6
* x86: baytrail: acpi: Fix I/O APIC ID in the MADT tableBin Meng2016-05-30-1/+1
* x86: quark: Generate ACPI FADT/MADT tablesBin Meng2016-05-30-0/+164
* x86: quark: Add platform ASL filesBin Meng2016-05-30-0/+433
* x86: quark: Prepare device.h for inclusion by ASLBin Meng2016-05-30-6/+15
* x86: acpi: Make irqroute.asl commonBin Meng2016-05-30-2/+2
* x86: acpi: Create a common irqlinks ASL fileBin Meng2016-05-30-21/+35
* x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tablesBin Meng2016-05-23-5/+5
* x86: kconfig: Add two options for SMBIOS manufacturer and product nameBin Meng2016-05-23-0/+16
* x86: broadwell: Correct I/O APIC IDBin Meng2016-05-23-1/+2
* x86: quark: Assign a unique I/O APIC IDBin Meng2016-05-23-0/+4
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-23-7/+5
* x86: Remove SMP limitation in lapic_setup()Bin Meng2016-05-23-6/+1
* x86: Don't touch IA32_APIC_BASE MSR on Intel QuarkBin Meng2016-05-23-12/+16
* x86: galileo: Enable CPU driverBin Meng2016-05-23-0/+12
* x86: Use latest microcode for all BayTrail boardsBin Meng2016-05-23-6574/+6
* x86: baytrail: Update to latest microcodeBin Meng2016-05-23-0/+6568
* x86: Add some notes for MRC cache with Intel FSPBin Meng2016-05-23-0/+7
* x86: baytrail: Add GPIO ASL descriptionBin Meng2016-05-23-0/+98
* x86: baytrail: Add internal UART ASL descriptionBin Meng2016-05-23-0/+64
* x86: acpi: Remove header length check when writing tablesBin Meng2016-05-23-16/+10
* x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng2016-05-23-6/+0
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-23-0/+29
* x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng2016-05-23-3/+1
* x86: Reserve configuration tables in high memoryBin Meng2016-05-23-3/+8
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-23-27/+12
* x86: Prepare configuration tables in dedicated high memory regionBin Meng2016-05-23-0/+68
* x86: Compile coreboot_table.c only for SeaBIOSBin Meng2016-05-23-1/+1
* x86: Fix up PIRQ routing table checksum earlierBin Meng2016-05-23-4/+4
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-23-18/+21
* x86: qemu: rename qemu/acpi_table.cMiao Yan2016-05-23-2/+1
* cmd: qfw: bring ACPI generation code into qfw coreMiao Yan2016-05-23-209/+0
* cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-23-4/+4
* x86: qemu: add comment about qfw register endiannessMiao Yan2016-05-23-1/+8
* x86: qemu: move x86 specific operations out of qfw coreMiao Yan2016-05-23-1/+38