summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* acpi: Quieten IASL output when 'make -s' is usedBin Meng2016-05-231-1/+1
* x86: doc: Mention Ubuntu/Windows installation and boot supportBin Meng2016-05-231-4/+8
* x86: baytrail: Enable SeaBIOS on all boardsBin Meng2016-05-233-0/+3
* x86: doc: Update information about IGD with SeaBIOSBin Meng2016-05-231-0/+24
* x86: acpi: Remove header length check when writing tablesBin Meng2016-05-231-16/+10
* x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng2016-05-231-6/+0
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-232-0/+29
* x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng2016-05-231-3/+1
* x86: Reserve configuration tables in high memoryBin Meng2016-05-231-3/+8
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-235-27/+12
* x86: Prepare configuration tables in dedicated high memory regionBin Meng2016-05-234-0/+68
* x86: Compile coreboot_table.c only for SeaBIOSBin Meng2016-05-231-1/+1
* x86: Fix up PIRQ routing table checksum earlierBin Meng2016-05-232-4/+4
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-233-18/+21
* x86: minnowmax: Adjust U-Boot environment address in SPI flashBin Meng2016-05-232-2/+2
* config: sandbox: enable qfw and cmd_qfw for testingMiao Yan2016-05-231-0/+1
* x86: qemu: rename qemu/acpi_table.cMiao Yan2016-05-232-2/+1
* cmd: qfw: bring ACPI generation code into qfw coreMiao Yan2016-05-232-209/+206
* cmd: qfw: do not depend on x86Miao Yan2016-05-231-1/+0
* cmd: qfw: do not require default macros when building qfw commandMiao Yan2016-05-231-0/+13
* cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-2312-11/+11
* x86: qemu: add comment about qfw register endiannessMiao Yan2016-05-231-1/+8
* x86: qemu: move x86 specific operations out of qfw coreMiao Yan2016-05-233-24/+60
* x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-2310-177/+200
* cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan2016-05-232-17/+23
* cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan2016-05-233-15/+11
* cmd: qfw: add API to iterate firmware listMiao Yan2016-05-232-3/+31
* x86: qemu: fix ACPI Kconfig optionsMiao Yan2016-05-233-11/+3
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-2311-241/+272
* x86: doc: Document ACPI supportBin Meng2016-05-231-1/+43
* x86: doc: Minor update for accuracyBin Meng2016-05-231-23/+18
* x86: Remove acpi=off boot parameter when ACPI is onBin Meng2016-05-231-2/+7
* x86: baytrail: Add .gitignore for ACPI enabled boardsBin Meng2016-05-233-0/+9
* x86: baytrail: Enable ACPI table generation for all boardsBin Meng2016-05-2312-0/+83
* x86: baytrail: Generate ACPI FADT/MADT tablesBin Meng2016-05-232-0/+164
* x86: baytrail: Add platform ASL filesBin Meng2016-05-2313-0/+1348
* x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng2016-05-232-4/+6
* x86: acpi: Add some generic ASL librariesBin Meng2016-05-233-0/+331
* x86: acpi: Clean up table header revisionsBin Meng2016-05-232-18/+4
* x86: acpi: Align FACS table to a 64 byte boundaryBin Meng2016-05-231-1/+5
* x86: acpi: Use u32 in table write routinesBin Meng2016-05-232-9/+9
* x86: acpi: Adjust order in acpi_table.cBin Meng2016-05-232-124/+126
* x86: acpi: Change fill_header()Bin Meng2016-05-232-14/+9
* x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng2016-05-232-36/+0
* x86: acpi: Reorder code in acpi_table.hBin Meng2016-05-231-178/+169
* x86: acpi: Various changes to acpi_table.hBin Meng2016-05-232-68/+75
* x86: acpi: Remove unused codesBin Meng2016-05-231-68/+0
* acpi: Output all errors/warnings/remarks when compiling ASLBin Meng2016-05-231-1/+1
* acpi: Specify U-Boot include path for ASL filesBin Meng2016-05-231-1/+1
* acpi: Explicitly spell out dsdt.c in the make ruleBin Meng2016-05-231-1/+1
OpenPOWER on IntegriCloud