From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web09.3719.1641630538597503211 for ; Sat, 08 Jan 2022 00:28:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=JMWKYHcp; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=000704d8ca=abner.chang@hpe.com) Received: from pps.filterd (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2081g9k1027092; Sat, 8 Jan 2022 08:28:58 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : content-transfer-encoding : mime-version; s=pps0720; bh=TOYovAMctBisaKb9sf4Xwf8DL1RnHjP8Iqq1yhDTMYk=; b=JMWKYHcpmfL6vzolhrCLjIp9UepiMl8gU/QnP4xCO8Q4zA6l/TpPJfM53f6uZDN/HJnE Igcnf0aubiFU/uhdv0/dEyfjyeHxfUpKW/AobsnmTJqevFwFmUUvPMhNZ/iL8+5VYbXR Nq5UDPPKwEZ7IQqe2F18SnGopGvGd1JWdMKZmpitRoERcYU30TvqWb92ZICESCn1ZSwu 0VfcqgBgKPJhNoEt5hG7O4Pknx6gVn9kAuOzFjg5/+0yvHGjmOQSpXc/5g+HWHh8RrQ6 06upJO5kVSozfyZL6zWvOKEu+a/OiyAgFOemUVrKjeSEE6b1GsCav8ruro7Ldeb5aSvQ Bw== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0a-002e3701.pphosted.com (PPS) with ESMTPS id 3df15phc21-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 08 Jan 2022 08:28:58 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 9DE1E65; Sat, 8 Jan 2022 08:28:57 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 8D3DF36; Sat, 8 Jan 2022 08:28:56 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Daniel Schaefer , Sunil V L Subject: [PATCH 75/79] RiscVPkg: Address Core CI Spelling errors. Date: Sat, 8 Jan 2022 15:27:33 +0800 Message-Id: <20220108072737.17962-14-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108072737.17962-1-abner.chang@hpe.com> References: <20220108072737.17962-1-abner.chang@hpe.com> X-Proofpoint-GUID: aDlMfGpnK7bdhnYsRXkXOzeBNKKw-79o X-Proofpoint-ORIG-GUID: aDlMfGpnK7bdhnYsRXkXOzeBNKKw-79o X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-08_03,2022-01-07_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 impostorscore=0 bulkscore=0 clxscore=1015 lowpriorityscore=0 spamscore=0 suspectscore=0 priorityscore=1501 phishscore=0 malwarescore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080064 Content-Transfer-Encoding: quoted-printable From: changab Signed-off-by: Abner Chang Cc: Daniel Schaefer Cc: Sunil V L --- RiscVPkg/RiscVPkg.dec | 4 ++-- .../RiscVFirmwareContextSbiLib.inf | 6 +++--- .../RiscVFirmwareContextSscratchLib.inf | 4 ++-- .../RiscVFirmwareContextStvecLib.inf | 6 +++--- RiscVPkg/Include/Library/RiscVEdk2SbiLib.h | 16 ++++++++-------- RiscVPkg/Include/OpensbiTypes.h | 4 ++-- RiscVPkg/Include/ProcessorSpecificHobData.h | 2 +- RiscVPkg/Include/SmbiosProcessorSpecificData.h | 4 ++-- .../Library/RiscVEdk2SbiLib/RiscVEdk2SbiLib.c | 16 ++++++++-------- .../RiscVExceptionLib/CpuExceptionHandlerLib.c | 6 +++--- .../RiscVFirmwareContextSbiLib.c | 4 ++-- .../RiscVFirmwareContextStvecLib.c | 4 ++-- 12 files changed, 38 insertions(+), 38 deletions(-) diff --git a/RiscVPkg/RiscVPkg.dec b/RiscVPkg/RiscVPkg.dec index 448124a1a0..893f017d52 100644 --- a/RiscVPkg/RiscVPkg.dec +++ b/RiscVPkg/RiscVPkg.dec @@ -1,7 +1,7 @@ -## @file RiscVProcesssorPkg.dec=0D +## @file RiscVProcessorPkg.dec=0D # This Package provides UEFI RISC-V processor modules and libraries.=0D #=0D -# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All right= s reserved.
=0D +# Copyright (c) 2020-2022, Hewlett Packard Enterprise Development LP. All = rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D diff --git a/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareConte= xtSbiLib.inf b/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareCon= textSbiLib.inf index e3dbc05007..3cdf59b3cc 100644 --- a/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareContextSbiLi= b.inf +++ b/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareContextSbiLi= b.inf @@ -1,9 +1,9 @@ ## @file=0D -# Instance of OpebSBI Firmware Conext Library=0D +# Instance of OpenSBI Firmware Context Library=0D #=0D -# This iinstance uses RISC-V OpenSBI Firmware Extension SBI.=0D +# This instance uses RISC-V OpenSBI Firmware Extension SBI.=0D #=0D -# Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All righ= ts reserved.
=0D +# Copyright (c) 2021-2022, Hewlett Packard Enterprise Development LP. All= rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D diff --git a/RiscVPkg/Library/RiscVFirmwareContextSscratchLib/RiscVFirmware= ContextSscratchLib.inf b/RiscVPkg/Library/RiscVFirmwareContextSscratchLib/R= iscVFirmwareContextSscratchLib.inf index c6a74e5edc..5aef9efc71 100644 --- a/RiscVPkg/Library/RiscVFirmwareContextSscratchLib/RiscVFirmwareContext= SscratchLib.inf +++ b/RiscVPkg/Library/RiscVFirmwareContextSscratchLib/RiscVFirmwareContext= SscratchLib.inf @@ -1,9 +1,9 @@ ## @file=0D -# Instance of OpebSBI Firmware Conext Library=0D +# Instance of OpenSBI Firmware Context Library=0D #=0D # This instance uses RISC-V Supervisor mode SCRATCH CSR=0D #=0D -# Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All righ= ts reserved.
=0D +# Copyright (c) 2021-2022, Hewlett Packard Enterprise Development LP. All= rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D diff --git a/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwareCon= textStvecLib.inf b/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmw= areContextStvecLib.inf index 9888cac81a..7c504c9c3c 100644 --- a/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwareContextStv= ecLib.inf +++ b/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwareContextStv= ecLib.inf @@ -1,9 +1,9 @@ ## @file=0D -# Instance of OpebSBI Firmware Conext Library=0D +# Instance of OpenSBI Firmware Context Library=0D #=0D -# This iinstance Supervisor mode STVEC CSR=0D +# This instance Supervisor mode STVEC CSR=0D #=0D -# Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All righ= ts reserved.
=0D +# Copyright (c) 2021-2022, Hewlett Packard Enterprise Development LP. All= rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D diff --git a/RiscVPkg/Include/Library/RiscVEdk2SbiLib.h b/RiscVPkg/Include/= Library/RiscVEdk2SbiLib.h index 88d957f002..6089137373 100644 --- a/RiscVPkg/Include/Library/RiscVEdk2SbiLib.h +++ b/RiscVPkg/Include/Library/RiscVEdk2SbiLib.h @@ -1,7 +1,7 @@ /** @file=0D Library to call the RISC-V SBI ecalls=0D =0D - Copyright (c) 2021, Hewlett Packard Development LP. All rights reserved.=
=0D + Copyright (c) 2021-2022, Hewlett Packard Development LP. All rights rese= rved.
=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D =0D @@ -54,7 +54,7 @@ SbiGetSpecVersion ( /**=0D Get the SBI implementation ID=0D =0D - This ID is used to idenetify a specific SBI implementation in order to w= ork=0D + This ID is used to identify a specific SBI implementation in order to wo= rk=0D around any quirks it might have.=0D =0D @param[out] ImplId The ID of the SBI implementation.=0D @@ -275,7 +275,7 @@ SbiRemoteFenceI ( /**=0D Instructs the remote harts to execute one or more SFENCE.VMA instruction= s.=0D =0D - The SFENCE.VMA covers the range of virtual addresses between StartAaddr = and Size.=0D + The SFENCE.VMA covers the range of virtual addresses between StartAddr a= nd Size.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D are both 0 * size is equal to 2^XLEN-1=0D @@ -305,7 +305,7 @@ SbiRemoteSfenceVma ( /**=0D Instructs the remote harts to execute one or more SFENCE.VMA instruction= s.=0D =0D - The SFENCE.VMA covers the range of virtual addresses between StartAaddr = and Size.=0D + The SFENCE.VMA covers the range of virtual addresses between StartAddr a= nd Size.=0D Covers only the given ASID.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D @@ -337,7 +337,7 @@ SbiRemoteSfenceVmaAsid ( /**=0D Instructs the remote harts to execute one or more SFENCE.GVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D Covers only the given VMID.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D @@ -373,7 +373,7 @@ SbiRemoteHfenceGvmaVmid ( /**=0D Instructs the remote harts to execute one or more SFENCE.GVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D @@ -407,7 +407,7 @@ SbiRemoteHfenceGvma ( /**=0D Instructs the remote harts to execute one or more SFENCE.VVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D Covers only the given ASID.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D @@ -443,7 +443,7 @@ SbiRemoteHfenceVvmaAsid ( /**=0D Instructs the remote harts to execute one or more SFENCE.VVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D diff --git a/RiscVPkg/Include/OpensbiTypes.h b/RiscVPkg/Include/OpensbiType= s.h index 8a6ea97708..ca7fc7a4ac 100644 --- a/RiscVPkg/Include/OpensbiTypes.h +++ b/RiscVPkg/Include/OpensbiTypes.h @@ -1,7 +1,7 @@ /** @file=0D - RISC-V OpesbSBI header file reference.=0D + RISC-V OpensbiSBI header file reference.=0D =0D - Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All right= s reserved.
=0D + Copyright (c) 2020-2022, Hewlett Packard Enterprise Development LP. All = rights reserved.
=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D =0D diff --git a/RiscVPkg/Include/ProcessorSpecificHobData.h b/RiscVPkg/Include= /ProcessorSpecificHobData.h index 97285289f7..4b2a92e2f2 100644 --- a/RiscVPkg/Include/ProcessorSpecificHobData.h +++ b/RiscVPkg/Include/ProcessorSpecificHobData.h @@ -29,7 +29,7 @@ typedef struct { EFI_GUID CoreGuid;=0D VOID *Context; // The additional information of this core whi= ch=0D // built in PEI phase and carried to DXE phase= .=0D - // The content is pocessor or platform specifi= c.=0D + // The content is processor or platform specif= ic.=0D SMBIOS_RISC_V_PROCESSOR_SPECIFIC_DATA ProcessorSpecificData;=0D } RISC_V_PROCESSOR_SPECIFIC_HOB_DATA;=0D =0D diff --git a/RiscVPkg/Include/SmbiosProcessorSpecificData.h b/RiscVPkg/Incl= ude/SmbiosProcessorSpecificData.h index 81e48cd068..85b8dcbe20 100644 --- a/RiscVPkg/Include/SmbiosProcessorSpecificData.h +++ b/RiscVPkg/Include/SmbiosProcessorSpecificData.h @@ -1,9 +1,9 @@ /** @file=0D Industry Standard Definitions of RISC-V Processor Specific data defined = in=0D - below link for complaiant with SMBIOS Table Specification v3.3.0.=0D + below link for compliant with SMBIOS Table Specification v3.3.0.=0D https://github.com/riscv/riscv-smbios=0D =0D - Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All right= s reserved.
=0D + Copyright (c) 2019-2022, Hewlett Packard Enterprise Development LP. All = rights reserved.
=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D =0D diff --git a/RiscVPkg/Library/RiscVEdk2SbiLib/RiscVEdk2SbiLib.c b/RiscVPkg/= Library/RiscVEdk2SbiLib/RiscVEdk2SbiLib.c index 319526ed8f..a51139542d 100644 --- a/RiscVPkg/Library/RiscVEdk2SbiLib/RiscVEdk2SbiLib.c +++ b/RiscVPkg/Library/RiscVEdk2SbiLib/RiscVEdk2SbiLib.c @@ -15,7 +15,7 @@ - SbiLegacyRemoteSfenceVmaAsid -> Use SbiRemoteSfenceVmaAsid=0D - SbiLegacyShutdown -> Wait for new System Reset extension=0D =0D - Copyright (c) 2021, Hewlett Packard Development LP. All rights reserved.=
=0D + Copyright (c) 2021-2022, Hewlett Packard Development LP. All rights rese= rved.
=0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D =0D @par Revision Reference:=0D @@ -173,7 +173,7 @@ SbiGetSpecVersion ( /**=0D Get the SBI implementation ID=0D =0D - This ID is used to idenetify a specific SBI implementation in order to w= ork=0D + This ID is used to identify a specific SBI implementation in order to wo= rk=0D around any quirks it might have.=0D =0D @param[out] ImplId The ID of the SBI implementation.=0D @@ -441,7 +441,7 @@ SbiRemoteFenceI ( /**=0D Instructs the remote harts to execute one or more SFENCE.VMA instruction= s.=0D =0D - The SFENCE.VMA covers the range of virtual addresses between StartAaddr = and Size.=0D + The SFENCE.VMA covers the range of virtual addresses between StartAddr a= nd Size.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D are both 0 * size is equal to 2^XLEN-1=0D @@ -483,7 +483,7 @@ SbiRemoteSfenceVma ( /**=0D Instructs the remote harts to execute one or more SFENCE.VMA instruction= s.=0D =0D - The SFENCE.VMA covers the range of virtual addresses between StartAaddr = and Size.=0D + The SFENCE.VMA covers the range of virtual addresses between StartAddr a= nd Size.=0D Covers only the given ASID.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D @@ -528,7 +528,7 @@ SbiRemoteSfenceVmaAsid ( /**=0D Instructs the remote harts to execute one or more SFENCE.GVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D Covers only the given VMID.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D @@ -577,7 +577,7 @@ SbiRemoteHFenceGvmaVmid ( /**=0D Instructs the remote harts to execute one or more SFENCE.GVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D @@ -623,7 +623,7 @@ SbiRemoteHFenceGvma ( /**=0D Instructs the remote harts to execute one or more SFENCE.VVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D Covers only the given ASID.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D @@ -672,7 +672,7 @@ SbiRemoteHFenceVvmaAsid ( /**=0D Instructs the remote harts to execute one or more SFENCE.VVMA instructio= ns.=0D =0D - The SFENCE.GVMA covers the range of virtual addresses between StartAaddr= and Size.=0D + The SFENCE.GVMA covers the range of virtual addresses between StartAddr = and Size.=0D This function call is only valid for harts implementing the hypervisor e= xtension.=0D =0D The remote fence function acts as a full tlb flush if * StartAddr and si= ze=0D diff --git a/RiscVPkg/Library/RiscVExceptionLib/CpuExceptionHandlerLib.c b/= RiscVPkg/Library/RiscVExceptionLib/CpuExceptionHandlerLib.c index a9316ae758..43130336f3 100644 --- a/RiscVPkg/Library/RiscVExceptionLib/CpuExceptionHandlerLib.c +++ b/RiscVPkg/Library/RiscVExceptionLib/CpuExceptionHandlerLib.c @@ -1,7 +1,7 @@ /** @file=0D - RISC-V Exception Handler library implementition.=0D + RISC-V Exception Handler library implementation.=0D =0D - Copyright (c) 2016 - 2019, Hewlett Packard Enterprise Development LP. Al= l rights reserved.
=0D + Copyright (c) 2016 - 2022, Hewlett Packard Enterprise Development LP. Al= l rights reserved.
=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D =0D @@ -186,7 +186,7 @@ CpuExceptionHandlerLibConstructor ( )=0D {=0D //=0D - // Set Superviosr mode trap handler.=0D + // Set Supervisor mode trap handler.=0D //=0D csr_write(CSR_STVEC, SupervisorModeTrap);=0D =0D diff --git a/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareConte= xtSbiLib.c b/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareConte= xtSbiLib.c index 6125618eaf..a2a18d3eb7 100644 --- a/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareContextSbiLi= b.c +++ b/RiscVPkg/Library/RiscVFirmwareContextSbiLib/RiscVFirmwareContextSbiLi= b.c @@ -1,8 +1,8 @@ /** @file=0D - This iinstance uses RISC-V OpenSBI Firmware Extension SBI to=0D + This instance uses RISC-V OpenSBI Firmware Extension SBI to=0D get the pointer of firmware context.=0D =0D - Copyright (c) 2021 Hewlett Packard Enterprise Development LP. All rights= reserved.
=0D + Copyright (c) 2021-2022 Hewlett Packard Enterprise Development LP. All r= ights reserved.
=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D **/=0D diff --git a/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwareCon= textStvecLib.c b/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwar= eContextStvecLib.c index 7d1675355a..d08b51d3d9 100644 --- a/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwareContextStv= ecLib.c +++ b/RiscVPkg/Library/RiscVFirmwareContextStvecLib/RiscVFirmwareContextStv= ecLib.c @@ -1,8 +1,8 @@ /** @file=0D - This instance uses This iinstance Supervisor mode STVEC CSR to=0D + This instance uses This instance Supervisor mode STVEC CSR to=0D get/set the pointer of firmware context.=0D =0D - Copyright (c) 2021 Hewlett Packard Enterprise Development LP. All rights= reserved.
=0D + Copyright (c) 2021-2022 Hewlett Packard Enterprise Development LP. All r= ights reserved.
=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D **/=0D --=20 2.31.1