From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=x1eCT5lo; spf=pass (domain: linaro.org, ip: 209.85.166.67, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by groups.io with SMTP; Fri, 31 May 2019 09:00:41 -0700 Received: by mail-io1-f67.google.com with SMTP id n5so8590742ioc.7 for ; Fri, 31 May 2019 09:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=nS15LR0ipg1eGeqW2Zz6tvWy981G9wwWNCcJneGqifU=; b=x1eCT5loihvZ1djzskV9DUN6snLQ7vEmSCdLeiX33mdZ6y1sTYXXW9R9BezBo+w8r0 LxynIz3b1GIJAUp5vrWo3DXlfQeduGWTW19axT/u+yTKFzaLI6gZlvGuaOG2Qk6mgHNq vGTh2vQmQzkRTcl+bhQej1t6ABeVQCf0f2NLR7gVjTDgogHAkQjhlqfbk1RzKV4COsO1 AKonCiDmxGTk81uP+ahNEs1TpbLTsmf7kNxPiK6J74X15TJG1T6dR8ncrxtyxc4UGEAu MI+52Ia/5TAB/XY+1nyMC9KrJFogGIOlMte/wWF9LFTD1AtAkO8AB8ltdWq1p1dgRDTu hRUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nS15LR0ipg1eGeqW2Zz6tvWy981G9wwWNCcJneGqifU=; b=CwHQJzFGQcLS2DQGVIqTo5DpQpadKcaOuDC00hO9yTegcea2vtv6ndvUh9C7q2WymM 91FaHXoKufSX1E/e8VY2CPQmLKH9sjDMKoe6a0OuDMmgcbtCoLM/WO5BHh8a2qm+67Gm 30p5O9m0HMzkHrKecGOaBfE2j25RnbBSJQ9Yp+FnpH41NOw2066l8Hk8yPTg95NEn1dT D5muXAHS02EeqlZrXWDoUSEJKr6KWaKkongpb8YEQpUvuE2NlsLaFn+i59/RbADgu9VC 7yek/PHuT0svuROTh99J4GT7ZAmR/CAXJAtRf79ngsj7F1zMpX/ceA1l/PMJYDEycqdi xqDA== X-Gm-Message-State: APjAAAUVGG5k6et/OCrIBDCpZ7MQ4J1mqZsGi62fdD4QipFFU5Tf2yRR iKIUANwv11qBLRETrSmWl8n3RLS1fUORlzRY87Ue0C0x80Y= X-Google-Smtp-Source: APXvYqzblWJpYeh058diFE+X2Y7SsufZVHqSPsau82Ikt5RG5L9aDCQWj3UHkeczdfTPI1mQoiHDAZ/W6+/k6ttfbi4= X-Received: by 2002:a5d:9402:: with SMTP id v2mr6967126ion.128.1559318440521; Fri, 31 May 2019 09:00:40 -0700 (PDT) MIME-Version: 1.0 References: <20190531124958.8421-1-ard.biesheuvel@linaro.org> <20190531130924.szfyed247nks7gii@bivouac.eciton.net> In-Reply-To: <20190531130924.szfyed247nks7gii@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Fri, 31 May 2019 18:00:28 +0200 Message-ID: Subject: Re: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version To: edk2-devel-groups-io , Leif Lindholm Cc: Laszlo Ersek , "Gao, Liming" , "Wang, Jian J" , Michael D Kinney Content-Type: text/plain; charset="UTF-8" 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.