summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-05-23-7530/+9859
|\
| * x86: galileo: Override SMBIOS product nameBin Meng2016-05-23-0/+11
| * 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: galileo: Enable MP table generationBin Meng2016-05-23-0/+1
| * 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/+14
| * 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: crownbay: Disable boot stage supportBin Meng2016-05-23-3/+0
| * acpi: Clean IASL generated intermediate filesBin Meng2016-05-23-0/+1
| * x86: doc: Add porting hints for ACPI with WindowsBin Meng2016-05-23-0/+6
| * x86: baytrail: Add GPIO ASL descriptionBin Meng2016-05-23-0/+98
| * x86: baytrail: Add internal UART ASL descriptionBin Meng2016-05-23-0/+64
| * acpi: Quieten IASL output when 'make -s' is usedBin Meng2016-05-23-1/+1
| * x86: doc: Mention Ubuntu/Windows installation and boot supportBin Meng2016-05-23-4/+8
| * x86: baytrail: Enable SeaBIOS on all boardsBin Meng2016-05-23-0/+3
| * x86: doc: Update information about IGD with SeaBIOSBin Meng2016-05-23-0/+24
| * 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: minnowmax: Adjust U-Boot environment address in SPI flashBin Meng2016-05-23-2/+2
| * config: sandbox: enable qfw and cmd_qfw for testingMiao Yan2016-05-23-0/+1
| * 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/+206
| * cmd: qfw: do not depend on x86Miao Yan2016-05-23-1/+0
| * cmd: qfw: do not require default macros when building qfw commandMiao Yan2016-05-23-0/+13
| * cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-23-11/+11
| * 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-24/+60
| * x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-23-177/+200
| * cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan2016-05-23-17/+23
| * cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan2016-05-23-15/+11
| * cmd: qfw: add API to iterate firmware listMiao Yan2016-05-23-3/+31
| * x86: qemu: fix ACPI Kconfig optionsMiao Yan2016-05-23-11/+3
| * x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-23-241/+272
| * x86: doc: Document ACPI supportBin Meng2016-05-23-1/+43
| * x86: doc: Minor update for accuracyBin Meng2016-05-23-23/+18