Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-08 Thread Matthias Welwarsky
On Wednesday 07 September 2016 21:13:43 you wrote: > sure > > if you require a more general discussion it might be best to cc > openocd-devel, since I see quite a few people are interested on 64bit > support. Some is just into details of the implementation, some is about broader topics, so I'll

Re: [OpenOCD-devel] OpenOCD Aarch64 support

2016-09-08 Thread David Ung
When I first started adding 64bit support, I created corresponding 64bit variants of read/write functions while still maintaining the old 32bit interfaces. It was done that way to minimise breakage to old 32bit targets. you can see some comments in http://openocd.zylin.com/#/c/2523/ Andreas F