* [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
@ 2021-05-28 18:30 Rebecca Cran
2021-05-31 5:54 ` Thomas Abraham
2021-06-01 13:50 ` Sami Mujawar
0 siblings, 2 replies; 6+ messages in thread
From: Rebecca Cran @ 2021-05-28 18:30 UTC (permalink / raw)
To: Leif Lindholm, Michael D Kinney, Ard Biesheuvel, Thomas Abraham,
Sami Mujawar
Cc: Rebecca Cran, devel
Arm now provides the latest gcc toolchains for aarch64 and arm: the
Linaro page that was linked to no longer exists.
Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
---
Readme.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Readme.md b/Readme.md
index aba26e29a672..d8cd211334bc 100644
--- a/Readme.md
+++ b/Readme.md
@@ -61,9 +61,8 @@ RISCV64 | riscv64-unknown-elf-
\* i386, i486, i586 or i686
### GCC
-Linaro provides GCC toolchains for
-[aarch64-linux-gnu](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/)
-and [arm-linux-gnueabihf](https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/)
+Arm provides GCC toolchains for aarch64-linux-gnu and arm-linux-gnueabihf at
+[GNU Toolchain for the A-profile Architecture](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads)
compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux distributions
provide their own packaged cross-toolchains.
--
2.26.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
2021-05-28 18:30 [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains Rebecca Cran
@ 2021-05-31 5:54 ` Thomas Abraham
2021-06-01 13:50 ` Sami Mujawar
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Abraham @ 2021-05-31 5:54 UTC (permalink / raw)
To: Rebecca Cran, Leif Lindholm, Michael D Kinney, Ard Biesheuvel,
Sami Mujawar
Cc: devel@edk2.groups.io, nd
On 5/29/21 12:00 AM, Rebecca Cran wrote:
> Arm now provides the latest gcc toolchains for aarch64 and arm: the
> Linaro page that was linked to no longer exists.
>
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
> Readme.md | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Abraham <thomas.abraham@arm.com>
>
> diff --git a/Readme.md b/Readme.md
> index aba26e29a672..d8cd211334bc 100644
> --- a/Readme.md
> +++ b/Readme.md
> @@ -61,9 +61,8 @@ RISCV64 | riscv64-unknown-elf-
> \* i386, i486, i586 or i686
>
> ### GCC
> -Linaro provides GCC toolchains for
> -[aarch64-linux-
> gnu](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64
> -linux-gnu/)
> -and [arm-linux-
> gnueabihf](https://releases.linaro.org/components/toolchain/binaries/latest/ar
> m-linux-gnueabihf/)
> +Arm provides GCC toolchains for aarch64-linux-gnu and arm-linux-gnueabihf at
> +[GNU Toolchain for the A-profile
> Architecture](https://developer.arm.com/tools-and-software/open-source-
> software/developer-tools/gnu-toolchain/gnu-a/downloads)
> compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux
> distributions
> provide their own packaged cross-toolchains.
>
> --
> 2.26.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
2021-05-28 18:30 [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains Rebecca Cran
2021-05-31 5:54 ` Thomas Abraham
@ 2021-06-01 13:50 ` Sami Mujawar
2021-06-02 8:52 ` Sami Mujawar
1 sibling, 1 reply; 6+ messages in thread
From: Sami Mujawar @ 2021-06-01 13:50 UTC (permalink / raw)
To: Rebecca Cran, Leif Lindholm, Michael D Kinney, Ard Biesheuvel,
Thomas Abraham
Cc: devel, nd
Hi Rebecca,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Regards,
Sami Mujawar
On 28/05/2021 07:30 PM, Rebecca Cran wrote:
> Arm now provides the latest gcc toolchains for aarch64 and arm: the
> Linaro page that was linked to no longer exists.
>
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
> Readme.md | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Readme.md b/Readme.md
> index aba26e29a672..d8cd211334bc 100644
> --- a/Readme.md
> +++ b/Readme.md
> @@ -61,9 +61,8 @@ RISCV64 | riscv64-unknown-elf-
> \* i386, i486, i586 or i686
>
> ### GCC
> -Linaro provides GCC toolchains for
> -[aarch64-linux-gnu](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/)
> -and [arm-linux-gnueabihf](https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/)
> +Arm provides GCC toolchains for aarch64-linux-gnu and arm-linux-gnueabihf at
> +[GNU Toolchain for the A-profile Architecture](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads)
> compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux distributions
> provide their own packaged cross-toolchains.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
2021-06-01 13:50 ` Sami Mujawar
@ 2021-06-02 8:52 ` Sami Mujawar
2021-06-03 10:34 ` Leif Lindholm
0 siblings, 1 reply; 6+ messages in thread
From: Sami Mujawar @ 2021-06-02 8:52 UTC (permalink / raw)
To: Rebecca Cran, Leif Lindholm, Michael D Kinney, Ard Biesheuvel,
Thomas Abraham
Cc: devel, nd
Hi Leif,
If there are no further comments on this patch, may I have your RB and
permission to merge this change, please?
Regards,
Sami Mujawar
On 01/06/2021 02:50 PM, Sami Mujawar wrote:
> Hi Rebecca,
>
> Thank you for this patch.
>
> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
>
> Regards,
>
> Sami Mujawar
>
>
> On 28/05/2021 07:30 PM, Rebecca Cran wrote:
>> Arm now provides the latest gcc toolchains for aarch64 and arm: the
>> Linaro page that was linked to no longer exists.
>>
>> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
>> ---
>> Readme.md | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/Readme.md b/Readme.md
>> index aba26e29a672..d8cd211334bc 100644
>> --- a/Readme.md
>> +++ b/Readme.md
>> @@ -61,9 +61,8 @@ RISCV64 | riscv64-unknown-elf-
>> \* i386, i486, i586 or i686
>> ### GCC
>> -Linaro provides GCC toolchains for
>> -[aarch64-linux-gnu](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/)
>>
>> -and
>> [arm-linux-gnueabihf](https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/)
>> +Arm provides GCC toolchains for aarch64-linux-gnu and
>> arm-linux-gnueabihf at
>> +[GNU Toolchain for the A-profile
>> Architecture](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads)
>> compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux
>> distributions
>> provide their own packaged cross-toolchains.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
2021-06-02 8:52 ` Sami Mujawar
@ 2021-06-03 10:34 ` Leif Lindholm
2021-06-07 11:36 ` Sami Mujawar
0 siblings, 1 reply; 6+ messages in thread
From: Leif Lindholm @ 2021-06-03 10:34 UTC (permalink / raw)
To: Sami Mujawar
Cc: Rebecca Cran, Michael D Kinney, Ard Biesheuvel, Thomas Abraham,
devel, nd
Hi Sami,
No issue from my end, please go ahead.
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
On Wed, Jun 02, 2021 at 09:52:33 +0100, Sami Mujawar wrote:
> Hi Leif,
>
> If there are no further comments on this patch, may I have your RB and
> permission to merge this change, please?
>
> Regards,
>
> Sami Mujawar
>
> On 01/06/2021 02:50 PM, Sami Mujawar wrote:
> > Hi Rebecca,
> >
> > Thank you for this patch.
> >
> > Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
> >
> > Regards,
> >
> > Sami Mujawar
> >
> >
> > On 28/05/2021 07:30 PM, Rebecca Cran wrote:
> > > Arm now provides the latest gcc toolchains for aarch64 and arm: the
> > > Linaro page that was linked to no longer exists.
> > >
> > > Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> > > ---
> > > Readme.md | 5 ++---
> > > 1 file changed, 2 insertions(+), 3 deletions(-)
> > >
> > > diff --git a/Readme.md b/Readme.md
> > > index aba26e29a672..d8cd211334bc 100644
> > > --- a/Readme.md
> > > +++ b/Readme.md
> > > @@ -61,9 +61,8 @@ RISCV64 | riscv64-unknown-elf-
> > > \* i386, i486, i586 or i686
> > > ### GCC
> > > -Linaro provides GCC toolchains for
> > > -[aarch64-linux-gnu](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/)
> > >
> > > -and [arm-linux-gnueabihf](https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/)
> > > +Arm provides GCC toolchains for aarch64-linux-gnu and
> > > arm-linux-gnueabihf at
> > > +[GNU Toolchain for the A-profile Architecture](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads)
> > > compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux
> > > distributions
> > > provide their own packaged cross-toolchains.
> >
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
2021-06-03 10:34 ` Leif Lindholm
@ 2021-06-07 11:36 ` Sami Mujawar
0 siblings, 0 replies; 6+ messages in thread
From: Sami Mujawar @ 2021-06-07 11:36 UTC (permalink / raw)
To: Leif Lindholm
Cc: Rebecca Cran, Michael D Kinney, Ard Biesheuvel, Thomas Abraham,
devel, nd
[-- Attachment #1: Type: text/plain, Size: 166 bytes --]
Pushed as 6e92566d2e61..7bf73ecc3c47
Thanks.
Regards,
Sami Mujawar
On 03/06/2021 11:34 AM, Leif Lindholm wrote:
> Reviewed-by: Leif Lindholm<leif@nuviainc.com>
[-- Attachment #2: Type: text/html, Size: 658 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-06-07 11:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 18:30 [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains Rebecca Cran
2021-05-31 5:54 ` Thomas Abraham
2021-06-01 13:50 ` Sami Mujawar
2021-06-02 8:52 ` Sami Mujawar
2021-06-03 10:34 ` Leif Lindholm
2021-06-07 11:36 ` Sami Mujawar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox