X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.c;h=134168e2934cd13afa0614f10a2e9a3f5782ee09;hp=b92ecb304b935626e2c4edc3004ed21cfbd7324e;hb=9ad6ebc89a702a3af8947605800b2eeb816e9ba7;hpb=79d0f1345b8d68ff522f21451860c74c8f1018ca diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index b92ecb304b..134168e293 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -1039,13 +1039,12 @@ static const struct { { ARM_ID, 0xd03, "Cortex-A53 Debug", "(Debug Unit)", }, { ARM_ID, 0xd07, "Cortex-A57 Debug", "(Debug Unit)", }, { ARM_ID, 0xd08, "Cortex-A72 Debug", "(Debug Unit)", }, + { 0x09f, 0xcd0, "Atmel CPU with DSU", "(CPU)" }, { 0x0E5, 0x000, "SHARC+/Blackfin+", "", }, { 0x0F0, 0x440, "Qualcomm QDSS Component v1", "(Qualcomm Designed CoreSight Component v1)", }, /* legacy comment: 0x113: what? */ { ANY_ID, 0x120, "TI SDTI", "(System Debug Trace Interface)", }, /* from OMAP3 memmap */ { ANY_ID, 0x343, "TI DAPCTL", "", }, /* from OMAP3 memmap */ - /* Atmel */ - { 0x09f, 0xcd0, "Atmel CPU with DSU", "(CPU)" }, }; static int dap_rom_display(struct command_context *cmd_ctx,