[PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header

Rick Chen rickchen36 at gmail.com
Wed Jul 26 08:46:13 CEST 2023


> From: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> Sent: Wednesday, July 26, 2023 2:05 PM
> To: Rick Jian-Zhi Chen(陳建志) <rick at andestech.com>
> Cc: Leo Yu-Chi Liang(梁育齊) <ycliang at andestech.com>; u-boot at lists.denx.de; Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> Subject: [PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header
>
> The pci_mmc.c driver can generate ACPI info and therefore includes asm/acpi_table.h. This file does not exist for the RISC-V architecture and thus code compilation fails when using this driver on RISC-V
>
> Create an empty include file.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
>         Add include skeleton.
> ---
>  arch/riscv/include/asm/acpi_table.h | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Reviewed-by: Rick Chen <rick at andestech.com>


More information about the U-Boot mailing list