[PATCH 1/2] acpi: select CONFIG_BLOBLIST

Ilias Apalodimas ilias.apalodimas at linaro.org
Tue Apr 8 08:13:02 CEST 2025


On Mon, 7 Apr 2025 at 09:44, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Since commit 53d5a221632e ("emulation: Use bloblist to hold tables")
> `make qemu-riscv64_smode_defconfig acpi.config && make` fails with
>
>     qfw_acpi.c:146:(.text.evt_write_acpi_tables+0xc):
>     undefined reference to `bloblist_add'
>
> Build with bloblist support.
>
> Fixes: 53d5a221632e ("emulation: Use bloblist to hold tables")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  lib/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/Kconfig b/lib/Kconfig
> index 1a683dea670..a348fccebdd 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -317,6 +317,7 @@ config SPL_ACPI
>  config GENERATE_ACPI_TABLE
>         bool "Generate an ACPI (Advanced Configuration and Power Interface) table"
>         depends on ACPI
> +       select BLOBLIST
>         select QFW if QEMU
>         help
>           The Advanced Configuration and Power Interface (ACPI) specification
> --
> 2.48.1
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list