From nobody Tue May 7 08:53:01 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+89834+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+89834+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803266; cv=none; d=zohomail.com; s=zohoarc; b=Wv9hXKZdGMkgXfi/PV67tWO1iXTInSWWuK279RklqxaGx/b/DuJEC5h3N0dJ57EaJ3zP2+VpEQ4h7I0tAasH0l9eXbQYUGT4yztOKzZr3SiJ16pQuuEfUK0sYotXSgbjc00WPPUhnmqKXSWSUysKSYqN+AZM+Q4JytKLcVVMdpU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803266; 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=UHnNpDKiuiuaeE0AKb1ZiNDL3bJ7kVOw9dlXLp65REA=; b=iZepwczPYZV6qbllKJuzcvNUJpmdBa9BAXaT4dcJyDtkjziXQ434BfLuNjSkR4ULnxQyfTu2zAcAcPuGSE8KS+dzKsjjP37kKbRrPv7dtoUTb9ypeEaM49hj3j4X61PnDisW1rvlF/LdUtV6iypBt4Z89zCt6XZwRkZiAXExcYs= 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+89834+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 1652803266624186.44250098334828; Tue, 17 May 2022 09:01:06 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id aHrJYY1788612xc7TnMfGOWW; Tue, 17 May 2022 09:01:06 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.9329.1652803265534180747 for ; Tue, 17 May 2022 09:01:05 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 6A35920F722E; Tue, 17 May 2022 09:01:04 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6A35920F722E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Ankit Sinha Subject: [edk2-devel] [PATCH v1 1/8] PrmPkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:36 -0400 Message-Id: <20220517160043.1210-2-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: ol06iryvuo3mGXOrHX2ntLSjx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803266; bh=kHu5+Tshjl6TU37EdcYAco0DzRXJ97HtbQPvqMP9zdw=; h=Cc:Date:From:Reply-To:Subject:To; b=tqpAPS1OSW7QLjzg4K8uGNPT/HDDJSmRxXBj70UvOpTUZEJycbvmyNla3rjCPeSV1lF aj5u1eSmXs7Veu40A4epve835Y2MbBTDxd4XfYLEU/pWdJqmy+ng1xr7na7Hcr4r7jlgI f3SkdoA1oam2iaKCKAVcw3kKK+A5ZEFbXWE= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803267046100001 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 (#89834): https://edk2.groups.io/g/devel/message/89834 Mute This Topic: https://groups.io/mt/91166948/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 Tue May 7 08:53:01 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+89835+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+89835+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803269; cv=none; d=zohomail.com; s=zohoarc; b=lNqnVgtKNjmkmJphFNJyt7XmC7uL0JMgBxxDCFRxStTwgYgNe/3aicXGK5Rocn9Z/SnQKEakZkO1tlImsun4WZbMtUYK5F/Amg3BQyNkvLfd4CTV/kdLICPn8lPzDFhZFff/xkU/K4rP6P0BrrUNnuC+pNYcu47PSEIr8VDFUzw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803269; 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=x6XjurH2A7o+EVnIGptVALjvLIf7DwqetfG9SSp/PpI=; b=cFwNFNwkMjFbtu2qymh+UdfixqBBLigrYsYHph3SKl3Can22BnR52TO+gFcDIIK9xKWdqfE0slWPVmXxaQUpAz4v/Cb9jju8KUyCLQyMemvXDv1bqVw9TinT5pgoYVG9ZaoQW+XmQVkYudrzJAi/WmbNmAcGbawTAoYJfZomerk= 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+89835+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 165280326968734.087749771758695; Tue, 17 May 2022 09:01:09 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id SBJvYY1788612xA9roTg2zp3; Tue, 17 May 2022 09:01:09 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.9374.1652803268736203764 for ; Tue, 17 May 2022 09:01:08 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id B67AB20F7229; Tue, 17 May 2022 09:01:07 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B67AB20F7229 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh Subject: [edk2-devel] [PATCH v1 2/8] StandaloneMmPkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:37 -0400 Message-Id: <20220517160043.1210-3-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: ZNQNoAoWyyLGD2wv8epRUp9cx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803269; bh=JKy+z+IsiLmDbrRaeFNXM2gk7byBNbN6RH5qkBij/fA=; h=Cc:Date:From:Reply-To:Subject:To; b=GnY/NVu77TXP3+KMvZdh8gOBAMW9xqBwdxSjCuIxQVIt/WbhROCV+cOHYkXzJ/M62Ff eNaeWTSvcX3peP7JYxJKTPU08aJbJF0Hck326xtEQaxnUdLH/VI6B0Oilro72ePyaLTNQ 1AqlwYHaSA9p8Wyz2RRdpCQ9qv1Pj2SHjy8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803270989100005 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/Include/Guid/MmCoreData.h | 2 +- StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 9 +++++++++ 4 files changed, 20 insertions(+), 11 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/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 (#89835): https://edk2.groups.io/g/devel/message/89835 Mute This Topic: https://groups.io/mt/91166951/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 Tue May 7 08:53:01 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+89836+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+89836+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803273; cv=none; d=zohomail.com; s=zohoarc; b=AzSeEOpEQ5l6vnx5yl6gD0kmrJiNAXKLE+GTJkTuELuoKDpsA/PIeQN9vJlXEhoWayPYZq7YQZTk/51jUWhvfjBNd+llXVNCN9N5uSYCwuTn53kdBdMWTzK8ZcBcbHxyxY/4p6bt+jHH39EDGI3JY0qdRld/9ye/cNfWJ6nRKjg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803273; 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=Stpn9S5ySlaUKatGuOzFTQja35SCcDfv3RrO1zrVFVo=; b=h/JkdojlpnTSO6lTeJapA1D6L9P7ybRlxWN13mkdkbHN9/OgCSwHlXQBiqAXL+F4cNJ0mZGQvfK1feGUHrWEbklSxcpmvJMhWkHXx+LWR9y8FP3MVL4KGMMyT51tb6hq162398LKAl4imkA3nCmp+0WFdxBD4roH0ImD3Ryp9cE= 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+89836+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 165280327354483.13952225442904; Tue, 17 May 2022 09:01:13 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id P5zWYY1788612xWCb2iKFsnE; Tue, 17 May 2022 09:01:12 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.9331.1652803272064557371 for ; Tue, 17 May 2022 09:01:12 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 1667C20F722E; Tue, 17 May 2022 09:01:10 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1667C20F722E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov Subject: [edk2-devel] [PATCH v1 3/8] DynamicTablesPkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:38 -0400 Message-Id: <20220517160043.1210-4-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: 7X3ZmdytwxdWw75YUIkE8VO3x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803272; bh=xeI/IL/YKruQlz9lYMKyb4oB77WpcKWa5FIDXSWdBU0=; h=Cc:Date:From:Reply-To:Subject:To; b=QmsEtlX1szu9YaHxR+NQpS6K1Eo+M95qUJP6TipZnL9bDYHipsKBAUMX9JJSZu5FEvI axLGoq93dCz4guYX3qQ5b8HqnODgg5q5Zt8aKENxPXQjdRjVsWoQOPjlw6BnWuXGmb3XA J0c+lnV0cMSSEABfFAS9slXwXjqJUi5d080= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803275073100001 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 (#89836): https://edk2.groups.io/g/devel/message/89836 Mute This Topic: https://groups.io/mt/91166954/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 Tue May 7 08:53:01 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+89837+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+89837+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803276; cv=none; d=zohomail.com; s=zohoarc; b=LwgXCaMv7X9+d3VLwJeTslaJtGo7WKibfUseEqgNSgRk9NY2BJwSfSvoTqbW7kjEuEVSZ/jjs2r7iAoukncxzovvjCim99EQLnzh3VamUX5TR1DCWSc8fS2TEsN4cyowDdlVRa3HLTFj6kVzKxWbJSRAZ9NdX86hTBWvflJo7fo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803276; 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=WtUWuhuAgylbLN/yDXzfHOOOcVfJWCqcr33GHCNrxsM=; b=e0b2LjiUokhvL/LPk4e+giLGswXOJ50cQ74yqdXwR1CFUlVAKRZTsWvs6rfmGhtT3pKA0R/AH0YmKvex6F73Knb6q1l2mzrgYOJqLcsofNmBH0N7cX9jQr/Prguk3cLO0lR0Fof03zSfNf4YwF/xmpreAWozxc1Jg22S5e0SaYw= 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+89837+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 1652803276682753.8398958883752; Tue, 17 May 2022 09:01:16 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id gXRBYY1788612xC0VqxVOBf6; Tue, 17 May 2022 09:01:16 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.9334.1652803275248273103 for ; Tue, 17 May 2022 09:01:15 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 4C3B720F7229; Tue, 17 May 2022 09:01:14 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4C3B720F7229 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael D Kinney , Michael Kubacki , Sean Brogan , Bret Barkelew Subject: [edk2-devel] [PATCH v1 4/8] UnitTestFrameworkPkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:39 -0400 Message-Id: <20220517160043.1210-5-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: TvqibWBZycgdMl3nWSFMjGNvx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803276; bh=+ePasLD4tQAvIxaovdnOPLjt9n77AW1GiQH5WuHQoh8=; h=Cc:Date:From:Reply-To:Subject:To; b=pFrNU3P7iUY/50MV7RSP+Z0YdSJXPIVPhP3nEhJSyxgUBxZ5KyTwEmAI82Ahuk09BOw tRcJnwugVwUjn9vcj94OOusXe08TgiFAjKB13Qc7Xe2uAF7JHZaDpLn+MPuLO57ZKq4Ur Q1ckaaMUBSfC5uacs1o2j5TtVzCHAJFSi+8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803277088100006 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 (#89837): https://edk2.groups.io/g/devel/message/89837 Mute This Topic: https://groups.io/mt/91166955/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 Tue May 7 08:53:01 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+89838+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+89838+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803279; cv=none; d=zohomail.com; s=zohoarc; b=bqKEUlP2vc2FwE1UhsGPdVH3mAcUHN7hrPNA7gxiLqtXkWB8ijw2MMUbL8HUcfnr8eRzT0uUCArZpbssFi3zBtzXBPbv+eHtENCjmK70Da1UUs91XNUdzPkkVXmw7ciwzLOisZs0B/QS5qMF20+QBS0SO49t3NXO3yLzS6988IM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803279; 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=AOorltOrQTImteOyMx+ZaNvy5M9SdPAjuCsGBfyTTSc=; b=VJwcR1eAHQ4+6TOGsJSR4bHS3+vOsbj1fTEowQpklYshNhle0bWux0StTw210fnDlU/183Q3Asf0tPNvx6JjdE1ZslT6v8cImBefBnwKD/ntWin9sKUU0jtx7sPkCb51pAVnqgwZhHKfx7BOc+iJfo4/z6ZJ4Py8Qzdw81m44pk= 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+89838+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 165280327900126.732906659034825; Tue, 17 May 2022 09:01:19 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id z7WDYY1788612xsH2bC2YDg2; Tue, 17 May 2022 09:01:18 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.9319.1652803278061297538 for ; Tue, 17 May 2022 09:01:18 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 8686B20F7222; Tue, 17 May 2022 09:01:17 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8686B20F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ray Ni Subject: [edk2-devel] [PATCH v1 5/8] FatPkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:40 -0400 Message-Id: <20220517160043.1210-6-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: TuMtORDPhYLEBf7nfmpBPET6x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803278; bh=7pjokvrwCJSpiWMtxFVVu9czG3PDDryNCNderdrvIpI=; h=Cc:Date:From:Reply-To:Subject:To; b=tvAGI+2Z88niNlEYtBXYoGzyr6P8Drz1WK6Y701Lymp5YYbF3OmYUxeR098FXprkDr/ dubxPvox5yjhXGBl9IUdaLEQGyjpOUPWrhg1liMqglpQmdpD2hEPNwGXL2kSzhH5qfrip V7WbvTrKxVgWPyh5vhTq1acOjZJFcAE6sdY= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803281067100002 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 Reviewed-by: Ray Ni --- 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 (#89838): https://edk2.groups.io/g/devel/message/89838 Mute This Topic: https://groups.io/mt/91166957/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 Tue May 7 08:53:01 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+89839+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+89839+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803282; cv=none; d=zohomail.com; s=zohoarc; b=PjbycDBG53sVYEm0TIt2isU3xZUBduRxeHVwSRLTiUeIAh6AwET631w33873QyugnAywe2zPqpmcZbxLrN5mzY4eUessRhx3Kns8/tPZAhW4EdrUr0saQpqFdf9AMtLA/3AcBtzBoRS11sKhMU1IxCpwWdAacIlQ4XdK3ltuQdQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803282; 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=hFFEhiWnqOl6wwpGt+Tyo8xI9Eza8oahlV1nsnAgrLM=; b=XvqlOFmF4oeTim/jz24sMmPSa/3Wsw8P/yCT2YcQRS2XXasjX6Stzt3CmiNH/f7UKv5XQ9JbzAtBdPxwEMfNq3l273TurODBEGQfVPcBQS6OoFrTS/JtOLJPMRa8/hJEg+OKZOck6MyHviuckFTkdShsj27bT3WPeI74fpmKFF4= 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+89839+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 1652803282100448.13795136815054; Tue, 17 May 2022 09:01:22 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id bfHNYY1788612x8hvAauBDrJ; Tue, 17 May 2022 09:01:21 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.9164.1652803281249188170 for ; Tue, 17 May 2022 09:01:21 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 5BCBF20F7222; Tue, 17 May 2022 09:01:20 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5BCBF20F7222 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Liming Gao , Michael D Kinney , Guomin Jiang , Wei6 Xu Subject: [edk2-devel] [PATCH v1 6/8] FmpDevicePkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:41 -0400 Message-Id: <20220517160043.1210-7-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: xTxR8fPhZO7fMnxaxov6ctOwx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803281; bh=xD+O6bj94LTjwCw+gy0n0DUDy/k6nA0mEbLzDecMRaQ=; h=Cc:Date:From:Reply-To:Subject:To; b=WCFdhwUi0bfxgEn7Gegrghho1IwD/qt1jc/YBcA8y9AKF5rnA+b3yfYneOM+HOZj9YO MqRc056x1Zv4VvM/eNJLoMwWpo+WtL8yUd3h0q6ijkXLX+sGjRmACIZyvlQ18nxy1lbKu x4IqSLqmizwP9gAFQEGmD+GfVu9dm4Qw7Y4= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803283078100006 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 (#89839): https://edk2.groups.io/g/devel/message/89839 Mute This Topic: https://groups.io/mt/91166959/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 Tue May 7 08:53:01 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+89840+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+89840+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803284; cv=none; d=zohomail.com; s=zohoarc; b=UHRtfAsV+AQw0L4+Hfi5fJ2VHu/RecmUztmhoiSMgZm9agt7UTani78Hnc/ch/EN6apx8Rp4/WjQVnnnakZqYYLpTfKca/ImHf/C4/H5vZW39nKOAq33m0ob68XK5zq/M78agIp6Et3DV8XA11Hpr3ltlv9tqfCtT3/fi69EIXM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803284; 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=lMaisQ+UEStxhCh/u02orLqHSOzMnzGdwu6G/++br/U=; b=Otc0Ryp+nZrHk9WT1Nxef2aTId5aTBunaJ/MTO1gp7q5wS5qcttfRgqDIKxQV2bIhBj3kzKogJwaV3u/TG7TitaH+UlnMFZ/StBhEtA8yhEx5UOLqvqKtfmpU3s7fW6DjUiJNxhnDyHqV2dItLB+xxhdnK6ISzPyCyNyrQejeCY= 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+89840+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 16528032849221007.5050306715281; Tue, 17 May 2022 09:01:24 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id RagOYY1788612xX6YDPgikHt; Tue, 17 May 2022 09:01:24 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.9336.1652803283955899425 for ; Tue, 17 May 2022 09:01:24 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 36A5120F7229; Tue, 17 May 2022 09:01:23 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 36A5120F7229 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [PATCH v1 7/8] ArmPkg: Ignore new typos reported Date: Tue, 17 May 2022 12:00:42 -0400 Message-Id: <20220517160043.1210-8-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: LMayzFaoA3x2bRvXzIptYUHqx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803284; bh=LvvLxFPK0syNiABBc3Uy36kIf3gYUwMDNojejOwi4FY=; h=Cc:Date:From:Reply-To:Subject:To; b=BQC3Fo/kPhNTi7yWYsd4U+0hbgna/Yk8z7+x2kW0ZG3v9tq7TvnVcFLnD2C2E/63u2i gkjHA1PAwp4t/SgjYDDdBCB6AKglrf5B/phSQDIDlLugtKhXbAKz0sULjnjgGvv/u4Lqk G1nDUzqeJw4wJpcWJZ/gQkvqzm7vIC771+w= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803285222100009 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki 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 --- ArmPkg/ArmPkg.ci.yaml | 55 +++++++++++++++++++- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml index b7e07aaef675..1874ba61eaaf 100644 --- a/ArmPkg/ArmPkg.ci.yaml +++ b/ArmPkg/ArmPkg.ci.yaml @@ -93,20 +93,34 @@ ], # use gitignore syntax to ignore erro= rs # in matching files "ExtendWords": [ - "api's", "ackintid", "actlr", + "addressig", "aeabi", + "api's", + "armgic", + "armltd", "asedis", "ashldi", "ashrdi", + "autoreload", "baddr", + "batard", + "bootflow", + "bootup", + "cacheability", + "cachetype", "ccidx", "ccsidr", + "characteritics", "clidr", "clrex", "clzsi", "cnthctl", + "codeview", + "commonlpiaff", + "comms", + "conout", "cortexa", "cpacr", "cpuactlr", @@ -121,11 +135,15 @@ "dcmple", "dcmplt", "ddisable", + "deadloop", + "devicepath", + "directlpi", "divdi", "divsi", "dmdepkg", "dpref", "drsub", + "everyoneelse", "fcmpeq", "fcmpge", "fcmpgt", @@ -136,6 +154,7 @@ "hisilicon", "iccabpr", "iccbpr", + "icceior", "icciar", "iccicr", "icciidr", @@ -143,24 +162,33 @@ "iccpmr", "iccrpr", "icdabr", + "icddcr", "icdicer", "icdicfr", "icdicpr", "icdictr", "icdiidr", + "icdipr", + "icdiptr", "icdiser", "icdisr", "icdppisr", "icdsgir", "icdspr", "icenabler", + "innershr", "intid", + "invall", "ipriority", "irouter", "isenabler", "istatus", "itargets", + "itstate", "lable", + "langcode", + "langcodes", + "largepage", "ldivmod", "ldmdb", "ldmia", @@ -174,25 +202,38 @@ "ldrsb", "ldrsbt", "ldrsh", + "ldrsht", + "littleendian", "lshrdi", + "memclr", + "mesaage", "moddi", "modsi", "mpcore", "mpidr", "muldi", "mullu", + "nonsecure", "nonshareable", "nsacr", "nsasedis", "nuvia", "oldit", + "outershr", + "pagetable", "pcten", "plpis", + "postmem", + "premem", "procno", "readc", + "reglist", "revsh", "rfedb", "sctlr", + "semihalf", + "setend", + "sharelvl", "smccc", "smlabb", "smlabt", @@ -218,7 +259,14 @@ "strexd", "strexh", "strht", + "subhierarchy", + "subtrack", + "subvendor", + "successfull", + "supersection", "switchu", + "targetlist", + "tmpname", "tpidrurw", "ttbcr", "typer", @@ -232,7 +280,10 @@ "umodsi", "usada", "vlpis", - "writec" + "watchdogtimer", + "writeback", + "writec", + "xectue" ], # words to extend to the dictionary fo= r this package "IgnoreStandardPaths": [ # Standard Plugin defined paths that "*.asm", "*.s" # 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 (#89840): https://edk2.groups.io/g/devel/message/89840 Mute This Topic: https://groups.io/mt/91166960/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 Tue May 7 08:53:01 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+89841+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+89841+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803288; cv=none; d=zohomail.com; s=zohoarc; b=DvZYwWSv7Aac8kfJ04yj7PdB7bKo8+nAg2MVYcugNNx1xXzrr9us8xceT2xNLMwVmFO2Ib6ASoyOzsBLXbEl1yRWrmMeyf5Zbd0C2M5/0h8f1iTMFxHgLRKeCzTes66q/8HSzZFyF/bx+GH2DyqNagjBwyggWKFBdOXI3IfDukg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803288; 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=baRc8Jao5k3TSxcFGsoPa5hcV3bUVXka81etzvtSxL4=; b=VuSMPnvNXOZ7Po3W2Qhx2Nhqtyv7UtYAhWHJAj3dHjbv+az9+yr1WwyrIYOAccBgQXEWmyJg6ifHFPJ3joeZoRTsNXsWwXnrB6J/KsluQ5HlJSPsvysih1ViLn2RwcaDtstPTHu2YpsuFyY6xSNJtsvkz+GWPWj28ci8rGpKwuA= 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+89841+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 1652803288573532.6448729758774; Tue, 17 May 2022 09:01:28 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id JFpVYY1788612xeq2STbo6lW; Tue, 17 May 2022 09:01:27 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.9380.1652803287159684905 for ; Tue, 17 May 2022 09:01:27 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 22C3420F7229; Tue, 17 May 2022 09:01:26 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 22C3420F7229 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v1 8/8] ArmVirtPkg: Add new ignored spelling errors Date: Tue, 17 May 2022 12:00:43 -0400 Message-Id: <20220517160043.1210-9-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: zosLxT2wlShE1Zqnk5FJCJJKx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803287; bh=BHj29BvzH1JdTUIZ4R3HSA+lNPd3d6pVpUEtedyJYqw=; h=Cc:Date:From:Reply-To:Subject:To; b=n8V5ZlRoRWDxGHFrNnPCMI1DRTIunTHeQOydWu+if0yh7E1ro5TY8xrnhDws0ZSlUak /yKcfhwaLbPbRgE18dtm3H2ZuRNTBuRW9uptpHIfPuedoQ0ewwIQwUaHXDffROhmnKoKj wuGMkELhzkZrA0y34lFDr81Pz2obtJBQqnU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803289165100002 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki The SpellCheck plugin began reporting new typos that were previously missed. This change adds the new words reported to the extended words list in ArmVirtPkg.ci.yaml. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki --- ArmVirtPkg/ArmVirtPkg.ci.yaml | 25 ++++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index d5d63ddd4fd7..e6963a719ea1 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -101,27 +101,32 @@ "ExtendWords": [ "acpiview", "armltd", - "ssdts", - "setjump", - "plong", - "lparam", - "lpdword", - "lpthread", - "lresult", "bootable", "bsymbolic", + "cloudhv", + "devicepath", "endiannness", + "finalise", "fvmain", + "kvmtool", + "lparam", + "lpdword", + "lpthread", + "lresult", "multiboot", + "periph", + "plong", + "prefetchable", "qemu's", "ramdisk", "ramfb", + "redist", + "setjump", + "ssdts", "unbootable", "virt's", "werror", - "xenio", - "kvmtool", - "cloudhv" + "xenio" ], # words to extend to the dictionary for this package "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 (#89841): https://edk2.groups.io/g/devel/message/89841 Mute This Topic: https://groups.io/mt/91166961/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-