]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5
authorPierre Gondois <pierre.gondois@arm.com>
Mon, 10 Oct 2022 09:20:58 +0000 (11:20 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 31 Oct 2022 12:32:32 +0000 (12:32 +0000)
The ACPI specification updated some terms in accordance with:
s1.1.1 Principle of Inclusive Terminology

Update the PCCT parser accordincly with these new terms.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c

index 8cffdaaf07166bbbf479e807f5bdfc22bdadfaed..8ad39090afe31651a06fd9c1c340403e26964595 100644 (file)
@@ -146,7 +146,7 @@ ValidatePccDoorbellGas (
   IN VOID   *Context\r
   )\r
 {\r
-  // For slave subspaces this field is optional, if not present the field\r
+  // For responder subspaces this field is optional, if not present the field\r
   // should just contain zeros.\r
   if (*PccSubspaceType == EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED_PCC) {\r
     if (IsZeroBuffer (\r
@@ -214,7 +214,7 @@ ValidatePccErrStatusGas (
   IN VOID   *Context\r
   )\r
 {\r
-  // This field is ignored by the OSPM on slave channels.\r
+  // This field is ignored by the OSPM on responder channels.\r
   if (*PccSubspaceType == EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED_PCC) {\r
     return;\r
   }\r
@@ -237,7 +237,7 @@ ValidatePlatInterrupt (
   IN VOID   *Context\r
   )\r
 {\r
-  // If a slave subspace is present in the PCCT, then the global Platform\r
+  // If a responder subspace is present in the PCCT, then the global Platform\r
   // Interrupt flag must be set to 1.\r
   if ((*PccSubspaceType == EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED_PCC) &&\r
       ((*PccGlobalFlags & EFI_ACPI_6_4_PCCT_FLAGS_PLATFORM_INTERRUPT) !=\r