diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index f7e58d08b8..03f516e69a 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)";