From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Tue, 10 Mar 2020 13:33:25 +0100 Subject: Antwort: [PATCH v2 19/39] acpi: Move acpi_fill_header() to generic code In-Reply-To: <20200308214442.v2.19.Iadbc6a54ae1387847aabfdb8e2c10e040fb1bf77@changeid> References: <20200308214442.v2.19.Iadbc6a54ae1387847aabfdb8e2c10e040fb1bf77@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 function needs to be used by sandbox for tests. Move it into the > generic directory. Nit: Move it into the generic directory and add a test for it. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/lib/acpi_table.c | 9 --------- > include/acpi_table.h | 10 ++++++++++ > lib/acpi/acpi_table.c | 10 ++++++++++ > test/dm/acpi.c | 28 ++++++++++++++++++++++++++++ > 4 files changed, 48 insertions(+), 9 deletions(-) > Reviewed-by: Wolfgang Wallner regards, Wolfgang