arm_adi_v5: Added Cortex-A55 debug unit identifier
Add identifier of the Cortex-A55 debug unit. Change-Id: I67336094a5153a3187cccc32c0e38d78ae4af542 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8430 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
fec3b22421
commit
21a211d547
|
@ -1532,6 +1532,7 @@ static const struct dap_part_nums {
|
|||
{ ARM_ID, 0xc17, "Cortex-R7 Debug", "(Debug Unit)", },
|
||||
{ ARM_ID, 0xd03, "Cortex-A53 Debug", "(Debug Unit)", },
|
||||
{ ARM_ID, 0xd04, "Cortex-A35 Debug", "(Debug Unit)", },
|
||||
{ ARM_ID, 0xd05, "Cortex-A55 Debug", "(Debug Unit)", },
|
||||
{ ARM_ID, 0xd07, "Cortex-A57 Debug", "(Debug Unit)", },
|
||||
{ ARM_ID, 0xd08, "Cortex-A72 Debug", "(Debug Unit)", },
|
||||
{ ARM_ID, 0xd0b, "Cortex-A76 Debug", "(Debug Unit)", },
|
||||
|
|
Loading…
Reference in New Issue