Message ID | 20230427224057.3766963-1-tsimpson@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Hexagon (target/hexagon) New architecture support | expand |
On 4/27/23 23:40, Taylor Simpson wrote:
> Add support for new Hexagon architecture versions v68/v69/v71/v73
Where can one find docs for this?
The latest Hexagon SDK I can find is 3.5, which still ends at v67.
r~
> -----Original Message----- > From: Richard Henderson <richard.henderson@linaro.org> > Sent: Friday, April 28, 2023 4:45 PM > To: Taylor Simpson <tsimpson@quicinc.com>; qemu-devel@nongnu.org > Cc: philmd@linaro.org; ale@rev.ng; anjo@rev.ng; Brian Cain > <bcain@quicinc.com>; Matheus Bernardino (QUIC) > <quic_mathbern@quicinc.com> > Subject: Re: [PATCH v2 0/9] Hexagon (target/hexagon) New architecture > support > > WARNING: This email originated from outside of Qualcomm. Please be wary > of any links or attachments, and do not enable macros. > > On 4/27/23 23:40, Taylor Simpson wrote: > > Add support for new Hexagon architecture versions v68/v69/v71/v73 > > Where can one find docs for this? > The latest Hexagon SDK I can find is 3.5, which still ends at v67. I guess the folks at developer.qualcomm.com are behind in publishing specs. I'll work on getting these. Thanks, Taylor
> -----Original Message----- > From: Taylor Simpson > Sent: Saturday, April 29, 2023 2:57 PM > To: Richard Henderson <richard.henderson@linaro.org>; qemu- > devel@nongnu.org > Cc: philmd@linaro.org; ale@rev.ng; anjo@rev.ng; Brian Cain > <bcain@quicinc.com>; Matheus Bernardino (QUIC) > <quic_mathbern@quicinc.com> > Subject: RE: [PATCH v2 0/9] Hexagon (target/hexagon) New architecture > support > > > > > -----Original Message----- > > From: Richard Henderson <richard.henderson@linaro.org> > > Sent: Friday, April 28, 2023 4:45 PM > > To: Taylor Simpson <tsimpson@quicinc.com>; qemu-devel@nongnu.org > > Cc: philmd@linaro.org; ale@rev.ng; anjo@rev.ng; Brian Cain > > <bcain@quicinc.com>; Matheus Bernardino (QUIC) > > <quic_mathbern@quicinc.com> > > Subject: Re: [PATCH v2 0/9] Hexagon (target/hexagon) New architecture > > support > > > > On 4/27/23 23:40, Taylor Simpson wrote: > > > Add support for new Hexagon architecture versions v68/v69/v71/v73 > > > > Where can one find docs for this? > > The latest Hexagon SDK I can find is 3.5, which still ends at v67. > > I guess the folks at developer.qualcomm.com are behind in publishing specs. > I'll work on getting these. Hi Richard, The documents have been posted on this page in the Documentation section. https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools I'll update the README with the link to the latest versions. Are you planning to review these given that Anton Johansson <anjo@rev.ng> has already done a review? If not, I'll go ahead and do the pull request. Thanks, Taylor
On 5/10/23 21:58, Taylor Simpson wrote: >>> Where can one find docs for this? >>> The latest Hexagon SDK I can find is 3.5, which still ends at v67. >> >> I guess the folks at developer.qualcomm.com are behind in publishing specs. >> I'll work on getting these. > > Hi Richard, > > The documents have been posted on this page in the Documentation section. > https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools > I'll update the README with the link to the latest versions. > > Are you planning to review these given that Anton Johansson <anjo@rev.ng> has already done a review? If not, I'll go ahead and do the pull request. Go ahead with the pull. But thanks for the documentation update. r~