[PATCH 0/7] Add support for RISC-V
Sunil V L
sunilvl at ventanamicro.com
Fri Jul 11 13:26:28 UTC 2025
RISC-V APIC structures are defined in ACPI 6.6 release. It also
introduces a new static table RHCT for RISC-V. Enable testing these
structures and update the MADT and FADT expected revisions as per ACPI
6.6 specification.
Haibo Xu (6):
lib: Add fwts_architecture macro for RISC-V
acpi: rsdp: Add xsdt_address check for RISC-V
acpi: madt: update madt revisions to ACPI 6.6 and add RISC-V
acpi: madt: Add AIA and PLIC sub-tables test for RISC-V
acpi: rhct: Add tests for ACPI RHCT table
acpi: acpitables: Update acpitables test for ACPI 6.6
Sunil V L (1):
lib: Update current version to ACPI 6.6
src/Makefile.am | 1 +
src/acpi/acpitables/acpitables.c | 37 ++++
src/acpi/madt/madt.c | 310 ++++++++++++++++++++++++++++++-
src/acpi/rhct/rhct.c | 278 +++++++++++++++++++++++++++
src/acpi/rsdp/rsdp.c | 5 +
src/lib/include/fwts_acpi.h | 106 ++++++++++-
src/lib/include/fwts_arch.h | 1 +
src/lib/src/fwts_arch.c | 2 +
8 files changed, 736 insertions(+), 4 deletions(-)
create mode 100644 src/acpi/rhct/rhct.c
--
2.43.0
More information about the fwts-devel
mailing list