qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw: acpi: add UART clock freq to AArch64 SPCR
@ 2025-08-09 21:10 Vadim Chichikalyuk
  2025-08-09 21:10 ` [PATCH v2 1/3] tests: acpi: whitelist expected blobs Vadim Chichikalyuk
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Vadim Chichikalyuk @ 2025-08-09 21:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, Vadim Chichikalyuk, Michael S. Tsirkin, Igor Mammedov,
	Ani Sinha, Shannon Zhao, Peter Maydell

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 <chichikalyuk@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)



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-08-25 12:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-09 21:10 [PATCH v2 0/3] hw: acpi: add UART clock freq to AArch64 SPCR Vadim Chichikalyuk
2025-08-09 21:10 ` [PATCH v2 1/3] tests: acpi: whitelist expected blobs Vadim Chichikalyuk
2025-08-09 21:10 ` [PATCH v2 2/3] hw: arm: acpi: upgrade SPCR table to revision 4 Vadim Chichikalyuk
2025-08-18 15:41   ` Peter Maydell
2025-08-09 21:10 ` [PATCH v2 3/3] tests: acpi: update expected blobs Vadim Chichikalyuk
2025-08-18 15:26 ` [PATCH v2 0/3] hw: acpi: add UART clock freq to AArch64 SPCR Peter Maydell
2025-08-24 23:00   ` Vadim Chichikalyuk
2025-08-25 12:50     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).