public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: "'Leif Lindholm'" <leif@nuviainc.com>, <devel@edk2.groups.io>
Cc: "'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>
Subject: 回复: 回复: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
Date: Wed, 29 Sep 2021 09:19:09 +0800	[thread overview]
Message-ID: <013301d7b4d0$01023c80$0306b580$@byosoft.com.cn> (raw)
In-Reply-To: <20210928104903.ftrat3xgyxbcsrqn@leviathan>

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
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> > 
> >
> >



  reply	other threads:[~2021-09-29  1:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 16:09 [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site Rebecca Cran
2021-09-23 16:09 ` [PATCH v3 1/2] BaseTools: Switch to downloading the ARM compiler " Rebecca Cran
2021-09-23 16:09 ` [PATCH v3 2/2] BaseTools: Switch to downloading the AARCH64 " Rebecca Cran
2021-09-23 18:17 ` [PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers " Leif Lindholm
2021-09-24  0:44   ` 回复: [edk2-devel] " gaoliming
2021-09-28 10:49     ` Leif Lindholm
2021-09-29  1:19       ` gaoliming [this message]
2021-09-29 11:15         ` Bob Feng

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='013301d7b4d0$01023c80$0306b580$@byosoft.com.cn' \
    --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