From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: liming.gao@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Sun, 02 Jun 2019 17:59:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jun 2019 17:59:43 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 02 Jun 2019 17:59:43 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 2 Jun 2019 17:59:43 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 2 Jun 2019 17:59:43 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.137]) by shsmsx102.ccr.corp.intel.com ([169.254.2.134]) with mapi id 14.03.0415.000; Mon, 3 Jun 2019 08:59:40 +0800 From: "Liming Gao" To: Leif Lindholm , "Kinney, Michael D" CC: "devel@edk2.groups.io" , "ard.biesheuvel@linaro.org" , Laszlo Ersek , "Wang, Jian J" Subject: Re: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version Thread-Topic: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version Thread-Index: AQHVF7IXoGj6I1BkS0KgZUMi3aTZC6aE3m0AgAAF1ICAADRrAIAEBk6A Date: Mon, 3 Jun 2019 00:59:40 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E468E29@SHSMSX104.ccr.corp.intel.com> References: <20190531124958.8421-1-ard.biesheuvel@linaro.org> <20190531130924.szfyed247nks7gii@bivouac.eciton.net> <20190531192856.htjzxx24k3yzvicp@bivouac.eciton.net> In-Reply-To: <20190531192856.htjzxx24k3yzvicp@bivouac.eciton.net> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Leif: I see Ard patch ArmPkg/ArmSoftFloatLib GCC4x: fix build failure https://= edk2.groups.io/g/devel/topic/patch/31884674?p=3D,,,20,0,0,0::recentpostdate= %2Fsticky,,,20,2,0,31884674 Does it fix your CI issue? Thanks Liming >-----Original Message----- >From: Leif Lindholm [mailto:leif.lindholm@linaro.org] >Sent: Saturday, June 01, 2019 3:29 AM >To: Kinney, Michael D >Cc: devel@edk2.groups.io; ard.biesheuvel@linaro.org; Laszlo Ersek >; Gao, Liming ; Wang, Jian J > >Subject: Re: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest >upstream version > >On Fri, May 31, 2019 at 04:21:19PM +0000, Kinney, Michael D wrote: >> Ard, >> >> Thank you for all the hard work on this issue. > >I concur. >*However*, please hold back on tagging the stable release. Something >that looks related has broken our CI. > >Regards, > >Leif > >> I will do one additional patch for the top level >> Readme.md to list this additional submodule. >> >> Thanks, >> >> Mike >> >> > -----Original Message----- >> > From: devel@edk2.groups.io >> > [mailto:devel@edk2.groups.io] On Behalf Of Ard >> > Biesheuvel >> > Sent: Friday, May 31, 2019 9:00 AM >> > To: edk2-devel-groups-io ; Leif >> > Lindholm >> > Cc: Laszlo Ersek ; Gao, Liming >> > ; Wang, Jian J >> > ; Kinney, Michael D >> > >> > Subject: Re: [edk2-devel] [PATCH v3 0/7] update >> > ArmSoftFloatLib to latest upstream version >> > >> > On Fri, 31 May 2019 at 15:09, Leif Lindholm >> > wrote: >> > > >> > > On Fri, May 31, 2019 at 02:49:51PM +0200, Ard >> > Biesheuvel wrote: >> > > > Currently, our move to OpenSSL 1.1.1b is being >> > blocked by an issue in >> > > > the ARM software floating point library, which >> > lacks some intrinsics >> > > > that the ARM EABI spec defines. >> > > > >> > > > Since the code was in pretty sorry state, let's fix >> > this by upgrading >> > > > to the very latest version of the core library this >> > code is based on, >> > > > dated January 2018 (whereas the NetBSD fork of the >> > old code dates back >> > > > to 2002) >> > > >> > > It is worth mentioning that there is exactly one >> > patch on top of 3e >> > > release, and that resolves a syntax error in RICV >> > code (currently >> > > unused). >> > > >> > > I have a couple of really tiny comments on later >> > patches, but many >> > > thanks for unbundling this conundrum (and preventing >> > yet anoher fork). >> > > >> > >> > OK I have merged the following patches of this series >> > >> > 85af0b8116f3 ArmPkg: import Berkeley Softfloat library >> > as git submodule >> > 3cc57695df5a ArmPkg/ArmSoftFloatLib: switch to new >> > version of softfloat library >> > 99243102b467 ArmPkg/ArmSoftFloatLib: remove source >> > files that are no longer used >> > 8594c2073cdb ArmPkg/ArmLib ARM: set .fpu to let Clang 7 >> > assemble ArmV7Support.S >> > >> > which are the only ones that turn out to be required to >> > build >> > OpensslLib for ARM when using Jian latest v5 of the >> > OpenSSL 1.1.1b >> > upgrade >> > >> > Thanks all, >> > Ard. >> > >> >=20 >>