[PATCH v3 01/11] efi_loader: use pointers in efi_acpi_register()

Simon Glass sjg at chromium.org
Wed Jul 1 13:59:08 CEST 2026


Hi Heinrich,

On 2026-06-28T08:27:58, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
> efi_loader: use pointers in efi_acpi_register()
>
> Both efi_add_memory_map() and efi_install_configuration_table() expect
> pointers and not virtual sandbox addresses.
>
> We need to convert the virtual sandbox addresses in efi_acpi_register() to
> pointers in memory before using them.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
>
> lib/efi_loader/efi_acpi.c | 35 +++++++++++++++++++++--------------
>  1 file changed, 21 insertions(+), 14 deletions(-)

I think you missed a few things from the v2 review.

Regards,
Simon


More information about the U-Boot mailing list