From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Tue, 10 Mar 2020 10:16:49 +0100 Subject: Antwort: [PATCH v2 15/39] x86: Move acpi_table header to main include/ directory In-Reply-To: <20200308214442.v2.15.If8795289f9cb41804659b2b37b17185f588b3175@changeid> References: <20200308214442.v2.15.If8795289f9cb41804659b2b37b17185f588b3175@changeid>, <20200309034504.149659-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, -----"Simon Glass" schrieb: ----- > > This file is potentially useful to other architectures saddled with ACPI > so move it into a common location. Nit: "move most of its contents to a common location" (not the complete file is moved, some parts stay at the old location) > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/baytrail/acpi.c | 2 +- > arch/x86/cpu/cpu.c | 2 +- > arch/x86/cpu/quark/acpi.c | 2 +- > arch/x86/cpu/tangier/acpi.c | 2 +- > arch/x86/include/asm/acpi_table.h | 376 ---------------------------- > arch/x86/lib/acpi.c | 2 +- > arch/x86/lib/acpi_s3.c | 2 +- > arch/x86/lib/acpi_table.c | 2 +- > arch/x86/lib/tables.c | 2 +- > arch/x86/lib/zimage.c | 2 +- > include/acpi_table.h | 394 ++++++++++++++++++++++++++++++ > lib/efi_loader/efi_acpi.c | 2 +- > 12 files changed, 404 insertions(+), 386 deletions(-) Reviewed-by: Wolfgang Wallner