[edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site

Rebecca Cran posted 2 patches 2 years, 7 months ago
Failed in applying to current master (apply log)
BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10 +++++-----
BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  | 10 +++++-----
BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
[edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Posted by Rebecca Cran 2 years, 7 months ago
BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC releases
from https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 . 

As indicated in the URL, those builds are from 2019 because Linaro no
longer do GCC releases, with that task having moved to Arm. 

The Arm GCC page is https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads,
with the latest release being 10.3-2021.07.

gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI
environment using the stuart tools.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
PR: https://github.com/tianocore/edk2/pull/1909

Changes from v2 to v3:

Fixed the author to be @nuviainc.com instead of @bsdio.com.

Rebecca Cran (2):
  BaseTools: Switch to downloading the ARM compiler from Arm's site
  BaseTools: Switch to downloading the AARCH64 compiler from Arm's site

 BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10 +++++-----
 BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  | 10 +++++-----
 BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.31.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81048): https://edk2.groups.io/g/devel/message/81048
Mute This Topic: https://groups.io/mt/85817674/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Posted by Leif Lindholm 2 years, 7 months ago
Hi Rebecca,

I think I already gave v2 an Acked-by, but just in case:
Acked-by: Leif Lindholm <leif@nuviainc.com>

Bob, Liming, Yuwei - any comments?

/
    Leif

Thu, Sep 23, 2021 at 10:09:55 -0600, Rebecca Cran wrote:
> BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC releases
> from https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 . 
> 
> As indicated in the URL, those builds are from 2019 because Linaro no
> longer do GCC releases, with that task having moved to Arm. 
> 
> The Arm GCC page is https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads,
> with the latest release being 10.3-2021.07.
> 
> gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI
> environment using the stuart tools.
> 
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
> PR: https://github.com/tianocore/edk2/pull/1909
> 
> Changes from v2 to v3:
> 
> Fixed the author to be @nuviainc.com instead of @bsdio.com.
> 
> Rebecca Cran (2):
>   BaseTools: Switch to downloading the ARM compiler from Arm's site
>   BaseTools: Switch to downloading the AARCH64 compiler from Arm's site
> 
>  BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10 +++++-----
>  BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  | 10 +++++-----
>  BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4 ++--
>  3 files changed, 12 insertions(+), 12 deletions(-)
> 
> -- 
> 2.31.1
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81051): https://edk2.groups.io/g/devel/message/81051
Mute This Topic: https://groups.io/mt/85817674/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Posted by gaoliming 2 years, 7 months ago
Leif:
 I gave my Acked-by for this patch set V2. I think it can be merged now. 

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Leif Lindholm
> 发送时间: 2021年9月24日 2:17
> 收件人: Rebecca Cran <rebecca@nuviainc.com>
> 抄送: devel@edk2.groups.io; Bob Feng <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>; Sean
> Brogan <sean.brogan@microsoft.com>; Sami Mujawar
> <sami.mujawar@arm.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>
> 主题: Re: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the
> ARM and AARCH64 compilers from Arm's site
> 
> Hi Rebecca,
> 
> I think I already gave v2 an Acked-by, but just in case:
> Acked-by: Leif Lindholm <leif@nuviainc.com>
> 
> Bob, Liming, Yuwei - any comments?
> 
> /
>     Leif
> 
> Thu, Sep 23, 2021 at 10:09:55 -0600, Rebecca Cran wrote:
> > BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC
> releases
> > from
> https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 .
> >
> > As indicated in the URL, those builds are from 2019 because Linaro no
> > longer do GCC releases, with that task having moved to Arm.
> >
> > The Arm GCC page is
> https://developer.arm.com/tools-and-software/open-source-software/devel
> oper-tools/gnu-toolchain/gnu-a/downloads,
> > with the latest release being 10.3-2021.07.
> >
> > gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI
> > environment using the stuart tools.
> >
> > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
> > PR: https://github.com/tianocore/edk2/pull/1909
> >
> > Changes from v2 to v3:
> >
> > Fixed the author to be @nuviainc.com instead of @bsdio.com.
> >
> > Rebecca Cran (2):
> >   BaseTools: Switch to downloading the ARM compiler from Arm's site
> >   BaseTools: Switch to downloading the AARCH64 compiler from Arm's site
> >
> >  BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10
> +++++-----
> >  BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  | 10
> +++++-----
> >  BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4 ++--
> >  3 files changed, 12 insertions(+), 12 deletions(-)
> >
> > --
> > 2.31.1
> >
> 
> 
> 
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81054): https://edk2.groups.io/g/devel/message/81054
Mute This Topic: https://groups.io/mt/85829162/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Posted by Leif Lindholm 2 years, 7 months ago
Could one of the BaseTools maintainers merge this set?

On Fri, Sep 24, 2021 at 08:44:42 +0800, gaoliming wrote:
> Leif:
>  I gave my Acked-by for this patch set V2. I think it can be merged now. 
> 
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Leif Lindholm
> > 发送时间: 2021年9月24日 2:17
> > 收件人: Rebecca Cran <rebecca@nuviainc.com>
> > 抄送: devel@edk2.groups.io; Bob Feng <bob.c.feng@intel.com>; Liming Gao
> > <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>; Sean
> > Brogan <sean.brogan@microsoft.com>; Sami Mujawar
> > <sami.mujawar@arm.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>
> > 主题: Re: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the
> > ARM and AARCH64 compilers from Arm's site
> > 
> > Hi Rebecca,
> > 
> > I think I already gave v2 an Acked-by, but just in case:
> > Acked-by: Leif Lindholm <leif@nuviainc.com>
> > 
> > Bob, Liming, Yuwei - any comments?
> > 
> > /
> >     Leif
> > 
> > Thu, Sep 23, 2021 at 10:09:55 -0600, Rebecca Cran wrote:
> > > BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC
> > releases
> > > from
> > https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 .
> > >
> > > As indicated in the URL, those builds are from 2019 because Linaro no
> > > longer do GCC releases, with that task having moved to Arm.
> > >
> > > The Arm GCC page is
> > https://developer.arm.com/tools-and-software/open-source-software/devel
> > oper-tools/gnu-toolchain/gnu-a/downloads,
> > > with the latest release being 10.3-2021.07.
> > >
> > > gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI
> > > environment using the stuart tools.
> > >
> > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
> > > PR: https://github.com/tianocore/edk2/pull/1909
> > >
> > > Changes from v2 to v3:
> > >
> > > Fixed the author to be @nuviainc.com instead of @bsdio.com.
> > >
> > > Rebecca Cran (2):
> > >   BaseTools: Switch to downloading the ARM compiler from Arm's site
> > >   BaseTools: Switch to downloading the AARCH64 compiler from Arm's site
> > >
> > >  BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10
> > +++++-----
> > >  BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  | 10
> > +++++-----
> > >  BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4 ++--
> > >  3 files changed, 12 insertions(+), 12 deletions(-)
> > >
> > > --
> > > 2.31.1
> > >
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81220): https://edk2.groups.io/g/devel/message/81220
Mute This Topic: https://groups.io/mt/85829162/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


回复: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Posted by gaoliming 2 years, 7 months ago
Create PR https://github.com/tianocore/edk2/pull/2020. 

Thanks
Liming
> -----邮件原件-----
> 发件人: Leif Lindholm <leif@nuviainc.com>
> 发送时间: 2021年9月28日 18:49
> 收件人: devel@edk2.groups.io; gaoliming@byosoft.com.cn
> 抄送: 'Rebecca Cran' <rebecca@nuviainc.com>; 'Bob Feng'
> <bob.c.feng@intel.com>; 'Yuwei Chen' <yuwei.chen@intel.com>; 'Sean
> Brogan' <sean.brogan@microsoft.com>; 'Sami Mujawar'
> <sami.mujawar@arm.com>; 'Ard Biesheuvel' <ardb+tianocore@kernel.org>
> 主题: Re: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to
> downloading the ARM and AARCH64 compilers from Arm's site
> 
> Could one of the BaseTools maintainers merge this set?
> 
> On Fri, Sep 24, 2021 at 08:44:42 +0800, gaoliming wrote:
> > Leif:
> >  I gave my Acked-by for this patch set V2. I think it can be merged now.
> >
> > Thanks
> > Liming
> > > -----邮件原件-----
> > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Leif
> Lindholm
> > > 发送时间: 2021年9月24日 2:17
> > > 收件人: Rebecca Cran <rebecca@nuviainc.com>
> > > 抄送: devel@edk2.groups.io; Bob Feng <bob.c.feng@intel.com>; Liming
> Gao
> > > <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>;
> Sean
> > > Brogan <sean.brogan@microsoft.com>; Sami Mujawar
> > > <sami.mujawar@arm.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>
> > > 主题: Re: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading
> the
> > > ARM and AARCH64 compilers from Arm's site
> > >
> > > Hi Rebecca,
> > >
> > > I think I already gave v2 an Acked-by, but just in case:
> > > Acked-by: Leif Lindholm <leif@nuviainc.com>
> > >
> > > Bob, Liming, Yuwei - any comments?
> > >
> > > /
> > >     Leif
> > >
> > > Thu, Sep 23, 2021 at 10:09:55 -0600, Rebecca Cran wrote:
> > > > BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC
> > > releases
> > > > from
> > > https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 .
> > > >
> > > > As indicated in the URL, those builds are from 2019 because Linaro no
> > > > longer do GCC releases, with that task having moved to Arm.
> > > >
> > > > The Arm GCC page is
> > >
> https://developer.arm.com/tools-and-software/open-source-software/devel
> > > oper-tools/gnu-toolchain/gnu-a/downloads,
> > > > with the latest release being 10.3-2021.07.
> > > >
> > > > gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI
> > > > environment using the stuart tools.
> > > >
> > > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
> > > > PR: https://github.com/tianocore/edk2/pull/1909
> > > >
> > > > Changes from v2 to v3:
> > > >
> > > > Fixed the author to be @nuviainc.com instead of @bsdio.com.
> > > >
> > > > Rebecca Cran (2):
> > > >   BaseTools: Switch to downloading the ARM compiler from Arm's site
> > > >   BaseTools: Switch to downloading the AARCH64 compiler from Arm's
> site
> > > >
> > > >  BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10
> > > +++++-----
> > > >  BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  |
> 10
> > > +++++-----
> > > >  BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4
> ++--
> > > >  3 files changed, 12 insertions(+), 12 deletions(-)
> > > >
> > > > --
> > > > 2.31.1
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> > 
> >
> >




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81255): https://edk2.groups.io/g/devel/message/81255
Mute This Topic: https://groups.io/mt/85939484/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Posted by Bob Feng 2 years, 7 months ago
PR 2020 failed because it has an additional commit "Merge branch 'master' into BaseTools_Arm"

Create a new PR https://github.com/tianocore/edk2/pull/2029


-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn> 
Sent: Wednesday, September 29, 2021 9:19 AM
To: 'Leif Lindholm' <leif@nuviainc.com>; devel@edk2.groups.io
Cc: 'Rebecca Cran' <rebecca@nuviainc.com>; Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine <yuwei.chen@intel.com>; 'Sean Brogan' <sean.brogan@microsoft.com>; 'Sami Mujawar' <sami.mujawar@arm.com>; 'Ard Biesheuvel' <ardb+tianocore@kernel.org>
Subject: 回复: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site

Create PR https://github.com/tianocore/edk2/pull/2020. 

Thanks
Liming
> -----邮件原件-----
> 发件人: Leif Lindholm <leif@nuviainc.com>
> 发送时间: 2021年9月28日 18:49
> 收件人: devel@edk2.groups.io; gaoliming@byosoft.com.cn
> 抄送: 'Rebecca Cran' <rebecca@nuviainc.com>; 'Bob Feng'
> <bob.c.feng@intel.com>; 'Yuwei Chen' <yuwei.chen@intel.com>; 'Sean 
> Brogan' <sean.brogan@microsoft.com>; 'Sami Mujawar'
> <sami.mujawar@arm.com>; 'Ard Biesheuvel' <ardb+tianocore@kernel.org>
> 主题: Re: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to 
> downloading the ARM and AARCH64 compilers from Arm's site
> 
> Could one of the BaseTools maintainers merge this set?
> 
> On Fri, Sep 24, 2021 at 08:44:42 +0800, gaoliming wrote:
> > Leif:
> >  I gave my Acked-by for this patch set V2. I think it can be merged now.
> >
> > Thanks
> > Liming
> > > -----邮件原件-----
> > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Leif
> Lindholm
> > > 发送时间: 2021年9月24日 2:17
> > > 收件人: Rebecca Cran <rebecca@nuviainc.com>
> > > 抄送: devel@edk2.groups.io; Bob Feng <bob.c.feng@intel.com>; Liming
> Gao
> > > <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>;
> Sean
> > > Brogan <sean.brogan@microsoft.com>; Sami Mujawar 
> > > <sami.mujawar@arm.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>
> > > 主题: Re: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to 
> > > downloading
> the
> > > ARM and AARCH64 compilers from Arm's site
> > >
> > > Hi Rebecca,
> > >
> > > I think I already gave v2 an Acked-by, but just in case:
> > > Acked-by: Leif Lindholm <leif@nuviainc.com>
> > >
> > > Bob, Liming, Yuwei - any comments?
> > >
> > > /
> > >     Leif
> > >
> > > Thu, Sep 23, 2021 at 10:09:55 -0600, Rebecca Cran wrote:
> > > > BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC
> > > releases
> > > > from
> > > https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 .
> > > >
> > > > As indicated in the URL, those builds are from 2019 because 
> > > > Linaro no longer do GCC releases, with that task having moved to Arm.
> > > >
> > > > The Arm GCC page is
> > >
> https://developer.arm.com/tools-and-software/open-source-software/deve
> l
> > > oper-tools/gnu-toolchain/gnu-a/downloads,
> > > > with the latest release being 10.3-2021.07.
> > > >
> > > > gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI 
> > > > environment using the stuart tools.
> > > >
> > > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594
> > > > PR: https://github.com/tianocore/edk2/pull/1909
> > > >
> > > > Changes from v2 to v3:
> > > >
> > > > Fixed the author to be @nuviainc.com instead of @bsdio.com.
> > > >
> > > > Rebecca Cran (2):
> > > >   BaseTools: Switch to downloading the ARM compiler from Arm's site
> > > >   BaseTools: Switch to downloading the AARCH64 compiler from 
> > > > Arm's
> site
> > > >
> > > >  BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml              | 10
> > > +++++-----
> > > >  BaseTools/Bin/gcc_arm_linux_ext_dep.yaml                  |
> 10
> > > +++++-----
> > > >  BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py |  4
> ++--
> > > >  3 files changed, 12 insertions(+), 12 deletions(-)
> > > >
> > > > --
> > > > 2.31.1
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> > 
> >
> >




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81276): https://edk2.groups.io/g/devel/message/81276
Mute This Topic: https://groups.io/mt/85945800/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-