All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coresight: cpu-debug: Support for CA73 CPUs
@ 2018-11-30  1:22 ` Leo Yan
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Yan @ 2018-11-30  1:22 UTC (permalink / raw)
  To: Mathieu Poirier, Alexander Shishkin, linux-arm-kernel, linux-kernel
  Cc: Leo Yan

This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
module can be initialized successfully when a SoC contain CA73 CPUs.

This patch has been verified on 96boards Hikey960.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
index 45b2460..e8819d7 100644
--- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
+++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
@@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
 		.id	= 0x000bbd08,
 		.mask	= 0x000fffff,
 	},
+	{       /* Debug for Cortex-A73 */
+		.id	= 0x000bbd09,
+		.mask	= 0x000fffff,
+	},
 	{ 0, 0 },
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] coresight: cpu-debug: Support for CA73 CPUs
@ 2018-11-30  1:22 ` Leo Yan
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Yan @ 2018-11-30  1:22 UTC (permalink / raw)
  To: Mathieu Poirier, Alexander Shishkin, linux-arm-kernel, linux-kernel
  Cc: Leo Yan

This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
module can be initialized successfully when a SoC contain CA73 CPUs.

This patch has been verified on 96boards Hikey960.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
index 45b2460..e8819d7 100644
--- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
+++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
@@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
 		.id	= 0x000bbd08,
 		.mask	= 0x000fffff,
 	},
+	{       /* Debug for Cortex-A73 */
+		.id	= 0x000bbd09,
+		.mask	= 0x000fffff,
+	},
 	{ 0, 0 },
 };
 
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] coresight: cpu-debug: Support for CA73 CPUs
  2018-11-30  1:22 ` Leo Yan
@ 2018-12-03 17:34   ` Mathieu Poirier
  -1 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2018-12-03 17:34 UTC (permalink / raw)
  To: Leo Yan; +Cc: Alexander Shishkin, linux-arm-kernel, Linux Kernel Mailing List

On Thu, 29 Nov 2018 at 18:22, Leo Yan <leo.yan@linaro.org> wrote:
>
> This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
> module can be initialized successfully when a SoC contain CA73 CPUs.
>
> This patch has been verified on 96boards Hikey960.
>
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> index 45b2460..e8819d7 100644
> --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
> +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> @@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
>                 .id     = 0x000bbd08,
>                 .mask   = 0x000fffff,
>         },
> +       {       /* Debug for Cortex-A73 */
> +               .id     = 0x000bbd09,
> +               .mask   = 0x000fffff,
> +       },
>         { 0, 0 },
>  };
>

I have picked this up - thanks.

Mathieu

> --
> 2.7.4
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] coresight: cpu-debug: Support for CA73 CPUs
@ 2018-12-03 17:34   ` Mathieu Poirier
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2018-12-03 17:34 UTC (permalink / raw)
  To: Leo Yan; +Cc: Alexander Shishkin, Linux Kernel Mailing List, linux-arm-kernel

On Thu, 29 Nov 2018 at 18:22, Leo Yan <leo.yan@linaro.org> wrote:
>
> This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
> module can be initialized successfully when a SoC contain CA73 CPUs.
>
> This patch has been verified on 96boards Hikey960.
>
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> index 45b2460..e8819d7 100644
> --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
> +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> @@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
>                 .id     = 0x000bbd08,
>                 .mask   = 0x000fffff,
>         },
> +       {       /* Debug for Cortex-A73 */
> +               .id     = 0x000bbd09,
> +               .mask   = 0x000fffff,
> +       },
>         { 0, 0 },
>  };
>

I have picked this up - thanks.

Mathieu

> --
> 2.7.4
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] coresight: cpu-debug: Support for CA73 CPUs
  2018-12-03 17:34   ` Mathieu Poirier
@ 2018-12-04  0:31     ` leo.yan
  -1 siblings, 0 replies; 6+ messages in thread
From: leo.yan @ 2018-12-04  0:31 UTC (permalink / raw)
  To: Mathieu Poirier
  Cc: Alexander Shishkin, linux-arm-kernel, Linux Kernel Mailing List

On Mon, Dec 03, 2018 at 10:34:07AM -0700, Mathieu Poirier wrote:
> On Thu, 29 Nov 2018 at 18:22, Leo Yan <leo.yan@linaro.org> wrote:
> >
> > This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
> > module can be initialized successfully when a SoC contain CA73 CPUs.
> >
> > This patch has been verified on 96boards Hikey960.
> >
> > Signed-off-by: Leo Yan <leo.yan@linaro.org>
> > ---
> >  drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> > index 45b2460..e8819d7 100644
> > --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
> > +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> > @@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
> >                 .id     = 0x000bbd08,
> >                 .mask   = 0x000fffff,
> >         },
> > +       {       /* Debug for Cortex-A73 */
> > +               .id     = 0x000bbd09,
> > +               .mask   = 0x000fffff,
> > +       },
> >         { 0, 0 },
> >  };
> >
> 
> I have picked this up - thanks.

Thanks, Mathieu.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] coresight: cpu-debug: Support for CA73 CPUs
@ 2018-12-04  0:31     ` leo.yan
  0 siblings, 0 replies; 6+ messages in thread
From: leo.yan @ 2018-12-04  0:31 UTC (permalink / raw)
  To: Mathieu Poirier
  Cc: Alexander Shishkin, Linux Kernel Mailing List, linux-arm-kernel

On Mon, Dec 03, 2018 at 10:34:07AM -0700, Mathieu Poirier wrote:
> On Thu, 29 Nov 2018 at 18:22, Leo Yan <leo.yan@linaro.org> wrote:
> >
> > This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
> > module can be initialized successfully when a SoC contain CA73 CPUs.
> >
> > This patch has been verified on 96boards Hikey960.
> >
> > Signed-off-by: Leo Yan <leo.yan@linaro.org>
> > ---
> >  drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> > index 45b2460..e8819d7 100644
> > --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
> > +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
> > @@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
> >                 .id     = 0x000bbd08,
> >                 .mask   = 0x000fffff,
> >         },
> > +       {       /* Debug for Cortex-A73 */
> > +               .id     = 0x000bbd09,
> > +               .mask   = 0x000fffff,
> > +       },
> >         { 0, 0 },
> >  };
> >
> 
> I have picked this up - thanks.

Thanks, Mathieu.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-04  0:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30  1:22 [PATCH] coresight: cpu-debug: Support for CA73 CPUs Leo Yan
2018-11-30  1:22 ` Leo Yan
2018-12-03 17:34 ` Mathieu Poirier
2018-12-03 17:34   ` Mathieu Poirier
2018-12-04  0:31   ` leo.yan
2018-12-04  0:31     ` leo.yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.