This is an automated email from Gerrit. Alexander Stein (alexander...@web.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2760
-- gerrit commit 7b617abb8af630e2b8067572e82d0240c4dc5057 Author: Alexander Stein <alexander...@web.de> Date: Fri May 8 15:50:27 2015 +0200 arm_adi_v5: add Cortex-A7 peripheral IDs This adds the peripheral IDs found on a Raspberry Pi 2 (BCM2836 with 4 Cortex-A7 cores). Change-Id: I2b3df87aed0b4320df3bc6d5fe9379baf5d33e5e Signed-off-by: Alexander Stein <alexander...@web.de> diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index f7e58d0..03f516e 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -1353,10 +1353,18 @@ static int dap_rom_display(struct command_context *cmd_ctx, type = "Cortex-A5 ETM"; full = "(Embedded Trace)"; break; + case 0x9a7: + type = "Cortex-A7 PMU"; + full = "(Performance Monitoring Unit)"; + break; case 0xc05: type = "Cortex-A5 Debug"; full = "(Debug Unit)"; break; + case 0xc07: + type = "Cortex-A7 Debug"; + full = "(Debug Unit)"; + break; case 0xc08: type = "Cortex-A8 Debug"; full = "(Debug Unit)"; -- ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel