[PATCH 019/171] lib: Add a Kconfig for SPL_GENERATE_ACPI_TABLE

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Jan 30 15:50:23 CET 2023


On 1/30/23 15:40, Simon Glass wrote:
> This is implicitly used in the source and seems useful, so add it.

Please, provide a clear description how this will be used.

Do you think of LinuxBoot started from SPL?

Best regards

Heinrich

>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>   lib/Kconfig | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/lib/Kconfig b/lib/Kconfig
> index a6c269a8535..47edd0719aa 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -287,6 +287,10 @@ config GENERATE_ACPI_TABLE
>   	  by the operating system. It defines platform-independent interfaces
>   	  for configuration and power management monitoring.
>
> +config SPL_GENERATE_ACPI_TABLE
> +	def_bool n  # Generate an ACPI table (SPL)
> +	depends on SPL && SUPPORT_ACPI
> +
>   config SPL_TINY_MEMSET
>   	bool "Use a very small memset() in SPL"
>   	depends on SPL



More information about the U-Boot mailing list