All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Use hexagon toolchain version 16.0.0
@ 2023-03-29 14:21 Marco Liebel
  2023-03-29 14:58 ` Brian Cain
  2023-03-29 16:33 ` Alex Bennée
  0 siblings, 2 replies; 4+ messages in thread
From: Marco Liebel @ 2023-03-29 14:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Taylor Simpson, Marco Liebel

Signed-off-by: Marco Liebel <quic_mliebel@quicinc.com>
---
 tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker b/tests/docker/dockerfiles/debian-hexagon-cross.docker
index 5308ccb8fe..b99d99f943 100644
--- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
+++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
@@ -27,7 +27,7 @@ RUN apt-get update && \
 
 
 ENV TOOLCHAIN_INSTALL /opt
-ENV TOOLCHAIN_RELEASE 15.0.3
+ENV TOOLCHAIN_RELEASE 16.0.0
 ENV TOOLCHAIN_BASENAME "clang+llvm-${TOOLCHAIN_RELEASE}-cross-hexagon-unknown-linux-musl"
 ENV TOOLCHAIN_URL https://codelinaro.jfrog.io/artifactory/codelinaro-toolchain-for-hexagon/v${TOOLCHAIN_RELEASE}/${TOOLCHAIN_BASENAME}.tar.xz
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] Use hexagon toolchain version 16.0.0
  2023-03-29 14:21 [PATCH] Use hexagon toolchain version 16.0.0 Marco Liebel
@ 2023-03-29 14:58 ` Brian Cain
  2023-03-29 16:33 ` Alex Bennée
  1 sibling, 0 replies; 4+ messages in thread
From: Brian Cain @ 2023-03-29 14:58 UTC (permalink / raw)
  To: Marco Liebel (QUIC), qemu-devel; +Cc: Taylor Simpson, Marco Liebel (QUIC)



> -----Original Message-----
> From: qemu-devel-bounces+bcain=quicinc.com@nongnu.org <qemu-devel-
> bounces+bcain=quicinc.com@nongnu.org> On Behalf Of Marco Liebel
> Sent: Wednesday, March 29, 2023 9:21 AM
> To: qemu-devel@nongnu.org
> Cc: Taylor Simpson <tsimpson@quicinc.com>; Marco Liebel (QUIC)
> <quic_mliebel@quicinc.com>
> Subject: [PATCH] Use hexagon toolchain version 16.0.0
> 
> WARNING: This email originated from outside of Qualcomm. Please be wary of
> any links or attachments, and do not enable macros.
> 
> Signed-off-by: Marco Liebel <quic_mliebel@quicinc.com>
> ---
>  tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> index 5308ccb8fe..b99d99f943 100644
> --- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> +++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> @@ -27,7 +27,7 @@ RUN apt-get update && \
> 
> 
>  ENV TOOLCHAIN_INSTALL /opt
> -ENV TOOLCHAIN_RELEASE 15.0.3
> +ENV TOOLCHAIN_RELEASE 16.0.0
>  ENV TOOLCHAIN_BASENAME "clang+llvm-${TOOLCHAIN_RELEASE}-cross-
> hexagon-unknown-linux-musl"
>  ENV TOOLCHAIN_URL https://codelinaro.jfrog.io/artifactory/codelinaro-
> toolchain-for-
> hexagon/v${TOOLCHAIN_RELEASE}/${TOOLCHAIN_BASENAME}.tar.xz
> 
> --
> 2.25.1
> 

Reviewed-by: Brian Cain <bcain@quicinc.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Use hexagon toolchain version 16.0.0
  2023-03-29 14:21 [PATCH] Use hexagon toolchain version 16.0.0 Marco Liebel
  2023-03-29 14:58 ` Brian Cain
@ 2023-03-29 16:33 ` Alex Bennée
  2023-03-29 16:39   ` Taylor Simpson
  1 sibling, 1 reply; 4+ messages in thread
From: Alex Bennée @ 2023-03-29 16:33 UTC (permalink / raw)
  To: Marco Liebel; +Cc: Taylor Simpson, qemu-devel


Marco Liebel <quic_mliebel@quicinc.com> writes:

> Signed-off-by: Marco Liebel <quic_mliebel@quicinc.com>
> ---
>  tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> index 5308ccb8fe..b99d99f943 100644
> --- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> +++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> @@ -27,7 +27,7 @@ RUN apt-get update && \
>  
>  
>  ENV TOOLCHAIN_INSTALL /opt
> -ENV TOOLCHAIN_RELEASE 15.0.3
> +ENV TOOLCHAIN_RELEASE 16.0.0
>  ENV TOOLCHAIN_BASENAME "clang+llvm-${TOOLCHAIN_RELEASE}-cross-hexagon-unknown-linux-musl"
>  ENV TOOLCHAIN_URL
> https://codelinaro.jfrog.io/artifactory/codelinaro-toolchain-for-hexagon/v${TOOLCHAIN_RELEASE}/${TOOLCHAIN_BASENAME}.tar.xz

Queued to for-8.0/more-misc-fixes, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] Use hexagon toolchain version 16.0.0
  2023-03-29 16:33 ` Alex Bennée
@ 2023-03-29 16:39   ` Taylor Simpson
  0 siblings, 0 replies; 4+ messages in thread
From: Taylor Simpson @ 2023-03-29 16:39 UTC (permalink / raw)
  To: Alex Bennée, Marco Liebel (QUIC)
  Cc: qemu-devel, Brian Cain, Matheus Bernardino (QUIC)



> -----Original Message-----
> From: Alex Bennée <alex.bennee@linaro.org>
> Sent: Wednesday, March 29, 2023 10:34 AM
> To: Marco Liebel (QUIC) <quic_mliebel@quicinc.com>
> Cc: Taylor Simpson <tsimpson@quicinc.com>; qemu-devel@nongnu.org
> Subject: Re: [PATCH] Use hexagon toolchain version 16.0.0
> 
> Marco Liebel <quic_mliebel@quicinc.com> writes:
> 
> > Signed-off-by: Marco Liebel <quic_mliebel@quicinc.com>
> > ---
> >  tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> > b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> > index 5308ccb8fe..b99d99f943 100644
> > --- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> > +++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> > @@ -27,7 +27,7 @@ RUN apt-get update && \
> >
> >
> >  ENV TOOLCHAIN_INSTALL /opt
> > -ENV TOOLCHAIN_RELEASE 15.0.3
> > +ENV TOOLCHAIN_RELEASE 16.0.0
> >  ENV TOOLCHAIN_BASENAME "clang+llvm-${TOOLCHAIN_RELEASE}-cross-
> hexagon-unknown-linux-musl"
> >  ENV TOOLCHAIN_URL
> > https://codelinaro.jfrog.io/artifactory/codelinaro-toolchain-for-
> hexagon/v${TOOLCHAIN_RELEASE}/${TOOLCHAIN_BASENAME}.tar.xz
> 
> Queued to for-8.0/more-misc-fixes, thanks.

Thanks Alex!

This toolchain supports up to Hexagon version v75.  I'll start preparing patches to add support for the new instructions to target/hexagon.

Taylor


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-29 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 14:21 [PATCH] Use hexagon toolchain version 16.0.0 Marco Liebel
2023-03-29 14:58 ` Brian Cain
2023-03-29 16:33 ` Alex Bennée
2023-03-29 16:39   ` Taylor Simpson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.