Hey! On Wed, 2 Apr 2025 at 16:27, Ilias Apalodimas <ilias.apalodi...@linaro.org> wrote: > > Hey Bjorn > > Long time, hope all is well!
Too long! Maybe next Plumbers? ;-) > I think it's a regression and I think what breaks it is commit cfb4aa2a754ed1 > > Can you apply the diff below and see if it fixes it for you? > > diff --git a/lib/efi_loader/efi_acpi.c b/lib/efi_loader/efi_acpi.c > index 4422b31ac6a7..afa5eee85484 100644 > --- a/lib/efi_loader/efi_acpi.c > +++ b/lib/efi_loader/efi_acpi.c > @@ -34,8 +34,8 @@ efi_status_t efi_acpi_register(void) > * add_u_boot_and_runtime(). At some point that function could create > a > * more detailed map. > */ > - if (IS_ENABLED(CONFIG_BLOBLIST_TABLES)) > - return EFI_SUCCESS; > + //if (IS_ENABLED(CONFIG_BLOBLIST_TABLES)) > + ////return EFI_SUCCESS; > > /* Mark space used for tables */ > start = ALIGN_DOWN(gd->arch.table_start, EFI_PAGE_MASK); Unfortunately, still the same with this patch: [ 0.000000] efi: 0x00047eee3000-0x00047ef19fff [Boot Code | | | | | | | | | | | |WB| | | ] [ 0.000000] efi: 0x00047ef1a000-0x00047ef49fff [ACPI Reclaim| | | | | | | | | | | |WB| | | ] [ 0.000000] ACPI: RSDP 0x000000047EED1000 000024 (v02 BOCHS ) (RSDP resides in Boot Code) Björn