Skip to content

Commit

Permalink
arm_adi_v5: add Cortex-A7 peripheral IDs
Browse files Browse the repository at this point in the history
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 <alexanders83@web.de>
  • Loading branch information
AlexanderStein committed May 8, 2015
1 parent abd7ad0 commit 7b617ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/target/arm_adi_v5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit 7b617ab

Please sign in to comment.