Re: [PATCH v6 00/26] coresight: etm4x: Support for system instructions

2021-01-08 Thread Suzuki K Poulose
Hi Mathieu, Please hold on with this series, I will update the series, fixing the issues you have spotted and some additional patches to prevent accesses to all the system registers that may not be available via system instructions. Apologies for the inconvenience Kind regards Suzuki On 1/8/21

Re: [PATCH v6 00/26] coresight: etm4x: Support for system instructions

2021-01-08 Thread Suzuki K Poulose
Hi Mathieu On 1/8/21 1:09 AM, Mathieu Poirier wrote: Hi Suzuki, On Thu, Jan 07, 2021 at 12:38:33PM +, 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.

Re: [PATCH v6 00/26] coresight: etm4x: Support for system instructions

2021-01-07 Thread Mathieu Poirier
Hi Suzuki, On Thu, Jan 07, 2021 at 12:38:33PM +, 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 access

[PATCH v6 00/26] coresight: etm4x: Support for system instructions

2021-01-07 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 driver