From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Tue, 10 Mar 2020 13:53:17 +0100 Subject: Antwort: [PATCH v2 14/39] acpi: Add a simple sandbox test In-Reply-To: <20200308214442.v2.14.Ife90d6e6cfa90e642e73328168a00804b1dc6fd4@changeid> References: <20200308214442.v2.14.Ife90d6e6cfa90e642e73328168a00804b1dc6fd4@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: ----- > > Add a sandbox test for the basic ACPI functionality we have so far. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Add in the acpi_table.h header file to this patch > > arch/sandbox/dts/test.dts | 4 ++ > arch/sandbox/include/asm/acpi_table.h | 9 +++++ > include/dm/uclass-id.h | 1 + > test/dm/Makefile | 1 + > test/dm/acpi.c | 55 +++++++++++++++++++++++++++ > 5 files changed, 70 insertions(+) Reviewed-by: Wolfgang Wallner