Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-11 Thread Matthias Welwarsky
On Saturday 10 September 2016 23:27:15 Duane Ellis wrote: > > Do you know if there's a method to read registers that is usable in > > AArch32 > > and -64 execution states? > > NO - the basic technique is the same Insert an opcode - and use the DCC to > transfer data, but the opcodes are totally di

Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-11 Thread Matthias Welwarsky
On Sunday 11 September 2016 14:55:39 Andreas Färber wrote: > Am 08.09.2016 um 23:08 schrieb David Ung: > > Andreas Fritiofson mentions there was already a patch in Gerrit that > > changes the target addresses throughout OpenOCD to a 64-bit type. > > http://openocd.zylin.com/1200 > > > > This patch

Re: [OpenOCD-devel] Support to NXP KEA Microcontrollers

2016-09-11 Thread Augusto Fraga Giachero
I've tried the latest OpenOCD and it seems to work fine with the S9KEAZ128AMLK! Thanks! On 27-07-2016 15:48, Augusto Fraga Giachero wrote: > I have been using the OpenOCD from the Arch Linux repo (0.9.0), so I > think that this version doesn't have the ke driver. I'll try the git > version whe

Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-11 Thread Andreas Färber
Am 08.09.2016 um 23:08 schrieb David Ung: > Andreas Fritiofson mentions there was already a patch in Gerrit that changes > the target addresses throughout OpenOCD to a 64-bit type. > http://openocd.zylin.com/1200 > > This patch was a much bigger change which affects all targets but arguably > w