On Mon, Jan 27, 2020 at 1:08 PM Simon Glass <s...@chromium.org> wrote: > > Add a sandbox test for the basic ACPI functionality we have so far. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/sandbox/dts/test.dts | 4 +++ > include/dm/uclass-id.h | 1 + > test/dm/Makefile | 1 + > test/dm/acpi.c | 55 +++++++++++++++++++++++++++++++++++++++ > 4 files changed, 61 insertions(+) > create mode 100644 test/dm/acpi.c >
Reviewed-by: Bin Meng <bmeng...@gmail.com>