
8 Feb
2020
8 Feb
'20
4:47 p.m.
On Mon, Jan 27, 2020 at 1:08 PM Simon Glass sjg@chromium.org wrote:
Add a sandbox test for the basic ACPI functionality we have so far.
Signed-off-by: Simon Glass sjg@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.cn@gmail.com