From e9a3613ce0667fea2ac15f19cf8ef6aab4b73fdd Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Mon, 10 Oct 2022 11:20:58 +0200 Subject: ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5 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 Reviewed-by: Ray Ni Reviewed-by: Sami Mujawar --- .../Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShellPkg') diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c index 8cffdaaf07..8ad39090af 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c @@ -146,7 +146,7 @@ ValidatePccDoorbellGas ( IN VOID *Context ) { - // For slave subspaces this field is optional, if not present the field + // For responder subspaces this field is optional, if not present the field // should just contain zeros. if (*PccSubspaceType == 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 == 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 Platform + // If a responder subspace is present in the PCCT, then the global Platform // Interrupt flag must be set to 1. if ((*PccSubspaceType == EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED_PCC) && ((*PccGlobalFlags & EFI_ACPI_6_4_PCCT_FLAGS_PLATFORM_INTERRUPT) != -- cgit v1.2.3