Hi Heinrich, On Sun, Dec 31, 2023 at 9:27 AM Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > On 12/31/23 16:25, Simon Glass wrote: > > At present this code allocates memory when writing the tables and > > then unnecessarily adds another memory map when installing it. > > > > Adjust the code to allocate the tables using the normal U-Boot > > mechanism. This avoids doing an EFI memory allocation early in > > U-Boot, which may use memory that would be overwritten by a > > 'load' command, for example. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > In patch 11/12 you changed the address fields in ACPI tables from > sandbox virtual addresses to pointers. Do you plan to do the same for > SMBIOS?
I haven't looked at it, but could if it would help. Are you planning to add an EFI test app for sandbox? Regards, Simon