Re: [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()

2018-01-14 Thread Bin Meng
On Fri, Jan 12, 2018 at 4:31 PM, Bin Meng wrote: > On Thu, Jan 11, 2018 at 1:33 AM, Andy Shevchenko > wrote: >> The commit >> >> eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core") >> >> moves ACPI related code to another file and missed an update of >> references in acpi_table.

Re: [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()

2018-01-12 Thread Bin Meng
On Thu, Jan 11, 2018 at 1:33 AM, Andy Shevchenko wrote: > The commit > > eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core") > > moves ACPI related code to another file and missed an update of > references in acpi_table.c. > > Do it now. > > Fixes: eece493a7ac1 ("cmd: qfw: bring

[U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()

2018-01-10 Thread Andy Shevchenko
The commit eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core") moves ACPI related code to another file and missed an update of references in acpi_table.c. Do it now. Fixes: eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core") Cc: Miao Yan Signed-off-by: Andy Sh