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.1907.1632444287233778069 for ; Thu, 23 Sep 2021 17:44:47 -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 ; Fri, 24 Sep 2021 08:44:40 +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: , , "'Rebecca Cran'" Cc: "'Bob Feng'" , "'Yuwei Chen'" , "'Sean Brogan'" , "'Sami Mujawar'" , "'Ard Biesheuvel'" References: <20210923160957.19800-1-rebecca@nuviainc.com> <20210923181707.4nvbon5w6u5nfeyq@leviathan> In-Reply-To: <20210923181707.4nvbon5w6u5nfeyq@leviathan> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYzIDAvMl0gQmFzZVRvb2xzOiBTd2l0Y2ggdG8gZG93bmxvYWRpbmcgdGhlIEFSTSBhbmQgQUFSQ0g2NCBjb21waWxlcnMgZnJvbSBBcm0ncyBzaXRl?= Date: Fri, 24 Sep 2021 08:44:42 +0800 Message-ID: <003601d7b0dd$5cf32aa0$16d97fe0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGT0V6cPGakhkkWWJtpe+vxl/XjDANFYIdorB/ssPA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Leif: I gave my Acked-by for this patch set V2. I think it can be merged now.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Leif Lindholm > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA9=D4=C224=C8=D5 2:17 > =CA=D5=BC=FE=C8=CB: Rebecca Cran > =B3=AD=CB=CD: devel@edk2.groups.io; Bob Feng ; Limi= ng Gao > ; Yuwei Chen ; Sean > Brogan ; Sami Mujawar > ; Ard Biesheuvel > =D6=F7=CC=E2: Re: [edk2-devel] [PATCH v3 0/2] BaseTools: Switch to downlo= ading the > ARM and AARCH64 compilers from Arm's site >=20 > Hi Rebecca, >=20 > I think I already gave v2 an Acked-by, but just in case: > Acked-by: Leif Lindholm >=20 > Bob, Liming, Yuwei - any comments? >=20 > / > Leif >=20 > 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 >=20 >=20 >=20