[PATCH v5 15/29] acpi: Add a simple sandbox test
Bin Meng
bmeng.cn at gmail.com
Thu Apr 16 07:53:52 CEST 2020
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass <sjg at chromium.org> wrote:
>
> Add a sandbox test for the basic ACPI functionality we have so far.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Wolfgang Wallner <wolfgang.wallner at 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!
More information about the U-Boot
mailing list