From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web10.1732.1685668731401659032 for ; Thu, 01 Jun 2023 18:18:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=W4QW/vw/; spf=pass (domain: byosoft.com.cn, ip: 114.80.218.36, mailfrom: gaoliming@byosoft.com.cn) Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 41EA8A32E318 for ; Fri, 2 Jun 2023 09:18:48 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1685668728; bh=hP57LhZb8+8rOf+IVqjMyUB/exeerL8QkRxZWMtj+hk=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=W4QW/vw/gs4AljYNxMmK8Uyl6+Yuwp+LNQ0D/krVzNowKTo6ILf9KHuOIxvnLSJKL ShyNZoVgbEOEC1M9mBzAtcQZfYpJuV48Z0d6XIOm0+05Iw1MzeQbSyUTTR8U+whyGl y0O53ZZHmAi97swYNIM+7MrWt/xiv7d2i/MKATz8= Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 253FBA32E311 for ; Fri, 2 Jun 2023 09:18:48 +0800 (CST) Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id D725DA32E306 for ; Fri, 2 Jun 2023 09:18:47 +0800 (CST) Authentication-Results: zrleap.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 75CB0A32E313 for ; Fri, 2 Jun 2023 09:18:44 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 02 Jun 2023 09:18:41 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Kun Qin'" , Cc: "'Jiewen Yao'" , "'Jian J Wang'" , "'Qi Zhang'" , "'Rahul Kumar'" , "'Michael D Kinney'" , "'Zhiguang Liu'" References: <20230601182956.2068-1-kuqin12@gmail.com> In-Reply-To: <20230601182956.2068-1-kuqin12@gmail.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjEgMC8zXSBBZGRpbmcgU3RhdHVjIENvZGUgRGVmaW5pdGlvbnMgZnJvbSBQSSBTcGVjIHYxLjg=?= Date: Fri, 2 Jun 2023 09:18:43 +0800 Message-ID: <029701d994f0$2c1fbe40$845f3ac0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHxt1SFutyz1EfaftTt0zVb6oTQXK9GcafQ Sender: "gaoliming" 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: Kun Qin > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA6=D4=C22=C8=D5 2:30 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jiewen Yao ; Jian J Wang > ; Qi Zhang ; Rahul Kumar > ; Michael D Kinney = ; > Liming Gao ; Zhiguang Liu > > =D6=F7=CC=E2: [PATCH v1 0/3] Adding Statuc Code Definitions from PI = Spec v1.8 >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3794 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3966 >=20 > This is an official patch series to add status codes into = PiStatusCode, > continued from 2 previously sent code-first patch series: > https://edk2.groups.io/g/devel/message/91330 > https://edk2.groups.io/g/devel/message/92093 >=20 > Now the macro definitions have landed in PI spec v1.8, this patch is > to add them in Tianocore. >=20 > Patch v1 branch: https://github.com/kuqin12/edk2/tree/pi_v1p8_v1 >=20 > Cc: Jiewen Yao > Cc: Jian J Wang > Cc: Qi Zhang > Cc: Rahul Kumar > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu >=20 > Kun Qin (3): > MdePkg: PiStatusCode: Add new Host Software class Error Code to = MdePkg > MdePkg: PiStatusCode: Add TPM subclass definition to MdePkg > SecurityPkg: SubClassTpm: Updated default value >=20 > MdePkg/Include/Pi/PiStatusCode.h | 42 ++++++++++---------- > SecurityPkg/SecurityPkg.dec | 6 +-- > SecurityPkg/SecurityPkg.uni | 2 +- > 3 files changed, 26 insertions(+), 24 deletions(-) >=20 > -- > 2.40.1.windows.1