From nobody Sat May 4 16:39:56 2024 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+89857+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+89857+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832845; cv=none; d=zohomail.com; s=zohoarc; b=ERmwZ/2kYZJRPbKPCxUIW1nFTTqVZX1PesrtPiaxbGoer0IqQ5fzcpK7yCpnr2yMAD4U0pcC0EwTExuyJ2NUa2vIz/CY8K0z/ucd1ANMUk8V+1s5dyiawqnb2CxK7yCMf5Czt0lqPsXTxKVZLd40vdqsg/CiWE8gcDE/aJemDr4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832845; 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=IfBNbvnUI06xfZNlRIK8x5AAQ2a5lVL+5wGbLSfLHtc=; b=eS/T1toMQrXnzPzpGxpaQz/eUvkqE2gHk7M5I4ZTCQ98hlG3qv+JgRdwJ9FcQhfRFMbpn248dk2XZsbQtyUOLRHLMeY2CSApdQGA3SLT1/Tr423QSp9kq63QPsqCxxAbfYOEKQoYKIbkR1S5tP+rlqsv0kB9zv1YPy7zP3b6zYs= 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+89857+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 1652832845051497.3926485437007; Tue, 17 May 2022 17:14:05 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 1BoOYY1788612x24JK1qEjgQ; Tue, 17 May 2022 17:14:04 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.397.1652832843957077440 for ; Tue, 17 May 2022 17:14:04 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id F2AEB20F723C; Tue, 17 May 2022 17:14:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com F2AEB20F723C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Ankit Sinha Subject: [edk2-devel] [PATCH v2 01/11] PrmPkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:28 -0400 Message-Id: <20220518001338.1380-2-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: FYZNmWvps6GvspeZ3kdILbRSx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832844; bh=X1N/9rCpa2nmJ7z3N2mpPhV8S6UGjL7qliFHENCGoy0=; h=Cc:Date:From:Reply-To:Subject:To; b=CYFFYnR1T/vzVM2x2WUC5WBpLD41Wo+17U55apgaxEz+TL3gVOfbhLykrAWzI82MF7Q iWZKp4ilpDDNUxmL7NRqqx8jiW7dkSwo+jhSuSd952F6JiMHH0m8saGWaBtvFNNIvlfaw rUOFe5FP30Di9pYf9aKOfn6IpU53EgYEq2w= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832846031100007 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: Michael Kubacki Cc: Nate DeSimone Cc: Ankit Sinha Signed-off-by: Michael Kubacki --- PrmPkg/Application/PrmInfo/PrmInfo.c = | 2 +- PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c = | 2 +- PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c = | 2 +- PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServ= icesTableLibUnitTestImage.c | 2 +- PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServ= icesTableLibUnitTestProtocol.c | 2 +- PrmPkg/Include/Library/PrmModuleDiscoveryLib.h = | 2 +- PrmPkg/PrmLoaderDxe/PrmAcpiTable.h = | 4 ++-- PrmPkg/PrmPkg.ci.yaml = | 9 +++++++++ PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServ= icesTableLibUnitTest.h | 4 ++-- 9 files changed, 19 insertions(+), 10 deletions(-) diff --git a/PrmPkg/Application/PrmInfo/PrmInfo.c b/PrmPkg/Application/PrmI= nfo/PrmInfo.c index 0cde2fad3b4b..178d4810f498 100644 --- a/PrmPkg/Application/PrmInfo/PrmInfo.c +++ b/PrmPkg/Application/PrmInfo/PrmInfo.c @@ -148,7 +148,7 @@ PrintMmioRuntimeRangeInfo ( Gathers the PRM handler (and by extension module) information discovered= on this system. =20 This function must be called to build up the discovered context for othe= r functions in the application. The - function will optionally print results as determed by the value of the P= rintInformation parameter. + function will optionally print results as determined by the value of the= PrintInformation parameter. =20 @param[in] PrintInformation Indicates whether to print informa= tion as discovered in the function. =20 diff --git a/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryL= ib.c b/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c index e6bea47bc583..34373effd4cd 100644 --- a/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c +++ b/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c @@ -149,7 +149,7 @@ IsAddressInMmram ( /** Discovers all PRM Modules loaded during boot. =20 - Each PRM Module discovered is placed into a linked list so the list can = br processsed in the future. + Each PRM Module discovered is placed into a linked list so the list can = br processed in the future. =20 @param[out] ModuleCount An optional pointer parameter th= at, if provided, is set to the number of PRM modules discovered. diff --git a/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c b/PrmPkg/PrmLoaderDxe/PrmLo= aderDxe.c index 5a223d783d80..7b0042f133ef 100644 --- a/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c +++ b/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c @@ -295,7 +295,7 @@ PublishPrmAcpiTable ( time of this function invocation. =20 The main responsibilities of the PRM Loader are executed from this funct= ion which include 3 phases: - 1.) Disover PRM Modules - Find all PRM modules loaded during DXE dispa= tch and insert a PRM Module + 1.) Discover PRM Modules - Find all PRM modules loaded during DXE disp= atch and insert a PRM Module Context entry into a linked list to be handed off to phase 2. 2.) Process PRM Modules - Build a GUID to PRM handler mapping for each= module that is described in the PRM ACPI table so the OS can resolve a PRM Handler GUID to the cor= responding PRM Handler physical address. diff --git a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/= UefiBootServicesTableLibUnitTestImage.c b/PrmPkg/Test/UnitTest/Library/Uefi= BootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestImage.c index a5799ff92d0c..abc6a4f1440c 100644 --- a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestImage.c +++ b/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestImage.c @@ -130,7 +130,7 @@ UnitTestExit ( @retval EFI_SUCCESS The image has been unloaded. @retval EFI_UNSUPPORTED The image has been started, and does not= support unload. - @retval EFI_INVALID_PARAMPETER ImageHandle is not a valid image handle. + @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle. =20 **/ EFI_STATUS diff --git a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/= UefiBootServicesTableLibUnitTestProtocol.c b/PrmPkg/Test/UnitTest/Library/U= efiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestProtocol.c index 799b153a445f..46fd263ec070 100644 --- a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestProtocol.c +++ b/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestProtocol.c @@ -723,7 +723,7 @@ UnitTestReinstallProtocolInterface ( } =20 /** - Uninstalls all instances of a protocol:interfacer from a handle. + Uninstalls all instances of a protocol from a handle. If the last protocol interface is remove from the handle, the handle is freed. =20 diff --git a/PrmPkg/Include/Library/PrmModuleDiscoveryLib.h b/PrmPkg/Includ= e/Library/PrmModuleDiscoveryLib.h index 341b9b26a0f8..9df8d4d02370 100644 --- a/PrmPkg/Include/Library/PrmModuleDiscoveryLib.h +++ b/PrmPkg/Include/Library/PrmModuleDiscoveryLib.h @@ -34,7 +34,7 @@ GetNextPrmModuleEntry ( /** Discovers all PRM Modules loaded during boot. =20 - Each PRM Module discovered is placed into a linked list so the list can = br processsed in the future. + Each PRM Module discovered is placed into a linked list so the list can = br processed in the future. =20 @param[out] ModuleCount An optional pointer parameter th= at, if provided, is set to the number of PRM modules discovered. diff --git a/PrmPkg/PrmLoaderDxe/PrmAcpiTable.h b/PrmPkg/PrmLoaderDxe/PrmAc= piTable.h index e2034d4738bd..fdb708c2a112 100644 --- a/PrmPkg/PrmLoaderDxe/PrmAcpiTable.h +++ b/PrmPkg/PrmLoaderDxe/PrmAcpiTable.h @@ -72,7 +72,7 @@ typedef struct { // // Todo: Revisit whether to use; currently both macros are not used // -#define PRM_MODULE_INFORMATION_STRUCTURE(ModuleGuid, ModuleRevision, Handl= erCount, PrmHanderInfoStructureArray) { \ +#define PRM_MODULE_INFORMATION_STRUCTURE(ModuleGuid, ModuleRevision, Handl= erCount, PrmHandlerInfoStructureArray) { \ { = \ PRM_MODULE_INFORMATION_STRUCT_REVISION, = /* UINT16 Struc= tureRevision; */ \ (OFFSET_OF (PRM_MODULE_INFORMATION_STRUCT, HandlerInfoStructure) + (= HandlerCount * sizeof (PRM_HANDLER_INFORMATION_STRUCT))) /* UINT16 Struc= tureLength; */ \ @@ -80,7 +80,7 @@ typedef struct { ModuleRevision, = /* UINT16 Modul= eRevision */ \ HandlerCount, = /* UINT16 Handl= erCount */ \ OFFSET_OF (PRM_MODULE_INFORMATION_STRUCT, HandlerInfoOffset), = /* UINT32 Handl= erInfoOffset */ \ - PrmHanderInfoStructureArray = /* PRM_HANDLER_INF= ORMATION_STRUCT HandlerInfoStructure */ \ + PrmHandlerInfoStructureArray = /* PRM_HANDLER_INF= ORMATION_STRUCT HandlerInfoStructure */ \ } \ } =20 diff --git a/PrmPkg/PrmPkg.ci.yaml b/PrmPkg/PrmPkg.ci.yaml index babaf2214ec8..0c84e616adbf 100644 --- a/PrmPkg/PrmPkg.ci.yaml +++ b/PrmPkg/PrmPkg.ci.yaml @@ -93,10 +93,19 @@ # in matching files "ExtendWords": [ # words to extend to the dictionary fo= r this package "buffe", # note: appears in buffer ascii dump i= n documentation + "dbgmsgid", + "devicepath", "iptor", # note: appears in buffer ascii dump i= n documentation "keepoptionalheader", "odule", # note: appears in buffer ascii dump i= n documentation "oemid", + "packagelist", + "pecoff", + "prmconfig", + "prmcontextbufferlib", + "prminfo", + "prmloader", + "prmmodulediscoverylib", "prmopreg", "prmpecofflib", "prmpkg", diff --git a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/= UefiBootServicesTableLibUnitTest.h b/PrmPkg/Test/UnitTest/Library/UefiBootS= ervicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.h index 82853bb61a1c..20958589b254 100644 --- a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTest.h +++ b/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTest.h @@ -354,7 +354,7 @@ UnitTestReinstallProtocolInterface ( ); =20 /** - Uninstalls all instances of a protocol:interfacer from a handle. + Uninstalls all instances of a protocol from a handle. If the last protocol interface is remove from the handle, the handle is freed. =20 @@ -600,7 +600,7 @@ UnitTestExit ( @retval EFI_SUCCESS The image has been unloaded. @retval EFI_UNSUPPORTED The image has been started, and does not= support unload. - @retval EFI_INVALID_PARAMPETER ImageHandle is not a valid image handle. + @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle. =20 **/ EFI_STATUS --=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 (#89857): https://edk2.groups.io/g/devel/message/89857 Mute This Topic: https://groups.io/mt/91176784/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- From nobody Sat May 4 16:39:56 2024 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+89858+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+89858+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832850; cv=none; d=zohomail.com; s=zohoarc; b=WzKhSDm4dXbPyXJWwkuHQ3NbAVRb02lP+Zj67ERRYaQk9ODVYURnlJVDQOwxEtKKENb/NqMeMXzP4J00gZP4vMDRXviir4ThfB1tYwh4kFSRWXktngcUoxTFOfqd1HUv0W9tPqDyrXhb2md40GP39AfzGIsNTgqcPUBD9Olavi8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832850; 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=aUJzvtihHdWkA/ULdo36MsZdYlgxWe7U6nksdY86dBc=; b=ER3KHpN0w1v13JapzUweUahB4wPGR7Gv00p7uqcsDd/shqB57HnJueHHTeE7RQl6d2A/KP3UmFNlnCT5J7eVT9fElfxwkjq6ZJ+/YtpxHOPBr7EHMZUwuQdy9gp6uLiLFeiD0thoMEcs8BmOspE8kf6ViowQ+ZE2aaIktxIA7rE= 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+89858+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 165283285093960.582685557530226; Tue, 17 May 2022 17:14:10 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id lrJ8YY1788612xJEjV0nWk9z; Tue, 17 May 2022 17:14:10 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.400.1652832849817092690 for ; Tue, 17 May 2022 17:14:09 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id BC47620F7222; Tue, 17 May 2022 17:14:08 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BC47620F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh Subject: [edk2-devel] [PATCH v2 02/11] StandaloneMmPkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:29 -0400 Message-Id: <20220518001338.1380-3-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: 2f8mnZbUpe03L1ysd0ZS4BZqx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832850; bh=AYjYWlFqgdrsC20olPm7GincY/A1J1DL7JX5f+6h6GQ=; h=Cc:Date:From:Reply-To:Subject:To; b=rLuZ+fWJwGRCixjQui3DZym2/MTBSBfPMyxLan3UEjPk//yDawexnPXLufPfs9Wj5hv TKOJShRy1AGmdmUOuyo5XdiIWO26Xonuv3dKTtxrAoZ9RaXKWkNq5uSwDzV+eqTiJ+NWH oj9EuF4ssh27Xb9Jlmp6DSlS/On81P3hVas= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832852030100003 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: Ard Biesheuvel Cc: Sami Mujawar Cc: Jiewen Yao Cc: Supreeth Venkatesh Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- StandaloneMmPkg/Core/Dependency.c | 2 +- StandaloneMmPkg/Core/Dispatcher.c | 18 +++++++++--------- StandaloneMmPkg/Core/Handle.c | 2 +- StandaloneMmPkg/Core/StandaloneMmCore.h | 2 +- StandaloneMmPkg/Include/Guid/MmCoreData.h | 2 +- StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 9 +++++++++ 6 files changed, 22 insertions(+), 13 deletions(-) diff --git a/StandaloneMmPkg/Core/Dependency.c b/StandaloneMmPkg/Core/Depen= dency.c index 440fe3e45238..0e9c0e96a276 100644 --- a/StandaloneMmPkg/Core/Dependency.c +++ b/StandaloneMmPkg/Core/Dependency.c @@ -38,7 +38,7 @@ BOOLEAN *mDepexEvaluationStackPointer =3D NULL; /** Grow size of the Depex stack =20 - @retval EFI_SUCCESS Stack successfully growed. + @retval EFI_SUCCESS Stack successfully grew. @retval EFI_OUT_OF_RESOURCES There is not enough system memory to grow = the stack. =20 **/ diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispa= tcher.c index b1ccba15b060..01da395be3c4 100644 --- a/StandaloneMmPkg/Core/Dispatcher.c +++ b/StandaloneMmPkg/Core/Dispatcher.c @@ -17,7 +17,7 @@ and After dependencies. This is done recursively as the call t= o add to the mScheduledQueue checks for Before Depexes and recursive= ly adds all Before Depexes. It then adds the item that was passed= in - and then processess the After dependencies by recursively call= ing + and then processes the After dependencies by recursively calli= ng the routine. =20 Dispatcher Rules: @@ -93,29 +93,29 @@ LIST_ENTRY mScheduledQueue =3D INITIALIZE_LIST_HEAD_VA= RIABLE (mScheduledQueue); LIST_ENTRY mFwVolList =3D INITIALIZE_LIST_HEAD_VARIABLE (mFwVolList); =20 // -// Flag for the MM Dispacher. TRUE if dispatcher is executing. +// Flag for the MM Dispatcher. TRUE if dispatcher is executing. // BOOLEAN gDispatcherRunning =3D FALSE; =20 // -// Flag for the MM Dispacher. TRUE if there is one or more MM drivers rea= dy to be dispatched +// Flag for the MM Dispatcher. TRUE if there is one or more MM drivers re= ady to be dispatched // BOOLEAN gRequestDispatch =3D FALSE; =20 // // The global variable is defined for Loading modules at fixed address fea= ture to track the MM code -// memory range usage. It is a bit mapped array in which every bit indicat= es the correspoding +// memory range usage. It is a bit mapped array in which every bit indicat= es the corresponding // memory page available or not. // GLOBAL_REMOVE_IF_UNREFERENCED UINT64 *mMmCodeMemoryRangeUsageBitMap = =3D NULL; =20 /** To check memory usage bit map array to figure out if the memory range in= which the image will be loaded - is available or not. If memory range is avaliable, the function will mar= k the corresponding bits to 1 + is available or not. If memory range is available, the function will mar= k the corresponding bits to 1 which indicates the memory range is used. The function is only invoked w= hen load modules at fixed address feature is enabled. =20 - @param ImageBase The base addres the image will be loade= d at. + @param ImageBase The base address the image will be load= ed at. @param ImageSize The size of the image =20 @retval EFI_SUCCESS The memory range the image will be load= ed in is available @@ -194,7 +194,7 @@ CheckAndMarkFixLoadingMemoryUsageBitMap ( @param ImageContext Pointer to the image context structure= that describes the PE/COFF image that needs to be examined by thi= s function. @retval EFI_SUCCESS An fixed loading address is assigned t= o this image by build tools . - @retval EFI_NOT_FOUND The image has no assigned fixed loaddi= ng address. + @retval EFI_NOT_FOUND The image has no assigned fixed loadin= g address. =20 **/ EFI_STATUS @@ -513,7 +513,7 @@ MmPreProcessDepex ( =20 @param DriverEntry Driver to work on. =20 - @retval EFI_SUCCESS Depex read and preprossesed + @retval EFI_SUCCESS Depex read and pre-processed @retval EFI_PROTOCOL_ERROR The section extraction protocol returned a= n error and Depex reading needs to be retried. @retval Error DEPEX not found. @@ -851,7 +851,7 @@ FvIsBeingProcessed ( The Discovered list is never freed and contains booleans that represent = the other possible MM driver states. =20 - @param [in] FwVolHeader Pointer to the formware volume header. + @param [in] FwVolHeader Pointer to the firmware volume header. @param [in] Pe32Data Pointer to the PE data. @param [in] Pe32DataSize Size of the PE data. @param [in] Depex Pointer to the Depex info. diff --git a/StandaloneMmPkg/Core/Handle.c b/StandaloneMmPkg/Core/Handle.c index 7df4629cf291..bd0005fcb84d 100644 --- a/StandaloneMmPkg/Core/Handle.c +++ b/StandaloneMmPkg/Core/Handle.c @@ -347,7 +347,7 @@ MmInstallProtocolInterfaceNotify ( } =20 /** - Uninstalls all instances of a protocol:interfacer from a handle. + Uninstalls all instances of a protocol interface from a handle. If the last protocol interface is remove from the handle, the handle is freed. =20 diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.h b/StandaloneMmPkg/Core= /StandaloneMmCore.h index 822d95358c39..b5e2e4b9083b 100644 --- a/StandaloneMmPkg/Core/StandaloneMmCore.h +++ b/StandaloneMmPkg/Core/StandaloneMmCore.h @@ -426,7 +426,7 @@ MmInstallProtocolInterfaceNotify ( ); =20 /** - Uninstalls all instances of a protocol:interfacer from a handle. + Uninstalls all instances of a protocol interface from a handle. If the last protocol interface is remove from the handle, the handle is freed. =20 diff --git a/StandaloneMmPkg/Include/Guid/MmCoreData.h b/StandaloneMmPkg/In= clude/Guid/MmCoreData.h index b8be92c6abfd..0f58f41d8060 100644 --- a/StandaloneMmPkg/Include/Guid/MmCoreData.h +++ b/StandaloneMmPkg/Include/Guid/MmCoreData.h @@ -70,7 +70,7 @@ typedef struct { =20 /// /// The MM Foundation Entry Point. The MM Core fills in this field when= the - /// MM Core is initialized. The MM IPL is responsbile for registering t= his entry + /// MM Core is initialized. The MM IPL is responsible for registering t= his entry /// point with the MM Configuration Protocol. The MM Configuration Prot= ocol may /// not be available at the time the MM IPL and MM Core are started, so = the MM IPL /// sets up a protocol notification on the MM Configuration Protocol and= registers diff --git a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml b/StandaloneMmPkg/Stan= daloneMmPkg.ci.yaml index 4777532a7ede..535e269e7891 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -81,12 +81,21 @@ "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs # in matching files "ExtendWords": [ + "bootinformation", "Bsymbolic", + "bugbug", + "combineable", + "depexes", "FwVol", + "hoblist", + "imagehandle", + "interfacer", "mpidr", "mstrict", "schedulable", "StandaloneMMCore", + "systemtable", + "uncacheable" ], # words to extend to the dictionary for this package "IgnoreStandardPaths": [], # Standard Plugin defined paths that # should be ignore --=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 (#89858): https://edk2.groups.io/g/devel/message/89858 Mute This Topic: https://groups.io/mt/91176788/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- From nobody Sat May 4 16:39:56 2024 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- From nobody Sat May 4 16:39:56 2024 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+89860+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+89860+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832856; cv=none; d=zohomail.com; s=zohoarc; b=HesbFAklSjZxhJ5yZpvz9ZR62jvMVVtxnpPrblJgqsTr6xShzaJnkNxl56bCkFt8KVa+qf80teQxcE3trxuhnbfkWk+GMYI6SBUWSOgr4rTIXXKWpVy7STPP83sXnC724v3v9nGQlotN1ctT4e9Ez7xtTtnZKFc6BnR0S6YyiSM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832856; 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=ZQjci9QqRziCf6kn1vj7uOOP1NijBE9TnZIRzp22HZY=; b=WijH9cLW5nzwPhAmb48et7gVTafsHCA7T8cWsXNQ1lvBP51TseGnPJpiOoYk84No/K08h1m9oR+encfSdJpp9iSsUyRJtWEV4NeDppz3YenLuTIYc8t1Xner9LHri6i0EAdYR7WZSGIGvottQu2OMN6wgYGEyxcLuJJfP4fsRQ4= 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+89860+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 1652832856090622.1082063690659; Tue, 17 May 2022 17:14:16 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id OwxwYY1788612xYRCaMwlYRT; Tue, 17 May 2022 17:14:15 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.411.1652832855011420615 for ; Tue, 17 May 2022 17:14:15 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id E453120F7222; Tue, 17 May 2022 17:14:13 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E453120F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael D Kinney , Michael Kubacki , Sean Brogan , Bret Barkelew Subject: [edk2-devel] [PATCH v2 04/11] UnitTestFrameworkPkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:31 -0400 Message-Id: <20220518001338.1380-5-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: n0NgdfUJEExpTxlswvK3F0t9x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832855; bh=LM0E1fwJ3DE95lN3ZXp+vI564hQmNVboWxSIPfYsgeM=; h=Cc:Date:From:Reply-To:Subject:To; b=DOmtg77CC99KWrBo3X5MffxyUx8oV3z1ieMjsHvHANe2hy6gQTHcMm4eMzN08oVWOgr AgCmx8J9y2sBkQFZvwm7lMHijKjn0BYsxjBMvdfiIwS4eValjXaoeJplJ5f5/cQyDpjge YWG+lg/lPY7zUmUZG4fMnRw3UmWF2x0BIl4= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832858070100003 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: Michael D Kinney Cc: Michael Kubacki Cc: Sean Brogan Cc: Bret Barkelew Signed-off-by: Michael Kubacki --- UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/MemoryAllocati= onLibPosix.c | 18 ++++++------ UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLibNull.c = | 2 +- UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/UnitTestBootLibUsbCla= ss.c | 2 +- UnitTestFrameworkPkg/Library/UnitTestLib/Log.c = | 2 +- UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c = | 2 +- UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/SampleUnitTest.c = | 2 +- UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h = | 2 +- UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h = | 2 +- UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml = | 29 ++++++++++++++------ 9 files changed, 36 insertions(+), 25 deletions(-) diff --git a/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/Me= moryAllocationLibPosix.c b/UnitTestFrameworkPkg/Library/Posix/MemoryAllocat= ionLibPosix/MemoryAllocationLibPosix.c index 54029283fbbf..f85a05ec06ee 100644 --- a/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/MemoryAll= ocationLibPosix.c +++ b/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/MemoryAll= ocationLibPosix.c @@ -27,7 +27,7 @@ /// typedef struct { UINT32 Signature; - VOID *AllocatedBufffer; + VOID *AllocatedBuffer; UINTN TotalPages; VOID *AlignedBuffer; UINTN AlignedPages; @@ -165,16 +165,16 @@ AllocateAlignedPages ( // // We need reserve Alignment pages for PAGE_HEAD, as meta data. // - PageHead.Signature =3D PAGE_HEAD_PRIVATE_SIGNATURE; - PageHead.TotalPages =3D Pages + EFI_SIZE_TO_PAGES (Alignment) * 2; - PageHead.AlignedPages =3D Pages; - PageHead.AllocatedBufffer =3D malloc (EFI_PAGES_TO_SIZE (PageHead.TotalP= ages)); - if (PageHead.AllocatedBufffer =3D=3D NULL) { + PageHead.Signature =3D PAGE_HEAD_PRIVATE_SIGNATURE; + PageHead.TotalPages =3D Pages + EFI_SIZE_TO_PAGES (Alignment) * 2; + PageHead.AlignedPages =3D Pages; + PageHead.AllocatedBuffer =3D malloc (EFI_PAGES_TO_SIZE (PageHead.TotalPa= ges)); + if (PageHead.AllocatedBuffer =3D=3D NULL) { return NULL; } =20 - PageHead.AlignedBuffer =3D (VOID *)(((UINTN)PageHead.AllocatedBufffer + = AlignmentMask) & ~AlignmentMask); - if ((UINTN)PageHead.AlignedBuffer - (UINTN)PageHead.AllocatedBufffer < s= izeof (PAGE_HEAD)) { + PageHead.AlignedBuffer =3D (VOID *)(((UINTN)PageHead.AllocatedBuffer + A= lignmentMask) & ~AlignmentMask); + if ((UINTN)PageHead.AlignedBuffer - (UINTN)PageHead.AllocatedBuffer < si= zeof (PAGE_HEAD)) { PageHead.AlignedBuffer =3D (VOID *)((UINTN)PageHead.AlignedBuffer + Al= ignment); } =20 @@ -279,7 +279,7 @@ FreeAlignedPages ( } =20 PageHeadPtr->Signature =3D 0; - free (PageHeadPtr->AllocatedBufffer); + free (PageHeadPtr->AllocatedBuffer); } =20 /** diff --git a/UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootL= ibNull.c b/UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLib= Null.c index a49aaefdb71f..7ff80850ff57 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLibNull.c +++ b/UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLibNull.c @@ -13,7 +13,7 @@ =20 @retval EFI_SUCCESS Boot device for next boot was set. @retval EFI_UNSUPPORTED Setting the boot device for the next boot is not - supportted. + supported. @retval Other Boot device for next boot can not be set. **/ EFI_STATUS diff --git a/UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/UnitTestB= ootLibUsbClass.c b/UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/Uni= tTestBootLibUsbClass.c index ebb42186a534..8b03e7cd15fc 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/UnitTestBootLibU= sbClass.c +++ b/UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/UnitTestBootLibU= sbClass.c @@ -20,7 +20,7 @@ =20 @retval EFI_SUCCESS Boot device for next boot was set. @retval EFI_UNSUPPORTED Setting the boot device for the next boot is not - supportted. + supported. @retval Other Boot device for next boot can not be set. **/ EFI_STATUS diff --git a/UnitTestFrameworkPkg/Library/UnitTestLib/Log.c b/UnitTestFrame= workPkg/Library/UnitTestLib/Log.c index 3998aafdf843..35544ff0659a 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestLib/Log.c +++ b/UnitTestFrameworkPkg/Library/UnitTestLib/Log.c @@ -1,5 +1,5 @@ /** - Implemnet UnitTestLib log services + Implement UnitTestLib log services =20 Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent diff --git a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c b/UnitT= estFrameworkPkg/Library/UnitTestLib/UnitTestLib.c index 64d5880783bf..d095b2f12067 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c +++ b/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c @@ -215,7 +215,7 @@ InitUnitTestFramework ( NewFramework =3D NULL; =20 // - // First, check all pointers and make sure nothing's broked. + // First, check all pointers and make sure nothing is broken. // if ((FrameworkHandle =3D=3D NULL) || (Title =3D=3D NULL) || (ShortTitle =3D=3D NULL) || (VersionString =3D=3D NULL)) diff --git a/UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/Sampl= eUnitTest.c b/UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/Samp= leUnitTest.c index c02a2dba987d..dd010a75a5a6 100644 --- a/UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/SampleUnitTe= st.c +++ b/UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/SampleUnitTe= st.c @@ -1,5 +1,5 @@ /** @file - This is a sample to demostrate the usage of the Unit Test Library that + This is a sample to demonstrate the usage of the Unit Test Library that supports the PEI, DXE, SMM, UEFI SHell, and host execution environments. =20 Copyright (c) Microsoft Corporation.
diff --git a/UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h = b/UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h index d90bff0e4c1b..de4b9566837b 100644 --- a/UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h +++ b/UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h @@ -19,7 +19,7 @@ =20 @retval EFI_SUCCESS Boot device for next boot was set. @retval EFI_UNSUPPORTED Setting the boot device for the next boot is not - supportted. + supported. @retval Other Boot device for next boot can not be set. **/ EFI_STATUS diff --git a/UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h b= /UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h index adce413818a2..0c0e82de4003 100644 --- a/UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h +++ b/UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h @@ -18,7 +18,7 @@ #define UNIT_TEST_MAX_STRING_LENGTH (120) =20 /// -/// The size of a firngerprint used to save/resume execution of a unit test +/// The size of a fingerprint used to save/resume execution of a unit test /// framework. This is the size of a CRC32 value which is 32-bit value. /// /// diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml b/UnitTestFr= ameworkPkg/UnitTestFrameworkPkg.ci.yaml index 77d51e13484c..dab416521585 100644 --- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml +++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml @@ -81,19 +81,30 @@ "Library/CmockaLib/cmocka/**/*.*" # not going to spell check = a submodule ], "ExtendWords": [ # words to extend to the dictionary f= or this package - "testcase", - "testsuites", - "cmocka", + "assertnotefierror", + "assertnotnull", + "assertstatusequal", "buildmodule", + "cmocka", + "cmockery", + "corthon", # Contact GitHub account in Readme "criterium", + "deadloop", + "devpath", + "DHAVE", # build flag for cmocka in the INF + "expectassert", + "failuretype", + "mdkinney", # Contact GitHub account in Readme + "NOFAILURE", + "notefierror", + "notequal", "pytool", "pytools", - "NOFAILURE", - "cmockery", - "DHAVE", # build flag for cmocka in the INF - "corthon", # Contact GitHub account in Readme - "mdkinney", # Contact GitHub account in Readme - "spbrogan" # Contact GitHub account in Readme + "spbrogan", # Contact GitHub account in Readme + "statusequal", + "testcase", + "testfailuremsg", + "testsuites" ], "IgnoreStandardPaths": [], # Standard Plugin defined paths that = should be ignore "AdditionalIncludePaths": [] # Additional paths to spell check (wi= ldcards supported) --=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 (#89860): https://edk2.groups.io/g/devel/message/89860 Mute This Topic: https://groups.io/mt/91176794/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- From nobody Sat May 4 16:39:56 2024 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+89861+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+89861+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832857; cv=none; d=zohomail.com; s=zohoarc; b=HtsGM9p8maJXORVZDcb6BGtkjHkllBoUKYvawitips4Lmbzj6z5p4ZpGjTY2agJEGS5BKOkKVAAHsw/NqHy990AqYGA0KFEVZDrht2J1yla9VsnlmgLE98D1Q0JS5pksP44B+Mpz1hrv3fMsO5U0mHIT15cDYqY5NA7aSFBZiKc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832857; 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=UdMO74PT9afK/YOT3UtXws8nWvaTvDfitbub3kiErkI=; b=KJ82Cl6LmPTfl5aPOHDR/+gkBvx4ig6dL6PnU6M0j+N3AuBUznZfx40puKr6i/+JBB9E6G27+g+vwlLvnUi/sBH4WG1iuDF2iBMKqt+Jz8+2DfjRi210or4MLL2GngcXEleVhAxVvYXlo6brid73S7yQERr7qY/wN01mMB7KV0k= 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+89861+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 1652832857857491.6578887456059; Tue, 17 May 2022 17:14:17 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id zmrPYY1788612xcPed8amepb; Tue, 17 May 2022 17:14:17 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.425.1652832856813197579 for ; Tue, 17 May 2022 17:14:16 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 4D37420F7222; Tue, 17 May 2022 17:14:16 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4D37420F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ray Ni Subject: [edk2-devel] [PATCH v2 05/11] FatPkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:32 -0400 Message-Id: <20220518001338.1380-6-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: e4UEg4lzDqvCv2ND3MdmrmZCx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832857; bh=G2eCsMzPA8y5isK790lTm32Ik1FCddHqgHPDRygCmoY=; h=Cc:Date:From:Reply-To:Subject:To; b=gQw3h2L+zHkySG3QnbN3QxbhDxMYOB3kIq89NPt8dm6OL6f9lAzjkHOStd7sDjOPgxU tcmRV/JEE/N+5DlTUU4BKAJ8/b/2h+za54sKrBkDpSnHwp0soCztMHXHum+W3YjqK0sBM lBLX+ZWdRbv7Uu7De1vBZ3GTWXFySejncuo= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832860023100007 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: Ray Ni Signed-off-by: Michael Kubacki --- FatPkg/EnhancedFatDxe/FileSpace.c | 2 +- FatPkg/EnhancedFatDxe/ReadWrite.c | 2 +- FatPkg/EnhancedFatDxe/Fat.h | 2 +- FatPkg/FatPkg.ci.yaml | 22 +++++++++++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/FatPkg/EnhancedFatDxe/FileSpace.c b/FatPkg/EnhancedFatDxe/File= Space.c index 909d4980d21a..1220e66598ea 100644 --- a/FatPkg/EnhancedFatDxe/FileSpace.c +++ b/FatPkg/EnhancedFatDxe/FileSpace.c @@ -347,7 +347,7 @@ FatSizeToClusters ( =20 @param OFile - The open file. =20 - @retval EFI_SUCCESS - Shrinked successfully. + @retval EFI_SUCCESS - Shrunk successfully. @retval EFI_VOLUME_CORRUPTED - There are errors in the file's clusters. =20 **/ diff --git a/FatPkg/EnhancedFatDxe/ReadWrite.c b/FatPkg/EnhancedFatDxe/Read= Write.c index 8f525044d1f1..6593e3aff79c 100644 --- a/FatPkg/EnhancedFatDxe/ReadWrite.c +++ b/FatPkg/EnhancedFatDxe/ReadWrite.c @@ -580,7 +580,7 @@ FatWriteZeroPool ( if (AppendedSize > FAT_MAX_ALLOCATE_SIZE) { // // If the appended size is larger, maybe we can not allocate the whole - // memory once. So if the growed size is larger than 10M, we just + // memory once. So if the grown size is larger than 10M, we just // allocate 10M memory (one healthy system should have 10M available // memory), and then write the zerobuffer to the file several times. // diff --git a/FatPkg/EnhancedFatDxe/Fat.h b/FatPkg/EnhancedFatDxe/Fat.h index 356cdbdb51af..e4aa8eac62c4 100644 --- a/FatPkg/EnhancedFatDxe/Fat.h +++ b/FatPkg/EnhancedFatDxe/Fat.h @@ -867,7 +867,7 @@ FatCleanupVolume ( =20 @param OFile - The open file. =20 - @retval EFI_SUCCESS - Shrinked successfully. + @retval EFI_SUCCESS - Shrunk successfully. @retval EFI_VOLUME_CORRUPTED - There are errors in the file's clusters. =20 **/ diff --git a/FatPkg/FatPkg.ci.yaml b/FatPkg/FatPkg.ci.yaml index fe95f481b50c..247028c22921 100644 --- a/FatPkg/FatPkg.ci.yaml +++ b/FatPkg/FatPkg.ci.yaml @@ -51,15 +51,27 @@ }, "SpellCheck": { "ExtendWords": [ + "bootable", + "caseflag", + "CDVOL", + "checklink", + "childlink", + "clustersize", + "controll", + "datacache", + "dircachelink", + "DMDEPKG", "ELTORITO", + "fatcache", + "fatfilesystem", + "fatname", + "FDISKed", + "FFFFFFFFL", "FHAND", "IFILE", - "OFILE", - "FDISKed", "Lfnbuffer", - "FFFFFFFFL", - "CDVOL", - "DMDEPKG" + "OFILE", + "zerobuffer" ] } } --=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 (#89861): https://edk2.groups.io/g/devel/message/89861 Mute This Topic: https://groups.io/mt/91176795/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- From nobody Sat May 4 16:39:56 2024 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+89862+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+89862+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832861; cv=none; d=zohomail.com; s=zohoarc; b=FIySeRZeIlgdWL6DdD34lvZaJ36baP8idiM8JKe2AFucPhMpDRS4N2crN6z5UgFl4k98OgkaA48r13DnpKnYfbmarAiPm2js5poK6SeFFjFPbzVnOtAO84MmRXvj3d5BCEMpah00QF3NrgbO14FSlWAHpd7Gp4YIzOkVk6A8kBg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832861; 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=dHI1qIj6QtxjqVrPL9VUtDxz35Ls/jVJUAXezCw88Sg=; b=VMK3IvKtL4GiFJGX5lZj61JzbPiqHVUvrRX8YIutfw0n5AurH8w9bdJQZ4taCxjbLfompiHZYVIYfs3P7jXoL5oWpEGrNctPcDnd4RaRwcT20dMssVszRpBDwgMOWYMHz42+D47WOOeHZtgjniwGlVmDcezDo9XtYJIQHb9NbAs= 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+89862+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 1652832861174671.4368002578748; Tue, 17 May 2022 17:14:21 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id WMyiYY1788612xkpl4T27V2S; Tue, 17 May 2022 17:14:20 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.411.1652832859757232176 for ; Tue, 17 May 2022 17:14:19 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id D62E120F7222; Tue, 17 May 2022 17:14:18 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D62E120F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Liming Gao , Michael D Kinney , Guomin Jiang , Wei6 Xu Subject: [edk2-devel] [PATCH v2 06/11] FmpDevicePkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:33 -0400 Message-Id: <20220518001338.1380-7-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: LOPuRLLI9SdzhMtgaOWbawWBx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832860; bh=UKxc/uQ4hK/tBOh3PU7xXBnUJw7HK9P/qdqkLMYJDHc=; h=Cc:Date:From:Reply-To:Subject:To; b=iM92w0yBH7XznUhyRAAmoX4e/ehqXAxMl/pK3oAaDbVAC7Q9L4ewESwamYNKP967Uih /h0yIVWilTP8j7iw0VOoFSShie028uEUMhm38r6iM/1lIYjz6kbDtUjqudUyG3HL/GXeU 94gkvm/GTnp47fuQv0uszLykKyccsGzfUkw= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832862057100011 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: Liming Gao Cc: Michael D Kinney Cc: Guomin Jiang Cc: Wei6 Xu Signed-off-by: Michael Kubacki --- FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c | 2 +- FmpDevicePkg/FmpDevicePkg.ci.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c b/Fmp= DevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c index 76a1ee3f40db..c5b6bd18ba44 100644 --- a/FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c +++ b/FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c @@ -56,7 +56,7 @@ DEPEX_ELEMENT *mDepexEvaluationStackPointer =3D NULL; /** Grow size of the Depex stack =20 - @retval EFI_SUCCESS Stack successfully growed. + @retval EFI_SUCCESS Stack successfully grown. @retval EFI_OUT_OF_RESOURCES There is not enough system memory to grow = the stack. =20 **/ diff --git a/FmpDevicePkg/FmpDevicePkg.ci.yaml b/FmpDevicePkg/FmpDevicePkg.= ci.yaml index 1b3e2187356d..81d564876cb4 100644 --- a/FmpDevicePkg/FmpDevicePkg.ci.yaml +++ b/FmpDevicePkg/FmpDevicePkg.ci.yaml @@ -60,6 +60,10 @@ "SpellCheck": { "ExtendWords": [ "FMPSTATE", + "lastattemptstatus", + "lastattemptversion", + "lowestsupportedversion", + "updateable" ] }, "Defines": { --=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 (#89862): https://edk2.groups.io/g/devel/message/89862 Mute This Topic: https://groups.io/mt/91176798/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- From nobody Sat May 4 16:39:56 2024 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+89863+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+89863+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832863; cv=none; d=zohomail.com; s=zohoarc; b=dBPkUSd1tZ1ijtQz6OOBWT4QCYGI5hQeu9/XXqV71Ej2t8zzA5XL6yFJZmuQrcazh5Mps8e85FLXBVEyb+Estn96P3nwCBh2BvCJa583xwXIzC8yN5X3LqRjGdP3hqCk2hsDxR4XTO4BpWGMq4cvGnb+pZJhdFj92vCZRN8p2Yg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832863; 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=ct7pOOHNIGoK+8lfFqwJ5UkqXaEbvZdv/d5PhZTiniw=; b=WG8R/l0/E/JMxf67nPUOK3xo+Nbp/3ST7Ly8RRE4UeXAF0L2MQFy0PqneRviv9z0sctKsylKh4Wl8gFoCm4nafqUVpAjQBNd75UvA4Xp4OA4cO8KJfrekwBtCd3yVN3u1g0fUuA/DmN62AV3Z/1afatLHu1bzQ9ksHX4mpSJL8A= 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+89863+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 1652832863422422.25425962107136; Tue, 17 May 2022 17:14:23 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id zXhCYY1788612xZbJPpsu25M; Tue, 17 May 2022 17:14:23 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.412.1652832862385552363 for ; Tue, 17 May 2022 17:14:22 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 949FA20F723C; Tue, 17 May 2022 17:14:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 949FA20F723C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [PATCH v2 07/11] ArmPkg: Ignore new typos reported Date: Tue, 17 May 2022 20:13:34 -0400 Message-Id: <20220518001338.1380-8-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: 5nT5mcSciVy1N2hqSpW9ZQLex1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832863; bh=FxWKIo9vhxRFgCWXr7pCTDU8xBmJu83QiFJrevoZnUk=; h=Cc:Date:From:Reply-To:Subject:To; b=dcoQDF/J71IpRu9Or2j6/zCoTEXtfL/c2KQcmg4iQo0BZG9C7sgfplrDCXF6jju9hZR 5iBnlW0YpY8jT4ws5zxHCNiIM/MtPj8NsJckpcqyQH8R0XXYEl0urcwvxtfvSzpOzMsSS 519cffgg5g8wVVbyLW7Dysglb4Qr6QmOxdc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832864084100013 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3929 The SpellCheck plugin began reporting new typos that were previously missed. Due to the number of spelling errors in this package, no errors are fixed in this change. They are ignored to unblock overall edk2 CI. The maintainers should visit the list of extended words for SpellCheck in ArmPkg.ci.yaml and determine the best resolution for each item. The following BZ was filed to track that follow up: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3929 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- ArmPkg/Drivers/ArmScmiDxe/Scmi.c | 2 +- ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c | 4 +- ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c | 2 +- ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.c | 6 +-- ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c | 2 +- ArmPkg/ArmPkg.ci.yaml | 53 +++++++++++= +++++++-- ArmPkg/Include/Library/OemMiscLib.h | 2 +- 7 files changed, 58 insertions(+), 13 deletions(-) diff --git a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c b/ArmPkg/Drivers/ArmScmiDxe/S= cmi.c index d5a1ff0be33c..f3bf08a99e76 100644 --- a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c +++ b/ArmPkg/Drivers/ArmScmiDxe/Scmi.c @@ -146,7 +146,7 @@ ScmiCommandExecute ( /** Internal common function useful for common protocol discovery messages. =20 @param[in] ProtocolId Protocol Id of the the protocol. - @param[in] MesaageId Message Id of the message. + @param[in] MessageId Message Id of the message. =20 @param[out] ReturnValues SCMI response return values. =20 diff --git a/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c b/ArmPkg= /Library/ArmDisassemblerLib/ThumbDisassembler.c index 6dae7a9121af..dbd1f6c211ab 100644 --- a/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c +++ b/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c @@ -202,7 +202,7 @@ THUMB_INSTRUCTIONS gOpThumb[] =3D { }; =20 THUMB_INSTRUCTIONS gOpThumb2[] =3D { - // Instruct OpCode OpCode Mask Addressig Mode + // Instruct OpCode OpCode Mask Addressing Mode =20 { "ADR", 0xf2af0000, 0xfbff8000, ADR_THUMB2 }, // ADDR = ,