public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: "Gao, Liming" <liming.gao@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>,
	 "Kinney, Michael D" <michael.d.kinney@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	 Laszlo Ersek <lersek@redhat.com>,
	"Wang, Jian J" <jian.j.wang@intel.com>
Subject: Re: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version
Date: Mon, 3 Jun 2019 08:04:16 +0200	[thread overview]
Message-ID: <CAKv+Gu9w0cN5rfsBqnQfDWDwfXDV0ukY5xhR6zLi7qk_M1M0+Q@mail.gmail.com> (raw)
In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E468E29@SHSMSX104.ccr.corp.intel.com>

On Mon, 3 Jun 2019 at 02:59, Gao, Liming <liming.gao@intel.com> wrote:
>
> Leif:
>   I see Ard patch ArmPkg/ArmSoftFloatLib GCC4x: fix build failure https://edk2.groups.io/g/devel/topic/patch/31884674?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,31884674
>
>   Does it fix your CI issue?
>

Yes, the CI issue is fixed now.

Patches 6/7 and 7/7 are not required for that, since I did not merge
the patch that adds -std=c99 to all Clang invocations. This was
unnecessary since Jian's patch already adds it as well, but only for
building OpensslLib, which is sufficient.

I will merge 6/7 and 7/7 after the stable tag is created.


> >-----Original Message-----
> >From: Leif Lindholm [mailto:leif.lindholm@linaro.org]
> >Sent: Saturday, June 01, 2019 3:29 AM
> >To: Kinney, Michael D <michael.d.kinney@intel.com>
> >Cc: devel@edk2.groups.io; ard.biesheuvel@linaro.org; Laszlo Ersek
> ><lersek@redhat.com>; Gao, Liming <liming.gao@intel.com>; Wang, Jian J
> ><jian.j.wang@intel.com>
> >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 <devel@edk2.groups.io>; Leif
> >> > Lindholm <leif.lindholm@linaro.org>
> >> > Cc: Laszlo Ersek <lersek@redhat.com>; Gao, Liming
> >> > <liming.gao@intel.com>; Wang, Jian J
> >> > <jian.j.wang@intel.com>; Kinney, Michael D
> >> > <michael.d.kinney@intel.com>
> >> > Subject: Re: [edk2-devel] [PATCH v3 0/7] update
> >> > ArmSoftFloatLib to latest upstream version
> >> >
> >> > On Fri, 31 May 2019 at 15:09, Leif Lindholm
> >> > <leif.lindholm@linaro.org> 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.
> >> >
> >> > 
> >>

  reply	other threads:[~2019-06-03  6:04 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31 12:49 [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version Ard Biesheuvel
2019-05-31 12:49 ` [PATCH v3 1/7] ArmPkg: import Berkeley Softfloat library as git submodule Ard Biesheuvel
2019-05-31 12:49 ` [PATCH v3 2/7] ArmPkg/ArmSoftFloatLib: switch to new version of softfloat library Ard Biesheuvel
2019-05-31 13:20   ` Leif Lindholm
2019-05-31 13:22     ` Ard Biesheuvel
2019-05-31 13:26       ` Leif Lindholm
2019-05-31 13:39         ` Ard Biesheuvel
2019-05-31 13:49           ` Leif Lindholm
2019-05-31 14:32             ` Ard Biesheuvel
2019-05-31 12:49 ` [PATCH v3 3/7] ArmPkg/ArmSoftFloatLib: remove source files that are no longer used Ard Biesheuvel
2019-05-31 12:49 ` [PATCH v3 4/7] BaseTools/tools_def CLANG3x ARM AARCH64: force use of C99 standard Ard Biesheuvel
2019-05-31 12:49 ` [PATCH v3 5/7] ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.S Ard Biesheuvel
2019-05-31 12:49 ` [PATCH v3 6/7] MdeModulePkg/PeCoffImageEmulator: avoid redeclaration of typedef Ard Biesheuvel
2019-06-03  0:33   ` Liming Gao
2019-05-31 12:49 ` [PATCH v3 7/7] MdePkg: avoid redeclaration of typedefs Ard Biesheuvel
2019-06-03  0:33   ` Liming Gao
2019-05-31 13:09 ` [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version Leif Lindholm
2019-05-31 16:00   ` [edk2-devel] " Ard Biesheuvel
2019-05-31 16:21     ` Michael D Kinney
2019-05-31 19:28       ` Leif Lindholm
2019-05-31 19:31         ` Michael D Kinney
2019-06-03  0:59         ` Liming Gao
2019-06-03  6:04           ` Ard Biesheuvel [this message]
2019-06-03  0:32     ` Liming Gao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKv+Gu9w0cN5rfsBqnQfDWDwfXDV0ukY5xhR6zLi7qk_M1M0+Q@mail.gmail.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox