
On Thu, Apr 9, 2020 at 6:58 AM 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 Reviewed-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
Changes in v5:
- Capitalise ACPI_OPS_PTR since it includes a comma
Changes in v4: None Changes in v3: None 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(+) create mode 100644 arch/sandbox/include/asm/acpi_table.h create mode 100644 test/dm/acpi.c
applied to u-boot-x86, thanks!