From nobody Mon Feb 9 04:44:14 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+89859+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89859+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832853; cv=none; d=zohomail.com; s=zohoarc; b=din6mbvh1AN2wZS55nLxZZrMgT1KjG2qaaUg8vJ30VuziZt4/+bFhD3HJzk+0lZCHaQxvN8dpdZOEX6FDVPsuSIuWy6zXwZsyEU2LxhGbybDKlcOAwJ789PmZaovhuuaH22JwvcQFOwy+R+6RbGYEF482CVHP7LDurup9Z1PHTU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832853; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=RoGo9ztcpD2l94MRujGzj12SL8k3qWaN93HBV4t9SJw=; b=duSIOpxV0xoJJBuMnl2P1I/RLdUWRqqJ6bcQw4xgc7dUzqtA/2qhSRHAhHNjb82VBtQn76q8tCESL85eKsFlo18DcXf59Umy5YYQ/xAKui56jf4tqmew/+hgcSNBn97jWKLH/2DIeUCNLHBdF5M42xQV9Rc8U5w1mZL5qcHZ5j4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89859+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1652832853024879.1608319754368; Tue, 17 May 2022 17:14:13 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id oHH1YY1788612xKWnSOOrWyj; Tue, 17 May 2022 17:14:12 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.408.1652832852092695203 for ; Tue, 17 May 2022 17:14:12 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 4A53C20F7222; Tue, 17 May 2022 17:14:11 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4A53C20F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov , Sami Mujawar Subject: [edk2-devel] [PATCH v2 03/11] DynamicTablesPkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:30 -0400 Message-Id: <20220518001338.1380-4-mikuback@linux.microsoft.com> In-Reply-To: <20220518001338.1380-1-mikuback@linux.microsoft.com> References: <20220518001338.1380-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: qRPcrr3FIUSdIPJyTbxFYF6gx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832852; bh=1z7joPu6CweL7JXpA9zDtuuqGg+Zks1Aas0GsFHHM1Y=; h=Cc:Date:From:Reply-To:Subject:To; b=MqZmO0Tp06/GAySkB5Si9mO2TAaEvZFRA/Awaz+AYp5CSfoHQr1ybMPjp2WVH6Bu8Tn 8x/D1Ii+opf1fZuwnPFLyt7jYDExrKoxaMnNcBXK8kpAesx3yl9ZKKLWpHCx9F9zWJW/D QhH5IvtDJRuwekOaJtujKcXixg9Prs5ptRw= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832854044100007 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki The SpellCheck plugin began reporting new typos that were previously missed. This change fixes those typos. Cc: Sami Mujawar Cc: Alexei Fedorov Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c = | 2 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator= .c | 2 +- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c = | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.c = | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c = | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c = | 2 +- DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepo.c = | 4 +-- DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c = | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c = | 2 +- DynamicTablesPkg/DynamicTablesPkg.ci.yaml = | 31 +++++++++++++++----- DynamicTablesPkg/Include/Library/DynamicPlatRepoLib.h = | 4 +-- DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.h = | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.h = | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.h = | 2 +- DynamicTablesPkg/Readme.md = | 4 +-- 15 files changed, 41 insertions(+), 24 deletions(-) diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator= .c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c index 59001378c4e0..83bda4cfba67 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c @@ -352,7 +352,7 @@ AddPrivateResources ( return Status; } =20 - // The Node indexer has the Processor hierarchy nodes at the begining + // The Node indexer has the Processor hierarchy nodes at the beginning // followed by the cache structs. Therefore we can skip the Processor // hierarchy nodes in the node indexer search. Status =3D GetPpttNodeReferencedByToken ( diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn= 600Generator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/Ssd= tCmn600Generator.c index 18c8b8d24525..b823b412caae 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Gene= rator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Gene= rator.c @@ -377,7 +377,7 @@ FixupCmn600Info ( goto error_handler; } =20 - // Serialise the definition block + // Serialize the definition block Status =3D AmlSerializeDefinitionBlock ( RootNodeHandle, Table diff --git a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceData= CodeGen.c b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataC= odeGen.c index dafbd19fde15..32c3ab534d0b 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen= .c +++ b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen= .c @@ -619,7 +619,7 @@ AmlCodeGenRdDWordMemory ( See ACPI 6.4 spec, s19.2.8 for more. =20 @param [in] IsReadWrite ReadAndWrite parameter. - @param [in] Addres AddressBase parameter. + @param [in] Address AddressBase parameter. @param [in] RangeLength Range length. @param [in] NameOpNode NameOp object node defining a named ob= ject. If provided, append the new resource d= ata diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.= c b/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.c index 8c77716dab80..60694819fb4c 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.c @@ -1284,7 +1284,7 @@ AmlAddNameSpaceReference ( When computing the size of a tree or serializing it, the additional data= is not taken into account (i.e. the MethodInvocationOp and the ArgumentCoun= t). =20 - Method invocation nodes have the AML_METHOD_INVOVATION attribute. + Method invocation nodes have the AML_METHOD_INVOCATION attribute. =20 @param [in] NameSpaceRefNode NameSpaceRef node pointing to the the definition of the invoked diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c b/Dy= namicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c index 8e584d49307a..6f80725bf13d 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c @@ -331,7 +331,7 @@ AmlParseString ( StrSize =3D 0; // AML String is NULL terminated. do { - // Reading the stream moves the stream forward aswell. + // Reading the stream moves the stream forward as well. Status =3D AmlStreamReadByte (FStream, &Byte); if (EFI_ERROR (Status)) { ASSERT (0); diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c b/Dynami= cTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c index 1404a2182b65..0a744f1ff3fa 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c @@ -573,7 +573,7 @@ AmlIsMethodDefinitionNode ( { AML_DATA_NODE *ObjectType; =20 - // Node is checked to be an object node aswell. + // Node is checked to be an object node as well. if (AmlNodeCompareOpCode (Node, AML_METHOD_OP, 0)) { return TRUE; } else if (AmlNodeCompareOpCode (Node, AML_EXTERNAL_OP, 0)) { diff --git a/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlat= Repo.c b/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepo= .c index bc713f30b2fe..1244bbda702d 100644 --- a/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepo.c +++ b/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepo.c @@ -294,9 +294,9 @@ GroupCmObjNodes ( return Status; } =20 -/** Finalise the dynamic repository. +/** Finalize the dynamic repository. =20 - Finalising means: + Finalizing means: - Preventing any further objects from being added. - Allowing to get objects from the dynamic repository (not possible before a call to this function). diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatch= er.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c index 831f0d5b7365..d38a331f4822 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c @@ -88,7 +88,7 @@ GetGicVersion ( =20 /** Gic dispatcher. =20 - This disptacher populates the following structures: + This dispatcher populates the following structures: - CM_ARM_GICC_INFO - CM_ARM_GICD_INFO - CM_ARM_GIC_MSI_FRAME_INFO diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPo= rtParser.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPo= rtParser.c index 0557e416b44c..71e92ee1fb14 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParse= r.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParse= r.c @@ -447,7 +447,7 @@ ArmSerialPortInfoParser ( =20 /** SerialPort dispatcher. =20 - This disptacher populates the CM_ARM_SERIAL_PORT_INFO structure for + This dispatcher populates the CM_ARM_SERIAL_PORT_INFO structure for the following CM_OBJ_ID: - EArmObjSerialConsolePortInfo - EArmObjSerialDebugPortInfo diff --git a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml b/DynamicTablesPkg/D= ynamicTablesPkg.ci.yaml index bfa282926e48..2d2f3405e467 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml +++ b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml @@ -92,35 +92,52 @@ "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs # in matching files "ExtendWords": [ + "aaaabbbbcccc", + "AMLDBG", "ARMHB", # ARMHB000 "ARMHC", # ARMHC600 "ARMLTD", - "AMLDBG", - "EISAID", + "bytecodes", + "bytelist", + "bytestream", "CCIDX", "CCSIDR", "countof", + "deregistering", + "devicetree", "edynamic", + "EISAID", "EOBJECT", + "etable", + "finalise", + "GTBLOCK", "invoc", "ITARGETSR", - "GTBLOCK", "lgreater", "lless", + "mainpage", + "mismanipulation", "MPIDR", + "nameseg", + "namespaceid", + "namespacestring", + "namestr", "PERIPHBASE", "phandle", + "pkglen", + "prefetchable", "pytool", "Rdword", + "redist", "Roadmap", "ROOTNODEBASE", - "ssdtcmn", - "ssdtserialporttemplate", "SMMUV", - "ssdtpcieosctemplate", + "ssdtcmn", "SSDTPC", - "standardised", + "ssdtpcieosctemplate", + "ssdtserialporttemplate", "TABLEEX", + "tagsize", "TNSID", "Vatos", "WBINVD" diff --git a/DynamicTablesPkg/Include/Library/DynamicPlatRepoLib.h b/Dynami= cTablesPkg/Include/Library/DynamicPlatRepoLib.h index bb18215b08bc..c3cd6b5728ff 100644 --- a/DynamicTablesPkg/Include/Library/DynamicPlatRepoLib.h +++ b/DynamicTablesPkg/Include/Library/DynamicPlatRepoLib.h @@ -38,9 +38,9 @@ DynPlatRepoAddObject ( OUT CM_OBJECT_TOKEN *Token OPTIONAL ); =20 -/** Finalise the dynamic repository. +/** Finalize the dynamic repository. =20 - Finalising means: + Finalizing means: - Preventing any further objects from being added. - Allowing to get objects from the dynamic repository (not possible before a call to this function). diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.= h b/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.h index ac3284d0311e..6e4837956f74 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.h +++ b/DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.h @@ -138,7 +138,7 @@ AmlAddNameSpaceReference ( When computing the size of a tree or serializing it, the additional data= is not taken into account (i.e. the MethodInvocationOp and the ArgumentCoun= t). =20 - Method invocation nodes have the AML_METHOD_INVOVATION attribute. + Method invocation nodes have the AML_METHOD_INVOCATION attribute. =20 @param [in] NameSpaceRefNode NameSpaceRef node pointing to the the definition of the invoked diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatch= er.h b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.h index aa942f7d1f49..65c5968baa57 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.h +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.h @@ -40,7 +40,7 @@ GetGicVersion ( =20 /** Gic dispatcher. =20 - This disptacher populates the following structures: + This dispatcher populates the following structures: - CM_ARM_GICC_INFO - CM_ARM_GICD_INFO - CM_ARM_GIC_MSI_FRAME_INFO diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPo= rtParser.h b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPo= rtParser.h index de08e57e6c57..cec93d389240 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParse= r.h +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParse= r.h @@ -14,7 +14,7 @@ =20 /** SerialPort dispatcher. =20 - This disptacher populates the CM_ARM_SERIAL_PORT_INFO structure for + This dispatcher populates the CM_ARM_SERIAL_PORT_INFO structure for the following CM_OBJ_ID: - EArmObjSerialConsolePortInfo - EArmObjSerialDebugPortInfo diff --git a/DynamicTablesPkg/Readme.md b/DynamicTablesPkg/Readme.md index 5f92d4c6cb2e..f5b3f65cd9af 100644 --- a/DynamicTablesPkg/Readme.md +++ b/DynamicTablesPkg/Readme.md @@ -11,9 +11,9 @@ UEFI modules. =20 # Feature Summary =20 -The dynamic tables framework is designed to generate standardised +The dynamic tables framework is designed to generate standardized firmware tables that describe the hardware information at -run-time. A goal of standardised firmware is to have a common +run-time. A goal of standardized firmware is to have a common firmware for a platform capable of booting both Windows and Linux operating systems. =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89859): https://edk2.groups.io/g/devel/message/89859 Mute This Topic: https://groups.io/mt/91176792/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-