summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: Change build log for ASL filesBin Meng2016-05-231-1/+1
* x86: dts: Update to include ACTL register detailsBin Meng2016-05-236-0/+7
* x86: irq: Enable SCI on IRQ9Bin Meng2016-05-233-0/+31
* x86: irq: Reserve IRQ9 for ACPI in PIC modeBin Meng2016-05-231-0/+5
* x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng2016-05-231-4/+4
* x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng2016-05-231-0/+1
* x86: Drop asm/acpi.hBin Meng2016-05-234-27/+0
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-17136-2749/+5419
|\
| * dm: mmc: test: Add tests for MMCSimon Glass2016-05-172-3/+20
| * dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass2016-05-173-2/+6
| * dm: mmc: sandbox: Add an SD-card emulationSimon Glass2016-05-172-2/+143
| * dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-175-30/+58
| * dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-172-0/+70
| * dm: mmc: Implement the MMC functions for block devicesSimon Glass2016-05-172-1/+109
| * dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass2016-05-172-1/+7
| * dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass2016-05-171-8/+4
| * dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-171-3/+3
| * dm: mmc: Move the device list into a separate fileSimon Glass2016-05-176-121/+176
OpenPOWER on IntegriCloud