From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by mx.groups.io with SMTP id smtpd.web10.2050.1632359932443329282 for ; Wed, 22 Sep 2021 18:18:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=dtMv3Z6j; spf=pass (domain: nuviainc.com, ip: 209.85.222.179, mailfrom: rebecca@nuviainc.com) Received: by mail-qk1-f179.google.com with SMTP id t4so16314278qkb.9 for ; Wed, 22 Sep 2021 18:18:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YtG02CmtX+MIRCcaioezSRdAxDeAu6yddp2fgvrnYDc=; b=dtMv3Z6jepnBis2/wEAMwNY6HPSn6aeDuCXz+O/cxrLH4Em+G0X0Z57FUHtXzbzKaH thCcLzZHKeRZ1oiYSWOQ3D0iWPW2DA6g8PIKRsSKi2AQoebJJN7JvKFyWuuOcwJj9e0s fefFhQgB7yvLt93uWTnoiJ5ydWE7upA89Ce73SPb//eYMZ/f1DikAxbOw5+bvuqaPcjN Px4tuMOaR68Ipv+28z29rJynn71ryIAq92HH4dOleCHa0Tm6riILvb6NVsTUHjL9LwiO gIFVNHrwox1lNE79kaj/c9zfagbLO80yBXZs1UVnUjIxAjf4Szykuq8s3Yoi14GCrS4B bfQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YtG02CmtX+MIRCcaioezSRdAxDeAu6yddp2fgvrnYDc=; b=OjdGoBoYvoyc4AuDLuKVvxups0YdkfjOJt0smAac9zDFDIUrh42r5eQmgqJTg3HSV6 kUcy+CEdTkd+kumrkj72EU888p5Wf5/v8vTGRoRlzieJeW6D7CHQ9yslC5NV2Cp20fmg 6LSpMuU4tTsnZFY5oitx5FhLoOIbU8zQUi8PIjEQ8N/66Mv4oCYeKIsQK1v/nN4I1Bel PLccztqS0UTjlsO+YE4eOrveDdEERH56ZNTyulC84KVJBGkI/c96SC4ewGSl1Gle2k6Y QdKgknL5qiCIXNja/SkhhPgtWlw6K1IU1b1Q6CdLsGGqN+nWpy09vYryramv1R5f7Z5F /ucA== X-Gm-Message-State: AOAM5301bf8m/KfXQvm1AHT71U11qOmQFTOOULTqVWTQTQKlCHM2Sfyj ckEn7l8LLv6Y2QLnvvw+A/ioV6eBbjjj0BPkkV65/qjYj/dpdEcfN01Wb9H1sWaxkqxzGh3LBT8 Rb8NecgSiOAFOPPg/mPQEilRjkbzPR2lDR3qH9rWhaDaGP1TAZvZhHcWhOpiFF/phJMNPpKTa X-Google-Smtp-Source: ABdhPJy3H+vlUca6Oly8DutoDu6T3LtOwLbBzFxUROkINF3G2MQZtaTVe6rWhwzI6TSf0RPLOmLimw== X-Received: by 2002:a37:bfc2:: with SMTP id p185mr2447009qkf.130.1632359931449; Wed, 22 Sep 2021 18:18:51 -0700 (PDT) Return-Path: Received: from linbox.int.bluestop.org (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id l28sm2075911qtn.1.2021.09.22.18.18.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Sep 2021 18:18:51 -0700 (PDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Sami Mujawar , Leif Lindholm , Ard Biesheuvel Cc: Rebecca Cran Subject: [PATCH v2 2/2] BaseTools: Switch to downloading the AARCH64 compiler from Arm's site Date: Wed, 22 Sep 2021 19:18:32 -0600 Message-Id: <20210923011832.14981-3-rebecca@nuviainc.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210923011832.14981-1-rebecca@nuviainc.com> References: <20210923011832.14981-1-rebecca@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Rebecca Cran Linaro no longer do gcc releases - they're done by Arm now. Update gcc_aarch64_linux_ext_dep.yaml to fetch the latest AARCH64 gcc release (10.3-2021.07) from their site. Signed-off-by: Rebecca Cran --- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 10 +++++----- BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml b/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml index e81223fd9ad1..de7682b5521f 100644 --- a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml +++ b/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml @@ -1,5 +1,5 @@ ## @file -# Download GCC AARCH64 compiler from Linaro's release site +# Download GCC AARCH64 compiler from Arm's release site # Set shell variable GCC5_AARCH64_INSTALL to this folder # # This is only downloaded when a build activates scope gcc_aarch64_linux @@ -11,11 +11,11 @@ "scope": "gcc_aarch64_linux", "type": "web", "name": "gcc_aarch64_linux", - "source": "http://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz", - "version": "7.4.1", - "sha256": "27f1dc2c491ed61ae8f0d4b0c11de59cd2f7dd9c94761ee7153006fcac1bf9ab", + "source": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz", + "version": "10.3-2021.07", + "sha256": "1e33d53dea59c8de823bbdfe0798280bdcd138636c7060da9d77a97ded095a84", "compression_type": "tar", - "internal_path": "/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/", + "internal_path": "/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/", "flags": ["set_shell_var", ], "var_name": "GCC5_AARCH64_INSTALL" } diff --git a/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py b/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py index a695fc328565..f0685d804029 100644 --- a/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py +++ b/BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py @@ -80,7 +80,7 @@ class LinuxGcc5ToolChain(IUefiBuildPlugin): return 0 # make GCC5_AARCH64_PREFIX to align with tools_def.txt - prefix = os.path.join(install_path, "bin", "aarch64-linux-gnu-") + prefix = os.path.join(install_path, "bin", "aarch64-none-linux-gnu-") shell_environment.GetEnvironment().set_shell_var("GCC5_AARCH64_PREFIX", prefix) # now confirm it exists -- 2.31.1