Re: [PATCH v2 22/33] emulation: Use bloblist to hold tables

2025-01-09 Thread Tom Rini
On Mon, Jan 06, 2025 at 07:32:18AM -0700, Simon Glass wrote: > QEMU can have its own internal ACPI and SMBIOS tables. At present U-Boot > copies out the SMBIOS tables but points directly to the ACPI ones. > > The ACPI tables are not aligned on a 4KB boundary, which means that UPL > cannot use the

[PATCH v2 22/33] emulation: Use bloblist to hold tables

2025-01-06 Thread Simon Glass
QEMU can have its own internal ACPI and SMBIOS tables. At present U-Boot copies out the SMBIOS tables but points directly to the ACPI ones. The ACPI tables are not aligned on a 4KB boundary, which means that UPL cannot use them directly, since it uses a reserved-memory node for the tables and that