From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.5333.1608773698029306215 for ; Wed, 23 Dec 2020 17:34:59 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 24 Dec 2020 09:34:47 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: , , , , , , References: <20201217130509.12568-1-sami.mujawar@arm.com> In-Reply-To: <20201217130509.12568-1-sami.mujawar@arm.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDAwLzI2XSBFbmFibGUgQ29yZSBDSSBzdXBwb3J0IGZvciBTdGFuZGFsb25lTW1Qa2c=?= Date: Thu, 24 Dec 2020 09:34:50 +0800 Message-ID: <00ea01d6d994$f8aa35e0$e9fea1a0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQLqr4Zz5Jgw4Sxgm0Wx+jC3gS6hs6fdyfpw Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Sami: Is there BZ for this feature? If no, please submit it to catch it.=20 CI runs in Windows and Linux both. So, readme.md needs to list the check in Windows column.=20 | StandaloneMmPkg | | :heavy_check_mark: | =3D=3D> | StandaloneMmPkg | :heavy_check_mark: | :heavy_check_mark: | Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+69106+4905953+8761045@groups.io > =B4=FA=B1=ED Sami > Mujawar > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA12=D4=C217=C8=D5 21:05 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Sami Mujawar ; ard.biesheuvel@arm.co= m; > jiewen.yao@intel.com; thomas.abraham@arm.com; > Sughosh.Ganu@arm.com; Matteo.Carlini@arm.com; > Ben.Adderson@arm.com; nd@arm.com > =D6=F7=CC=E2: [edk2-devel] [PATCH v2 00/26] Enable Core CI support for > StandaloneMmPkg >=20 > The EDKII Core CI runs the ECC tool that checks for good coding > practices and the coding standard. This patch series fixes the > ECC errors reported in the StandaloneMmPkg and enables support > for EDKII Core CI. >=20 > This v2 series: > - addresses the feedback for the following patches: > PATCH 24: StandaloneMmPkg: Add EDK2 Core CI support > Ref: https://edk2.groups.io/g/devel/topic/78838418 > PATCH 25:. .azurepipelines: Add StandaloneMmPkg to CI matrix > Ref: https://edk2.groups.io/g/devel/message/68603 > - Introduces a new PATCH 23: > 'StandaloneMmPkg: Remove dependency on ArmPlatformPkg.dec' > - There is no code change for Patches 1 to 22 and 26 since the > v1 series. >=20 > The changes can be seen at: > https://github.com/samimujawar/edk2/tree/1516_standalonemmpkg_ci_v2 >=20 > Sami Mujawar (26): > StandaloneMmPkg: Add library header files to DEC > StandaloneMmPkg: Add library files to DSC > StandaloneMmPkg: Fix spell check reported errors > StandaloneMmPkg: Fix ECC error 9002 in Core dispatcher > StandaloneMmPkg: Fix ECC error 1001 in SMM Memory pool management > StandaloneMmPkg: Fix ECC error 3002 in StandaloneMmCpu > StandaloneMmPkg: Fix ECC error 4002 in FwVol helper > StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreEntryPoint > StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCpu > StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCore > StandaloneMmPkg: Fix ECC error 10014 in StandaloneMmCpu > StandaloneMmPkg: Fix ECC error 4002 and 9002 in StandaloneMmCore > StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCoreEntryPoint > StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmMemLib > StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmCoreEntryPoint > StandaloneMmPkg: Fix ECC error 9003 in StandaloneMmCoreEntryPoint > StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCpu > StandaloneMmPkg: Fix ECC error 9001 in StandaloneMmCpu > StandaloneMmPkg: Fix ECC error 9001 in Standalone MM Core > StandaloneMmPkg: Fix ECC error 9002 in CoreMemoryAllocationLib > StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCpu > StandaloneMmPkg: Fix ECC error 8005 in StandaloneMmCoreEntryPoint > StandaloneMmPkg: Remove dependency on ArmPlatformPkg.dec > StandaloneMmPkg: Add EDK2 Core CI support > .azurepipelines: Add StandaloneMmPkg to CI matrix > .pytool: CI Settings to support StandaloneMmPkg >=20 > .azurepipelines/templates/pr-gate-build-job.yml > | 2 +- > .pytool/CISettings.py > | 1 + > .pytool/Readme.md > | 2 +- > StandaloneMmPkg/Core/Dependency.c > | 6 +- > StandaloneMmPkg/Core/Dispatcher.c > | 49 ++++++------ > StandaloneMmPkg/Core/FwVol.c > | 36 +++++---- > StandaloneMmPkg/Core/Locate.c > | 6 +- > StandaloneMmPkg/Core/Mmi.c > | 4 +- > StandaloneMmPkg/Core/Pool.c > | 6 +- > StandaloneMmPkg/Core/StandaloneMmCore.c > | 37 ++++++--- > StandaloneMmPkg/Core/StandaloneMmCore.h > | 12 +-- > StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/EventHandle.c > | 56 ++++++++++--- >=20 > StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu. > c | 34 ++++++-- >=20 > StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu. > h | 31 +++++++- >=20 > StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.i > nf | 9 +-- > StandaloneMmPkg/Include/Guid/MmCoreData.h > | 6 +- >=20 > StandaloneMmPkg/Include/Library/AArch64/StandaloneMmCoreEntryPoint.h > | 47 ++++++----- > StandaloneMmPkg/Include/Library/StandaloneMmDriverEntryPoint.h > | 4 +- > StandaloneMmPkg/Include/Library/StandaloneMmMemLib.h > | 6 +- >=20 > StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/CreateHo > bList.c | 6 +- >=20 > StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/SetPermi > ssions.c | 53 +++++++++++- >=20 > StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/Standalo > neMmCoreEntryPoint.c | 32 +++++--- >=20 > StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCor > eEntryPoint.inf | 3 +- >=20 > StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/Standal > oneMmCoreMemoryAllocationLib.c | 6 +- >=20 > StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/Standal > oneMmCoreMemoryAllocationLib.inf | 4 +- >=20 > StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c > | 10 +-- >=20 > StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependenc > y.c | 4 +- >=20 > StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependenc > y.inf | 4 +- > StandaloneMmPkg/StandaloneMmPkg.ci.yaml > | 84 ++++++++++++++++++++ > StandaloneMmPkg/StandaloneMmPkg.dec > | 20 ++++- > StandaloneMmPkg/StandaloneMmPkg.dsc > | 15 +++- > 31 files changed, 439 insertions(+), 156 deletions(-) > create mode 100644 StandaloneMmPkg/StandaloneMmPkg.ci.yaml >=20 > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' >=20 >=20 >=20 >=20 >=20