Skip to content

Commit c561524

Browse files
committed
adi: add entries for Cortex-R5
Signed-off-by: Sean Cross <sean@xobs.io>
1 parent 533d4b9 commit c561524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/target/adi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ static const arm_coresight_component_s arm_component_lut[] = {
120120
{0x924, 0x13, 0, aa_nosupport, cidc_unknown, ARM_COMPONENT_STR("Cortex-M3 ETM", "(Embedded Trace)")},
121121
{0x925, 0x13, 0, aa_nosupport, cidc_unknown, ARM_COMPONENT_STR("Cortex-M4 ETM", "(Embedded Trace)")},
122122
{0x930, 0x13, 0, aa_nosupport, cidc_unknown, ARM_COMPONENT_STR("Cortex-R4 ETM", "(Embedded Trace)")},
123+
{0x931, 0x13, 0, aa_nosupport, cidc_unknown, ARM_COMPONENT_STR("Cortex-R5 ETM", "(Embedded Trace)")},
123124
{0x932, 0x31, 0x0a31, aa_nosupport, cidc_unknown,
124125
ARM_COMPONENT_STR("CoreSight MTB-M0+", "(Simple Execution Trace)")},
125126
{0x941, 0x00, 0, aa_nosupport, cidc_unknown,
@@ -147,6 +148,7 @@ static const arm_coresight_component_s arm_component_lut[] = {
147148
{0xc09, 0x15, 0, aa_cortexa, cidc_dc, ARM_COMPONENT_STR("Cortex-A9", "(Debug Unit)")},
148149
{0xc0f, 0x15, 0, aa_cortexa, cidc_unknown, ARM_COMPONENT_STR("Cortex-A15", "(Debug Unit)")},
149150
{0xc14, 0x15, 0, aa_cortexr, cidc_unknown, ARM_COMPONENT_STR("Cortex-R4", "(Debug Unit)")},
151+
{0xc15, 0x15, 0, aa_cortexr, cidc_unknown, ARM_COMPONENT_STR("Cortex-R5", "(Debug Unit)")},
150152
{0xcd0, 0x00, 0, aa_nosupport, cidc_unknown, ARM_COMPONENT_STR("Atmel DSU", "(Device Service Unit)")},
151153
{0xd20, 0x00, 0x2a04, aa_cortexm, cidc_gipc, ARM_COMPONENT_STR("Cortex-M23", "(System Control Space)")},
152154
{0xd20, 0x11, 0, aa_nosupport, cidc_dc, ARM_COMPONENT_STR("Cortex-M23", "(Trace Port Interface Unit)")},

0 commit comments

Comments
 (0)