target: add CoreSight PMU and an unidentified component to "dap info"

Change-Id: I705eae46b190dbd89ab01bc086c49eb04368d9b3
Reported-by: Brad Riensche <brad.riensche@gmail.com>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1928
Tested-by: jenkins
Reviewed-by: Brad Riensche <brad.riensche@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Paul Fertser 2014-02-05 15:08:54 +04:00 committed by Andreas Fritiofson
parent 77aecd5376
commit 42881f95ce
1 changed files with 8 additions and 0 deletions

View File

@ -1366,6 +1366,14 @@ static int dap_rom_display(struct command_context *cmd_ctx,
type = "Cortex-R4 ETM";
full = "(Embedded Trace)";
break;
case 0x950:
type = "CoreSight Component";
full = "(unidentified Cortex-A9 component)";
break;
case 0x9a0:
type = "CoreSight PMU";
full = "(Performance Monitoring Unit)";
break;
case 0x9a1:
type = "Cortex-M4 TPUI";
full = "(Trace Port Interface Unit)";