[U-Boot] [PATCH 11/12] cmd: qfw: bring ACPI generation code into qfw core
Bin Meng
bmeng.cn at gmail.com
Fri May 13 16:01:06 CEST 2016
On Fri, May 13, 2016 at 2:29 PM, Miao Yan <yanmiaobest at gmail.com> wrote:
> Loading ACPI table from QEMU's fw_cfg interface is not x86 specific
> (ARM64 may also make user of it). So move the code common place.
typo: use
>
> Signed-off-by: Miao Yan <yanmiaobest at gmail.com>
> ---
> arch/x86/cpu/qemu/acpi_table.c | 211 -----------------------------------------
> drivers/misc/qfw.c | 206 ++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 206 insertions(+), 211 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list