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.web09.2512.1609983306958731455 for ; Wed, 06 Jan 2021 17:35:09 -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, 07 Jan 2021 09:34:56 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Ard Biesheuvel'" , , "'Thomas Abraham'" , "'Sughosh Ganu'" , "'Matteo Carlini'" , "'Ben Adderson'" , "'nd'" References: <16570A25664A9CD5.11073@groups.io> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYzIDAwLzI2XSBFbmFibGUgQ29yZSBDSSBzdXBwb3J0IGZvciBTdGFuZGFsb25lTW1Qa2c=?= Date: Thu, 7 Jan 2021 09:34:59 +0800 Message-ID: <008901d6e495$5031cf70$f0956e50$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJni/0r/Cml9YoW/YIudfpm8lflBgHAEHUTqOwSGwA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+69582+4905953+8761045@groups.io > =B4=FA=B1=ED Sami > Mujawar > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA1=D4=C24=C8=D5 21:44 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io; Liming Gao > =B3=AD=CB=CD: Ard Biesheuvel ; jiewen.yao@intel.= com; > Thomas Abraham ; Sughosh Ganu > ; Matteo Carlini ; Ben > Adderson ; nd > =D6=F7=CC=E2: Re: [edk2-devel] [PATCH v3 00/26] Enable Core CI support f= or > StandaloneMmPkg >=20 > Adding Liming. > Ref: > https://edk2.groups.io/g/devel/topic/edk2_devel_patch/79194663?p=3D,,,20= ,0, > 0,0::recentpostdate%2Fsticky,,,20,2,20,79194663 >=20 > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Sami > Mujawar via groups.io > Sent: 04 January 2021 01:22 PM > To: devel@edk2.groups.io > Cc: Sami Mujawar ; Ard Biesheuvel > ; jiewen.yao@intel.com; Thomas Abraham > ; Sughosh Ganu ; > Matteo Carlini ; Ben Adderson > ; nd > Subject: [edk2-devel] [PATCH v3 00/26] Enable Core CI support for > StandaloneMmPkg >=20 > Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3150) >=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 v3 series: > - PATCH 26: Updated readme.md file to add check mark to the > windows column. > - Added bugzilla ID to the commit messages for the patches in > the series. > Ref: https://edk2.groups.io/g/devel/topic/edk2_devel_patch/79194663 > - There is no code change for Patches 1 to 25 since the v2 series. >=20 > The changes can be seen at: > https://github.com/samimujawar/edk2/tree/1516_standalonemmpkg_ci_v3 >=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 >=20 >=20 >=20 >=20 >=20