acpi: Add a simple sandbox test
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 22:57:34 +0000 (16:57 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 06:36:28 +0000 (14:36 +0800)
commitf50cc9528850ed546b44894cdc7ab4ceb4b30550
tree84c4156b4dbea5f6a6a7cb157fc62c945398f8df
parent29db946cbfbc6d492e4c5466ee2a3080897b60b3
acpi: Add a simple sandbox test

Add a sandbox test for the basic ACPI functionality we have so far.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/acpi_table.h [new file with mode: 0644]
include/dm/uclass-id.h
test/dm/Makefile
test/dm/acpi.c [new file with mode: 0644]