[PATCH] Use hexagon toolchain version 16.0.0

Marco Liebel posted 1 patch 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230329142108.1199509-1-quic._5Fmliebel@quicinc.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Use hexagon toolchain version 16.0.0
Posted by Marco Liebel 2 years, 10 months ago
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
Re: [PATCH] Use hexagon toolchain version 16.0.0
Posted by Alex Bennée 2 years, 10 months ago
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
RE: [PATCH] Use hexagon toolchain version 16.0.0
Posted by Taylor Simpson 2 years, 10 months ago

> -----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

RE: [PATCH] Use hexagon toolchain version 16.0.0
Posted by Brian Cain 2 years, 10 months ago

> -----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>