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

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Jul 1 15:29:24 CEST 2026


On 7/1/26 13:59, Simon Glass wrote:
> 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

Which ones?

Best regards

Heinrich


More information about the U-Boot mailing list