From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.4226.1665393692122498598 for ; Mon, 10 Oct 2022 02:21:32 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 173F31AED; Mon, 10 Oct 2022 02:21:38 -0700 (PDT) Received: from pierre123.arm.com (unknown [10.57.34.234]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 238DE3F792; Mon, 10 Oct 2022 02:21:31 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov Subject: [PATCH 14/14] ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5 Date: Mon, 10 Oct 2022 11:20:58 +0200 Message-Id: <20221010092058.118714-15-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221010092058.118714-1-Pierre.Gondois@arm.com> References: <20221010092058.118714-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois 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 Cc: Zhichao Gao Signed-off-by: Pierre Gondois --- .../UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/Pc= ctParser.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/Pc= ctParser.c index 8cffdaaf0716..8ad39090afe3 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParse= r.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParse= r.c @@ -146,7 +146,7 @@ ValidatePccDoorbellGas ( IN VOID *Context ) { - // For slave subspaces this field is optional, if not present the fiel= d + // For responder subspaces this field is optional, if not present the = field // should just contain zeros. if (*PccSubspaceType =3D=3D EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED= _PCC) { if (IsZeroBuffer ( @@ -214,7 +214,7 @@ ValidatePccErrStatusGas ( IN VOID *Context ) { - // This field is ignored by the OSPM on slave channels. + // This field is ignored by the OSPM on responder channels. if (*PccSubspaceType =3D=3D EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED= _PCC) { return; } @@ -237,7 +237,7 @@ ValidatePlatInterrupt ( IN VOID *Context ) { - // If a slave subspace is present in the PCCT, then the global Platfor= m + // If a responder subspace is present in the PCCT, then the global Pla= tform // Interrupt flag must be set to 1. if ((*PccSubspaceType =3D=3D EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDE= D_PCC) && ((*PccGlobalFlags & EFI_ACPI_6_4_PCCT_FLAGS_PLATFORM_INTERRUPT) !=3D --=20 2.25.1