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