lkml.org 
[lkml]   [2014]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 07/10 v3] coresight-etm: add CoreSight ETM/PTM driver
From
On 7 August 2014 23:28, Dirk Behme <dirk.behme@de.bosch.com> wrote:
> On 07.08.2014 20:21, mathieu.poirier@linaro.org wrote:
>>
>> From: Pratik Patel <pratikp@codeaurora.org>
>>
>> This driver manages CoreSight ETM (Embedded Trace Macrocell) that
>> supports processor tracing. Currently supported version are ARM
>> ETMv3.x and PTM1.x.
>>
>> Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
>> Signed-off-by: Panchaxari Prasannamurthy
>> <panchaxari.prasannamurthy@linaro.org>
>> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>> ---
>
> ...
>>
>> +static struct amba_id etm_ids[] = {
>> + { /* ETM 3.3 */
>> + .id = 0x0003b921,
>> + .mask = 0x0003ffff,
>> + },
>> + { /* ETM 3.5 */
>> + .id = 0x0003b956,
>> + .mask = 0x0003ffff,
>> + },
>> + { /* PTM */
>> + .id = 0x0003b95f,
>> + .mask = 0x0003ffff,
>> + },
>> + { 0, 0},
>
>
> Maybe you like to add PTM 1.0 [1] here, too?

You got it.


\
 
 \ /
  Last update: 2014-08-08 16:01    [W:0.091 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site