This series upgrades the ACPI SPCR table for AArch64 virt to revision 4, adding the UART clock frequency, which was not previously available via ACPI.
Regarding the NamespaceString: following the example of the SPCR table for RISC-V, I've set it to "." (indicating that there is no device corresponding to the UART in the ACPI namespace). However, looking at build_dsdt(), the UART is actually added to the DSDT, as "\_SB.COM0" (same as RISC-V). Should the NamespaceString be that instead? Thanks, Vadim Signed-off-by: Vadim Chichikalyuk <chichikal...@gmail.com> Vadim Chichikalyuk (3): tests: acpi: whitelist expected blobs hw: arm: acpi: upgrade SPCR table to revision 4 tests: acpi: update expected blobs hw/arm/virt-acpi-build.c | 14 ++++++++------ tests/data/acpi/aarch64/virt/SPCR | Bin 80 -> 90 bytes 2 files changed, 8 insertions(+), 6 deletions(-) -- 2.39.5 (Apple Git-154)