]> git.gag.com Git - fw/openocd/blobdiff - src/target/arm_adi_v5.c
cortex_a: Add Cortex-A5 identification
[fw/openocd] / src / target / arm_adi_v5.c
index 7bb2a0b2d6d9174d7ec374f887eda68f1f13b4ac..1576d766d6432bf54d662e987a5e78418023fb60 100644 (file)
@@ -1331,6 +1331,14 @@ static int dap_rom_display(struct command_context *cmd_ctx,
                                type = "Cortex-M4 TPUI";
                                full = "(Trace Port Interface Unit)";
                                break;
+                       case 0x9a5:
+                               type = "Cortex-A5 ETM";
+                               full = "(Embedded Trace)";
+                               break;
+                       case 0xc05:
+                               type = "Cortex-A5 Debug";
+                               full = "(Debug Unit)";
+                               break;
                        case 0xc08:
                                type = "Cortex-A8 Debug";
                                full = "(Debug Unit)";