From nobody Mon May 13 01:27:00 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+97382+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+97382+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058394; cv=none; d=zohomail.com; s=zohoarc; b=OJGz1XcsiMpl8Q3TajS+pZyzU7ORwffz4mOu0/jlvb+GCQmbiFd0fSDX15w/nzoQysWDt2gmI86E1gvlnN5T+KEGnBjVP5vpfeM8yCrqK5dmljpMLCDCQedeRCRd3PQGWea6rN9o8wU6K12Evku767VX+NINBSDvlrNKFKjG/eg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058394; 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=kSfqkb5ENKayOsDSyArk4d3t9plVXrlsJ9kM4BHcNa0=; b=Rm087sLkIzcLU5QwnLN9s2YfxnpJqxMw1EkdDTPcA2HKYak0aO4LzgggkVOP0M0+TslB0w+DkwjBH9oqyHcLHyFIelTNvbDNwIW9EwMl9qIjxDP2AC5Dp18028yYrt48z3vVUoR6o2+tQdil2UtrwRXctTyUYpk+oDX801rK3xc= 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+97382+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 167105839419797.74488824372418; Wed, 14 Dec 2022 14:53:14 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id ee0aYY1788612x2XbMG59bEJ; Wed, 14 Dec 2022 14:53:12 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.118981.1671058392282524055 for ; Wed, 14 Dec 2022 14:53:12 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 4CF6220B87DD; Wed, 14 Dec 2022 14:53:11 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4CF6220B87DD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Ankit Sinha Subject: [edk2-devel] [PATCH v3 01/14] PrmPkg: Fix new typos reported Date: Wed, 14 Dec 2022 17:52:39 -0500 Message-Id: <20221214225252.1660-2-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: TS7T6wdCNt5R20kn8gaCzzLBx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058392; bh=sOuN7SeXW7cFDDUnMVmBqlvWi5siyPPSvAo6U/LSOYw=; h=Cc:Date:From:Reply-To:Subject:To; b=qrxvIiWYKOFtTm5hDhQSFNp5zWjPme1ftf7Cokmk+e52Y7GD9WQvhriReRytg2imaUK aK9LMy2wo6tBeqUqPWHCitElbHLLj4yDeAAJTa9Xhl5Yc4NrtdKo7+PVG95xH3C5fxNDy 7UcYt3HnGtmu5QG5QFbPE5Iwy1y0g4+++VU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058395555100001 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 +- UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTestUefi= BootServicesTableLibImage.c | 2 +- UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTestUefi= BootServicesTableLibProtocol.c | 2 +- PrmPkg/Include/Library/PrmModuleDiscoveryLib.h = | 2 +- PrmPkg/PrmLoaderDxe/PrmAcpiTable.h = | 4 ++-- PrmPkg/PrmPkg.ci.yaml = | 9 +++++++++ UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTestUefi= BootServicesTableLib.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/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/= UnitTestUefiBootServicesTableLibImage.c b/UnitTestFrameworkPkg/Library/Unit= TestUefiBootServicesTableLib/UnitTestUefiBootServicesTableLibImage.c index 144cc33e25c0..7c1c4b854b65 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTes= tUefiBootServicesTableLibImage.c +++ b/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTes= tUefiBootServicesTableLibImage.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/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/= UnitTestUefiBootServicesTableLibProtocol.c b/UnitTestFrameworkPkg/Library/U= nitTestUefiBootServicesTableLib/UnitTestUefiBootServicesTableLibProtocol.c index 437082d516ea..3d8110c8f8cd 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTes= tUefiBootServicesTableLibProtocol.c +++ b/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTes= tUefiBootServicesTableLibProtocol.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 2d4d12815d6b..521d95a2620f 100644 --- a/PrmPkg/PrmPkg.ci.yaml +++ b/PrmPkg/PrmPkg.ci.yaml @@ -94,10 +94,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/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/= UnitTestUefiBootServicesTableLib.h b/UnitTestFrameworkPkg/Library/UnitTestU= efiBootServicesTableLib/UnitTestUefiBootServicesTableLib.h index 82853bb61a1c..20958589b254 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTes= tUefiBootServicesTableLib.h +++ b/UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTes= tUefiBootServicesTableLib.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 (#97382): https://edk2.groups.io/g/devel/message/97382 Mute This Topic: https://groups.io/mt/95678199/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 Mon May 13 01:27:00 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+97383+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+97383+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058395; cv=none; d=zohomail.com; s=zohoarc; b=kF9TiCCdeRPOv3edemDaIExnxVnqr11dJ2xIT+3N2jldKTan458tq1FBcF+MspaxvvyRNldXWQLXjup3d3pyojZ0Vcy2Qc7GqfcaOsd2sPQ2sR2ptm/uwP3hZopI66ryZfmPmkk9DTmdEgUKqHrPiHOD+SaBdPP+LZxrzrbqJOQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058395; 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=8ZBsCbH/YbBMf8XIQrnXEkAMoPhQIy65Oinr0tRPdTU=; b=eHD0igs8gfKH3sZdREmKkBxx+9qE1G8qk9AgNXxZppEfSt9fdq18IAoVyKU0+6Cjar0iDEmVcfcc3ivTaHI8kJ/QOB8tKokbGAI71SEUfcRoNjskuLLtTNx2+R7jmK++qCbhahoxu4CdpNeSt58rOgBQD42ja6K0lOyX5nN8K2M= 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+97383+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 1671058395855405.9511456491359; Wed, 14 Dec 2022 14:53:15 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id x1BbYY1788612xiuUtkMR4eb; Wed, 14 Dec 2022 14:53:15 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.118982.1671058395143692053 for ; Wed, 14 Dec 2022 14:53:15 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 1DEAD20B87D7; Wed, 14 Dec 2022 14:53:14 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1DEAD20B87D7 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh Subject: [edk2-devel] [PATCH v3 02/14] StandaloneMmPkg: Fix new typos reported Date: Wed, 14 Dec 2022 17:52:40 -0500 Message-Id: <20221214225252.1660-3-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: qre3gDftHe8vCafNXsOeRLQKx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058395; bh=vt+AuRc3QpR1skpL744M0AKN9ymJaUVGPtGl2iYef+k=; h=Cc:Date:From:Reply-To:Subject:To; b=mtkvxgm87HFqVaS3qzESPHkQVt5FSSLVacYWebLqkPQzPp9CeIioBsl83pz6X0b/fDv +92pitv1/7EzOvyUWfLqewYDcAwjNAc+QmE/3VnzJUCqMFRAEP1TvoaMEabZWcFNMvxLE gAJrfckpwWeKa1pksry7fKEn+oOuf+HLGb8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058397707100002 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 | 8 ++++++++ 6 files changed, 21 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..c91e79f4b865 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -81,12 +81,20 @@ "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs # in matching files "ExtendWords": [ + "bootinformation", "Bsymbolic", + "bugbug", + "combineable", + "depexes", "FwVol", + "hoblist", + "imagehandle", "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 (#97383): https://edk2.groups.io/g/devel/message/97383 Mute This Topic: https://groups.io/mt/95678201/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 Mon May 13 01:27:00 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+97384+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+97384+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058398; cv=none; d=zohomail.com; s=zohoarc; b=GEzPOMPbv/KMyPH7m88CKcR9trDwUted/HY9x3YTfzDSMnRwakq2r3/ufMJLVszexSb7FMHAo/Bgwce431gLcg5NJyBTxAfSr+6KQ8iV/0+KB6rXWhg62rZAvA7Fga0SrFKSePvZeTB1mdAixcpkNkXdmjD4nkP/tBL7sCloC5w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058398; 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=DXMOi+OsFrjhD90FMfse1O/3aK4LQtV+zPvgQ3dbP4M=; b=nYVNvv2J5c5uDoqYRqeE6t5Zsltu8pUdJRoNl6xmIu3plO2QkjbthO8rZTARfSingfK4uAU8yEgahxs1HjvJ4waQXOcNXZtJgX7S3YAVNvIDuf3TZ5Th2115PQ+xWKJ+Q3flMJW48pyxbUNKwOQtGEcyfhz4pasTHBcGUuplWhA= 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+97384+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 1671058398588265.79403656501586; Wed, 14 Dec 2022 14:53:18 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 6e23YY1788612xC1mXhefFb6; Wed, 14 Dec 2022 14:53:18 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.119845.1671058397720644215 for ; Wed, 14 Dec 2022 14:53:17 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id C0A3020B87DD; Wed, 14 Dec 2022 14:53:16 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C0A3020B87DD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov , Pierre Gondois , Sami Mujawar Subject: [edk2-devel] [PATCH v3 03/14] DynamicTablesPkg: Fix new typos reported Date: Wed, 14 Dec 2022 17:52:41 -0500 Message-Id: <20221214225252.1660-4-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: INMH50PviO2Y65QzBNz7ojANx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058398; bh=VHUcH1wAbOQhPuVUwe4H+lxULZg9PByhZ4kD2n5advo=; h=Cc:Date:From:Reply-To:Subject:To; b=dwMR40/KpG8/q/UrK9VDTfQdcQghHHpSw5MqbwYZItWEXWz1SdGbh5fJHJnPhUUehOF 6rqErXd1Ss3RbTyKwC/e67ikwGGRO8FakGXtbVrMypVx8TNEuKqcpAWLollx++v/BJ7jD kqwUQwqYXd1IkvFcfxc43aGFEkkKR92CtUU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058399988100002 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 Cc: Pierre Gondois 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/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 +-- 14 files changed, 40 insertions(+), 23 deletions(-) diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator= .c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c index 78fa63ff47e5..4dde84d9f6b7 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 b990686d40a3..321a08d41837 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/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 1f3af1f968a9..2442003651ff 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 cfd032df4d74..e89344291800 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 5addf8626841..78f038ce088f 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml +++ b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml @@ -92,36 +92,53 @@ "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", "PASID", "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 6b0a6c7a4001..4aaacf1bf40a 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 (#97384): https://edk2.groups.io/g/devel/message/97384 Mute This Topic: https://groups.io/mt/95678204/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 Mon May 13 01:27:00 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+97385+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+97385+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058401; cv=none; d=zohomail.com; s=zohoarc; b=C/DtwYHIbgzRip7gESkc2EFXbxSZdXKROKR6nvQEBx7Tf5s/CDWsnpC3hfkgnRscEGMcIJx+O/T+syoY+6NgdLyTdgyXffjIzDD4kPS71KSYZ+jQagnBLA7t444F/GEzvZWpVysPStIJzNKxoKd2oex8OYkDJqjnCFdRjjvWa88= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058401; 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=8U2th8guB9SR7pk7+guOlGQrW6SmutUYz4F+IGgYK7M=; b=exV9hadFn89gqWDjef9C+9+ErQLSwCdRnbtATPabKEJj/mP4E0KGO47IZ4WK3E+KOl0fqMLbG2fWpwO0q7QuZiH6ypVk9tDsp2V2jr2VoKEC6hXxf88rAmQ6rS73QD9z45SvzWrnJcEHvyHANoFfd9+v9qmqvPPZTJs7KfsahR8= 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+97385+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 1671058401059204.34436297648517; Wed, 14 Dec 2022 14:53:21 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id Gr0ZYY1788612xMCIzkv5r4U; Wed, 14 Dec 2022 14:53:20 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.118987.1671058400256628192 for ; Wed, 14 Dec 2022 14:53:20 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 65F2420B87D7; Wed, 14 Dec 2022 14:53:19 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 65F2420B87D7 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael D Kinney , Sean Brogan Subject: [edk2-devel] [PATCH v3 04/14] UnitTestFrameworkPkg: Fix new typos reported Date: Wed, 14 Dec 2022 17:52:42 -0500 Message-Id: <20221214225252.1660-5-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: iuxqTnfiRQHux9xicuiTxyTCx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058400; bh=IWPxi8BhmXJ3UWUcDriQaJIZOHJLVkWkSQo8xkum7eM=; h=Cc:Date:From:Reply-To:Subject:To; b=w6MHfGauK4DkmMLB3V1QoOD7IGPptLpcTW8k1i1y5kPYBsWf5ZynHvgIMT+1tMoptZU vvgVg2KfecnkNBqXfCH7OOgc03tpJ7URZsyc1pQpP+IfOL8KHfWQczTxo58AoXoGn/kYi aB3sJqUHbHddjvUv1bVO/uTn+6z0MpNZpUo= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058401696100005 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: Sean Brogan Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney --- 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 = | 31 +++++++++++++------- 9 files changed, 37 insertions(+), 26 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 5b442ed122ea..8c2ffa43d580 100644 --- a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c +++ b/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c @@ -217,7 +217,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 072df6208c92..ce86e53ef59d 100644 --- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml +++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml @@ -82,20 +82,31 @@ "Library/GoogleTestLib/googletest/**/*.*" # not going to spel= l 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", + "gtest", # file name in GoogleTestLib.inf + "mdkinney", # Contact GitHub account in Readme + "NOFAILURE", + "notefierror", + "notequal", "pytool", "pytools", - "NOFAILURE", - "cmockery", - "DHAVE", # build flag for cmocka in the INF - "gtest", # file name in GoogleTestLib.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 (#97385): https://edk2.groups.io/g/devel/message/97385 Mute This Topic: https://groups.io/mt/95678205/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 Mon May 13 01:27:00 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+97386+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+97386+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058403; cv=none; d=zohomail.com; s=zohoarc; b=XkgxgFzhNg6TstBU1zzZoDIsvQli05gDXrbtQZJ7eLqyLBIOu/LucUrTborLg/jWVZCBUV8ObJLtntURqB6gbOmPqwmxvCpfwBUravkNByt/DIAhOPBcReIGfU3f5wGEcxdKfRpmoTJNCFTlmZLi8RgH/iPWWe+a2rTjw4fvYTk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058403; 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=Vhb/88BVgikx7T3+Y0m5jMy0MlckMoPDMA+bkj7SDrg=; b=RII523X8LTe7EKDIIZsrQONJTbpXr9AFtJRYK5x2+nzoUXRz8MhaL5DAzkqyGfESZUGc2Wt+LWMKdRzfSL835paPNWOqeqn8cjG4nXtUH8H/YtotD4IwGefEECwb7bKMvJAoimnTBmpWmfiH+D7ex3gPIhknCkR92eptkNshkiA= 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+97386+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 1671058403933752.5569799186162; Wed, 14 Dec 2022 14:53:23 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id IEzYYY1788612xHeXNDk8Jwb; Wed, 14 Dec 2022 14:53:23 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.118988.1671058402642352675 for ; Wed, 14 Dec 2022 14:53:22 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 1BE0E20B87DD; Wed, 14 Dec 2022 14:53:22 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1BE0E20B87DD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ray Ni Subject: [edk2-devel] [PATCH v3 05/14] FatPkg: Fix new typos reported Date: Wed, 14 Dec 2022 17:52:43 -0500 Message-Id: <20221214225252.1660-6-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: J0AaNlqGlZLQopZSAtgEWJDMx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058403; bh=BTERTaqPtN3aS1/+Duak9Q1112xoKSa/oHTzYsKF/xo=; h=Cc:Date:From:Reply-To:Subject:To; b=WlpNQgSDaeW0r7A7mctR9Px0C+e1MSRqcoXOh24+H5t67TpGEMP3JAnDGrM0AgVApV8 AHz1zgo1xyefQ4oUvrgbWqrxXMiU11ew89TqmR2Ewxk6fHWkMOIEziiWTPJ1s0qyRcoVl 4+tbBlQY91KorYzQQeXu6/a5uqOEWV5OUGg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058405678100011 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 (#97386): https://edk2.groups.io/g/devel/message/97386 Mute This Topic: https://groups.io/mt/95678206/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 Mon May 13 01:27:00 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+97387+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+97387+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058406; cv=none; d=zohomail.com; s=zohoarc; b=TOQpgjuEazMD1wgAYmhxMue6n0sdf/R2DwdfYIhkFIruEW5WFnYj4dHKJ8sAKRo88KaY3hrd21/rpMZIBoFROemRJby1U4Abk4CoiMR+7iqTOCcywerZ/sJi1YQpPOjMTO0SjpwbhPi+gGSh0SuvmIEPxMLu2pL9kGM8HRb9Pr8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058406; 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=nvlJK3tnf8FSssFlbez/GCTk9l4IThuhnggB8XqPITc=; b=jZoHxNIF1Minb/k2V+EqEoaFrEiRUnbQ0yN8U5UJZ1s9KqJQUTJyNszZuRL8B2Qx9upprbnwDKnZ57IuzhvxWEbEjTmB++wO1lu0JUW9VyHX9PLIk+mR8sSTW14CIzh70TGupyTQL8GC8SvpfJqKIUEemlCCpoSfY+QXSGqYI4w= 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+97387+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 1671058406839475.4558662354782; Wed, 14 Dec 2022 14:53:26 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id SqU3YY1788612xpb3zL6aIsc; Wed, 14 Dec 2022 14:53:26 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.118990.1671058405469934350 for ; Wed, 14 Dec 2022 14:53:25 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 8A70520B87D7; Wed, 14 Dec 2022 14:53:24 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8A70520B87D7 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Liming Gao , Michael D Kinney , Guomin Jiang , Wei6 Xu Subject: [edk2-devel] [PATCH v3 06/14] FmpDevicePkg: Fix new typos reported Date: Wed, 14 Dec 2022 17:52:44 -0500 Message-Id: <20221214225252.1660-7-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: FOmbpcOVNDxTJpTEJ2KXqyNzx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058406; bh=dLgO7O9ezlRGC5mD6D9VZl4IUxPoeV555QsrkS1CJSU=; h=Cc:Date:From:Reply-To:Subject:To; b=bujp8pCuJwiJGYnsKVJbfkQgq0EWJg0AqK5+O27nhsm2IzzbZMEAtbnyeK43d1FAv2a nzkqgO8CAg/Wjl6qu7YyIYxqweWcypM1jbTx0CQQWmUiXF0bM6/cDyCd63osuu4ks676T xJxffQk1R5nUjz1CexR/DNn7QfZoyA3Kcrk= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058407670100013 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 Reviewed-by: Michael D Kinney --- 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 (#97387): https://edk2.groups.io/g/devel/message/97387 Mute This Topic: https://groups.io/mt/95678208/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 Mon May 13 01:27:00 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+97388+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+97388+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1671058408; cv=none; d=zohomail.com; s=zohoarc; b=VDVuuEViky85E69ftWaQE9qXaw1qR6d4QcUmWiZRRLfKfGxTqButEY0tNmwtR7Y+oBPgUWVHgPvSOzkiAj9i98+N6A7S9MEYkeqzWThETWjKCghttDUCZ2v7N8sVVht//Dys3CEhRuss6rHmH/YiF+T93BC8CGKc2X/gt+pneVo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1671058408; 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=4Vus7EsGX3twZCaO3HXbScvgU1Oos9NHkde0iKLT+OU=; b=kmVgqeuxPsMKl5IpHn7TxmcBbGXLPeLs1ZhWKU2qfPiYwVp6LaPViI0tZa5oc9mSndUZdmkSrY/4KwcH8LaoiZmD6GBrFufzacAhsuGXudd+u/XLZa6fGSAfwJNM+5XlzY/PlGN5vu+rjKeXaqyN5QH3K5NMxzJM4hV6Uz4WjCE= 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+97388+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 1671058408693213.1971448020663; Wed, 14 Dec 2022 14:53:28 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id AzdAYY1788612xDF5IyiKY4S; Wed, 14 Dec 2022 14:53:28 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.119848.1671058407964963837 for ; Wed, 14 Dec 2022 14:53:28 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 2D4D820B87DD; Wed, 14 Dec 2022 14:53:27 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2D4D820B87DD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [PATCH v3 07/14] ArmPkg: Ignore new typos reported Date: Wed, 14 Dec 2022 17:52:45 -0500 Message-Id: <20221214225252.1660-8-mikuback@linux.microsoft.com> In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-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: pXW9aFAjDBszytR2ELcWLiUpx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1671058408; bh=iyf5/eztNCzBT7M2Wywh6Os/kMWrFGpa43L+v5qXep8=; h=Cc:Date:From:Reply-To:Subject:To; b=Txtc3NMy7MB+59YoW6Z43VMzbZC9QdIw5NBRQcDpeEnPPtiKpwNxZrPeRsRNzk7bhJA MqsLWLgeU6oXr0u5il0KzfqDZJqmDTk9Ju5cUFm7O5DjkRXyLnSzq3wGF+MviPpVy2x74 gKv18MYtvtEBQjRVCGTFG16kYeQyk0gjFoo= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1671058409710100017 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/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 +- 6 files changed, 57 insertions(+), 12 deletions(-) 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 = ,