
31 Dec
2023
31 Dec
'23
5:27 p.m.
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 sjg@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?
Best regards
Heinrich