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.1290.1652338587559890188 for ; Wed, 11 May 2022 23:56:28 -0700 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 ([101.224.116.119]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 12 May 2022 14:56:14 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 101.224.116.119 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Rebecca Cran'" , "'Ard Biesheuvel'" Cc: "'edk2-devel-groups-io'" , "'Leif Lindholm'" , "'Ard Biesheuvel'" , "'Sami Mujawar'" , "'Gerd Hoffmann'" , "'Bob Feng'" , "'Yuwei Chen'" , "'Jiewen Yao'" , "'Jian J Wang'" , "'Xiaoyu Lu'" , "'Guomin Jiang'" , "'Abner Chang'" , "'Daniel Schaefer'" , "'Ray Ni'" , "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Maciej Rabeda'" , "'Jiaxin Wu'" , "'Siyuan Fu'" , "'Jordan Justen'" , "'Anthony Perard'" , "'Julien Grall'" References: <20220503184820.19312-1-quic_rcran@quicinc.com> <53e58852-71fb-523f-a0ec-57ea435fdd15@quicinc.com> In-Reply-To: <53e58852-71fb-523f-a0ec-57ea435fdd15@quicinc.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggMDAvMTBdIE11bHRpcGxlIHBhY2thZ2VzOiBSZW1vdmUgUlZDVCBzdXBwb3J0?= Date: Thu, 12 May 2022 14:56:17 +0800 Message-ID: <038c01d865cd$61347b00$239d7100$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQF/27Fo9YXMjNYLTGmJMaEDSN1KOgITNIWkAPLSHcets7GT4A== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Yes. This patch has passed code review before soft feature freeze. So, = it can be merged for this stable tag. Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: Rebecca Cran > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: = 2022=E5=B9=B45=E6=9C=8812=E6=97=A5 1:37 > =E6=94=B6=E4=BB=B6=E4=BA=BA: Ard Biesheuvel > =E6=8A=84=E9=80=81: edk2-devel-groups-io ; Leif = Lindholm > ; Ard Biesheuvel = ; > Sami Mujawar ; Gerd Hoffmann > ; Bob Feng ; Liming Gao > ; Yuwei Chen ; Jiewen > Yao ; Jian J Wang ; = Xiaoyu > Lu ; Guomin Jiang ; = Abner > Chang ; Daniel Schaefer > ; Ray Ni ; Michael D Kinney > ; Zhiguang Liu ; > Maciej Rabeda ; Jiaxin Wu > ; Siyuan Fu ; Jordan Justen > ; Anthony Perard = ; > Julien Grall > =E4=B8=BB=E9=A2=98: Re: [PATCH 00/10] Multiple packages: Remove RVCT = support >=20 > Could we get this pushed soon, so it's in plenty of time for the new > stable tag? >=20 > -- > Rebecca Cran >=20 > On 5/3/22 13:13, Ard Biesheuvel wrote: > > On Tue, 3 May 2022 at 20:48, Rebecca Cran > wrote: > >> RVCT is obsolete, no longer supported and only supports 32-bit = systems. > >> Since it's no longer used, remove it. > >> > >> Personal PR: https://github.com/tianocore/edk2/pull/2833 > >> > >> Rebecca Cran (10): > >> ArmPkg: Remove RVCT support > >> ArmPlatformPkg: Remove RVCT support > >> CryptoPkg: Remove RVCT support > >> MdePkg: Remove RVCT support > >> FatPkg: Remove RVCT support > >> NetworkPkg: Remove RVCT support > >> ArmVirtPkg: Remove RVCT support > >> EmbeddedPkg: Remove RVCT support > >> OvmfPkg: Remove RVCT support > >> BaseTools: Remove RVCT support > >> > > Thanks a lot for doing this. > > > > Reviewed-by: Ard Biesheuvel > > > > Unless anyone objects, let's get this merged asap.