ACK: [RESEND PATCH v1 6/7] acpi: acpitables: Update acpitables test for ACPI 6.6

Ivan Hu ivan.hu at canonical.com
Thu Jul 24 06:51:37 UTC 2025


Thanks!

Acked-by: Ivan Hu <ivan.hu at canonical.com>

On Tue, Jul 15, 2025 at 11:29 PM Sunil V L <sunilvl at ventanamicro.com> wrote:

> From: Haibo Xu <haibo1.xu at intel.com>
>
> Co-developed-by: Sunil V L <sunilvl at ventanamicro.com>
> Signed-off-by: Sunil V L <sunilvl at ventanamicro.com>
> Signed-off-by: Haibo Xu <haibo1.xu at intel.com>
> ---
>  src/acpi/acpitables/acpitables.c | 37 ++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
>
> diff --git a/src/acpi/acpitables/acpitables.c
> b/src/acpi/acpitables/acpitables.c
> index 2ec3cd65..7c50ae42 100644
> --- a/src/acpi/acpitables/acpitables.c
> +++ b/src/acpi/acpitables/acpitables.c
> @@ -276,6 +276,40 @@ static const fwts_acpi_table_rev acpi_65_rev[] = {
>         {NULL, 0xff}    // end of table
>  };
>
> +static const fwts_acpi_table_rev acpi_66_rev[] = {
> +       {"APIC", 7},
> +       {"BERT", 1},
> +       {"BGRT", 1},
> +       {"CPEP", 1},
> +       {"DSDT", 2},
> +       {"ECDT", 1},
> +       {"EINJ", 2},
> +       {"ERST", 1},
> +       {"FACP", 6},
> +       {"FPDT", 1},
> +       {"GTDT", 3},
> +       {"HEST", 2},
> +       {"MISC", 1},
> +       {"MSCT", 1},
> +       {"MPST", 1},
> +       {"NFIT", 1},
> +       {"PCCT", 2},
> +       {"PHAT", 1},
> +       {"PMTT", 2},
> +       {"PPTT", 3},
> +       {"RASF", 1},
> +       {"RAS2", 1},
> +       {"RHCT", 1},
> +       {"RSDT", 1},
> +       {"SBST", 1},
> +       {"SDEV", 1},
> +       {"SLIT", 1},
> +       {"SRAT", 3},
> +       {"SSDT", 2},
> +       {"XSDT", 1},
> +       {NULL, 0xff}    // end of table
> +};
> +
>  static int acpi_table_check_test2(fwts_framework *fw)
>  {
>         const fwts_acpi_table_rev *tables_rev;
> @@ -302,6 +336,9 @@ static int acpi_table_check_test2(fwts_framework *fw)
>                 case FWTS_ACPI_VERSION_65:
>                         tables_rev = acpi_65_rev;
>                         break;
> +               case FWTS_ACPI_VERSION_66:
> +                       tables_rev = acpi_66_rev;
> +                       break;
>                 default:
>                         fwts_log_info_verbatim(fw, "This test does not
> support ACPI %4.4" PRIx32 ".",  version);
>                         return FWTS_SKIP;
> --
> 2.43.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20250724/da13eb9d/attachment.html>


More information about the fwts-devel mailing list