Hi Heinrich, On 2026-06-28T08:27:58, Heinrich Schuchardt <[email protected]> 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 <[email protected]> > > 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

