[PATCH 04/40] arm: Allow supporting ACPI-table generation

Mark Kettenis mark.kettenis at xs4all.nl
Wed Dec 1 17:49:54 CET 2021


> From: Simon Glass <sjg at chromium.org>
> Date: Wed,  1 Dec 2021 09:02:38 -0700
> 
> Some ARM boards are using ACPI now. It seems that U-Boot should support
> this method. Add ARM to the list of archs which can generate ACPI tables.

Can you explain why you think U-Boot should care?

Because I think promoting ACPI as a viable firmware interface for the
type of boards supported by U-Boot would be a serious mistake...

> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>  arch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/Kconfig b/arch/Kconfig
> index 037ecff4b2f..7e4083f80b1 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -58,6 +58,7 @@ config ARM
>  	select ARCH_SUPPORTS_LTO
>  	select CREATE_ARCH_SYMLINK
>  	select HAVE_PRIVATE_LIBGCC if !ARM64
> +	select SUPPORT_ACPI
>  	select SUPPORT_OF_CONTROL
>  
>  config M68K
> -- 
> 2.34.0.rc2.393.gf8c9666880-goog
> 
> 


More information about the U-Boot mailing list