From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web10.3159.1632878353400389293 for ; Tue, 28 Sep 2021 18:19:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 29 Sep 2021 09:19:07 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Leif Lindholm'" , Cc: "'Rebecca Cran'" , "'Bob Feng'" , "'Yuwei Chen'" , "'Sean Brogan'" , "'Sami Mujawar'" , "'Ard Biesheuvel'" References: <20210923160957.19800-1-rebecca@nuviainc.com> <20210923181707.4nvbon5w6u5nfeyq@leviathan> <003601d7b0dd$5cf32aa0$16d97fe0$@byosoft.com.cn> <20210928104903.ftrat3xgyxbcsrqn@leviathan> In-Reply-To: <20210928104903.ftrat3xgyxbcsrqn@leviathan> Subject: =?UTF-8?B?5Zue5aSNOiDlm57lpI06IFtlZGsyLWRldmVsXSBbUEFUQ0ggdjMgMC8yXSBCYXNlVG9vbHM6IFN3aXRjaCB0byBkb3dubG9hZGluZyB0aGUgQVJNIGFuZCBBQVJDSDY0IGNvbXBpbGVycyBmcm9tIEFybSdzIHNpdGU=?= Date: Wed, 29 Sep 2021 09:19:09 +0800 Message-ID: <013301d7b4d0$01023c80$0306b580$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGT0V6cPGakhkkWWJtpe+vxl/XjDANFYIdoAlokLbUB/rLT2qwFC3sA Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Create PR https://github.com/tianocore/edk2/pull/2020.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: Leif Lindholm > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2021=E5=B9=B49=E6=9C=8828=E6=97=A5 = 18:49 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; gaoliming@byosoft.com.= cn > =E6=8A=84=E9=80=81: 'Rebecca Cran' ; 'Bob Feng' > ; 'Yuwei Chen' ; 'Sean > Brogan' ; 'Sami Mujawar' > ; 'Ard Biesheuvel' > =E4=B8=BB=E9=A2=98: Re: =E5=9B=9E=E5=A4=8D: [edk2-devel] [PATCH v3 0/2] B= aseTools: Switch to > downloading the ARM and AARCH64 compilers from Arm's site >=20 > Could one of the BaseTools maintainers merge this set? >=20 > 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 > > > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > > > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io =E4=BB=A3=E8=A1=A8 Leif > Lindholm > > > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2021=E5=B9=B49=E6=9C=8824=E6=97= =A5 2:17 > > > =E6=94=B6=E4=BB=B6=E4=BA=BA: Rebecca Cran > > > =E6=8A=84=E9=80=81: devel@edk2.groups.io; Bob Feng ; Liming > Gao > > > ; Yuwei Chen ; > Sean > > > Brogan ; Sami Mujawar > > > ; Ard Biesheuvel > > > > =E4=B8=BB=E9=A2=98: 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 > > > > > > 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=3D3594 > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > > >