
23 May
2016
23 May
'16
8:24 a.m.
On Mon, May 23, 2016 at 10:37 AM, Miao Yan yanmiaobest@gmail.com 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 yanmiaobest@gmail.com Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- none
arch/x86/cpu/qemu/acpi_table.c | 209 ----------------------------------------- drivers/misc/qfw.c | 206 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 206 insertions(+), 209 deletions(-)
applied to u-boot-x86, thanks!