From nobody Fri Apr 19 19:30:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+73537+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+73537+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1617124530; cv=none; d=zohomail.com; s=zohoarc; b=L8BFkNxMnBXiYzuV7G6WnLNSQmAEUUlMpKox/1MWDwwc2hC3D64SjSZnUzPRn62YTexEKnVsmmvar5mMJMbilGSRhdKwXTdfSWPEwCrbjPYHQThh66XyBeUmMmmHXC155vQ86kUCimbJQMK+Fpx57+cz1RuVthlQhWSTvzrHdeE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1617124530; h=Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=2IUwMozwbRL4i4GeJxlE7XALQztRLVY8iDGv7RWbx9I=; b=ddeJokMWmeEKLmvYy4fs+wedl7zsJDP9Am17e3I44C6EexwLOLlugHT62i02puiXuGJ2GHUD+xxCVgCPNOgBuoFByTM/fJipI62gKHl56ZTRVwyEK6+TJjVMMlq//3h67fGsWt79PsGZVlhezwRhoMiKSynPbXUM6jCHnmrEaIE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+73537+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1617124530164955.3350428170141; Tue, 30 Mar 2021 10:15:30 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id saReYY1788612xzEWvWW5o1V; Tue, 30 Mar 2021 10:15:29 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.1852.1617124529121888397 for ; Tue, 30 Mar 2021 10:15:29 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A351AD6E; Tue, 30 Mar 2021 10:15:28 -0700 (PDT) X-Received: from usa.arm.com (a074744.blr.arm.com [10.162.17.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 04D3C3F719; Tue, 30 Mar 2021 10:15:26 -0700 (PDT) From: "chandni cherukuri" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Chandni Cherukuri Subject: [edk2-devel] [edk2-platforms][PATCH V1] edk2-platforms: Update Readme.md Date: Tue, 30 Mar 2021 22:44:35 +0530 Message-Id: <20210330171435.18929-1-chandni.cherukuri@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,chandni.cherukuri@arm.com X-Gm-Message-State: sZGcwwOhWI1hbpvlcqN5lUjFx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1617124529; bh=V0IvIzLK9ApEtiJ7R9c8u/oFSMsxt2QVpFLgyJfWHrc=; h=Cc:Date:From:Reply-To:Subject:To; b=CRQhumTL5LeAg5HcJ2hkPY6hdvF1RPaUlGDNlVcPTq1RQ+Gya3vBdxHqeJfkX/Saeyv PvRTVpTVIhqi8KrH3c7T9Ynwlfd0+1CwFj6lweTl2HXmk3LgxDJze8hxxQ27p2Z8eXRqq pCYDFt2AhIm3eEifUuqSaTMn8GfAqDSAMtc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The link for GCC toolchain is no longer valid. Update GCC toolchain to point to the latest link available. Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Readme.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index d00600d35018..cfdb3a15a282 100644 --- a/Readme.md +++ b/Readme.md @@ -51,8 +51,8 @@ but the reverse may not always be true. =20 Target architecture | Cross compilation prefix --------------------|------------------------- -AARCH64 | aarch64-linux-gnu- -ARM | arm-linux-gnueabihf- +AARCH64 | aarch64-linux-gnu- _or_ aarch64-none-linux-gnu- +ARM | arm-linux-gnueabihf- _or_ arm-linux-none-gnueabihf- IA32 | i?86-linux-gnu-* _or_ x86_64-linux-gnu- IPF | ia64-linux-gnu X64 | x86_64-linux-gnu- @@ -61,11 +61,8 @@ RISCV64 | riscv64-unknown-elf- \* i386, i486, i586 or i686 =20 ### GCC -Linaro provides GCC toolchains for -[aarch64-linux-gnu](https://releases.linaro.org/components/toolchain/binar= ies/latest/aarch64-linux-gnu/) -and [arm-linux-gnueabihf](https://releases.linaro.org/components/toolchain= /binaries/latest/arm-linux-gnueabihf/) -compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux distribu= tions -provide their own packaged cross-toolchains. +The GCC toolchain can be obtained from [gcc](https://developer.arm.com/too= ls-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/do= wnloads). Download the required latest toolchain based on the +build machine. Some Linux distributions provide their own packaged cross-t= oolchains. =20 ### GCC for RISC-V RISC-V open source community provides GCC toolchains for @@ -170,7 +167,7 @@ build command which toolchain to use. We do this by set= ting the environment variable `{TOOL_CHAIN_TAG}_{TARGET_ARCH}_PREFIX` - in the case above, **GCC5_AARCH64_PREFIX**. =20 -So, referring to the cross compiler toolchain table above, we should prepe= nd the `build` command line with `GCC5_AARCH64_PREFIX=3Daarch64-linux-gnu-`. +So, referring to the cross compiler toolchain table above, we should prepe= nd the `build` command line with `GCC5_AARCH64_PREFIX=3Daarch64-linux-gnu-`= or `GCC5_AARCH64_PREFIX=3Daarch64-none-linux-gnu-`. =20 ## Using uefi-tools helper scripts uefi-tools is a completely unofficial set of helper-scripts developed by L= inaro. --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#73537): https://edk2.groups.io/g/devel/message/73537 Mute This Topic: https://groups.io/mt/81730224/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-