Re: [PATCH] qfw: Allocate ACPI memory using efi logic

2022-03-11 Thread Simon Glass
Hi Alex, On Sun, 27 Feb 2022 at 07:23, Alexander Graf wrote: > > When we allocate ACPI tables dynamically as part of the qfw ACPI loading > code and then later want to boot a UEFI target using them, we need to make > sure that the UEFI logic is aware that these memory regions are ACPI, so > that

[PATCH] qfw: Allocate ACPI memory using efi logic

2022-02-27 Thread Alexander Graf
When we allocate ACPI tables dynamically as part of the qfw ACPI loading code and then later want to boot a UEFI target using them, we need to make sure that the UEFI logic is aware that these memory regions are ACPI, so that the loading kernel can mark them as reserved. Since we'll never see alig