Re: [PATCH v7 00/28] coresight: etm4x: Support for system instructions

2021-01-26 Thread Mathieu Poirier
On Sun, Jan 10, 2021 at 10:48:22PM +, Suzuki K Poulose wrote: > CoreSight ETMv4.4 obsoletes memory mapped access to ETM and > mandates the system instructions for registers. > This also implies that they may not be on the amba bus. > Right now all the CoreSight components are accessed via

Re: [PATCH v7 00/28] coresight: etm4x: Support for system instructions

2021-01-25 Thread Suzuki K Poulose
On 1/25/21 6:49 PM, Mathieu Poirier wrote: On Sun, Jan 10, 2021 at 10:48:22PM +, Suzuki K Poulose wrote: CoreSight ETMv4.4 obsoletes memory mapped access to ETM and mandates the system instructions for registers. This also implies that they may not be on the amba bus. Right now all the

[PATCH v7 00/28] coresight: etm4x: Support for system instructions

2021-01-10 Thread Suzuki K Poulose
CoreSight ETMv4.4 obsoletes memory mapped access to ETM and mandates the system instructions for registers. This also implies that they may not be on the amba bus. Right now all the CoreSight components are accessed via memory map. Also, we have some common routines in coresight generic code