Re: [U-Boot] [PATCH v3 11/13] cmd: qfw: bring ACPI generation code into qfw core

2016-05-22 Thread Bin Meng
On Mon, May 23, 2016 at 10:37 AM, Miao Yan wrote: > Loading ACPI table from QEMU's fw_cfg interface is not x86 specific > (ARM64 may also make use of it). So move the code to common place. > > Signed-off-by: Miao Yan > Reviewed-by: Bin Meng > --- > Changes in v3: > - none > > arch/x86/cpu/qemu

[U-Boot] [PATCH v3 11/13] cmd: qfw: bring ACPI generation code into qfw core

2016-05-22 Thread Miao Yan
Loading ACPI table from QEMU's fw_cfg interface is not x86 specific (ARM64 may also make use of it). So move the code to common place. Signed-off-by: Miao Yan Reviewed-by: Bin Meng --- Changes in v3: - none arch/x86/cpu/qemu/acpi_table.c | 209 - driver