[OpenOCD-devel] [PATCH]: 96be9bf flash/nor/stmqspi: Replace macros with static inline functions

2021-02-01 Thread gerrit
This is an automated email from Gerrit. Marc Schink (d...@zapb.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6046 -- gerrit commit 96be9bfaeae3b51b34532f070ca8add30be619f0 Author: Marc Schink Date: Mon Feb 1 21:23:35 2021 +0100 flash/nor/stm

[OpenOCD-devel] aarch64 target async algorithm

2021-02-01 Thread Taylor Stroobosscher via OpenOCD-devel
Hi, I'm looking for algorithm support for an aarch64 target, but it doesn't seem like the aarch64 target definition supports any of the algorithm functions. Has this been evaluated before? Is there a preferred way of doing it, like using the existing armv7 code and running the target in 32 bit

Re: [OpenOCD-devel] Freescale QSPI flash driver

2021-02-01 Thread Andreas Bolsch
Unfortunately I don't know aarch64 target. The main point for the ring buffer implementation is that there must be a possibility to read/write the buffer head/tail pointers atomically and concurrently with the running target (and of course, to access the buffer itself, too). On 2021-01-31 22:1