Browse Source

ARM: comment tweaks in ADIv5

"OptimoDE DESS" is ARM's semicustom DSPish stuff.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tags/v0.4.0-rc1
David Brownell 14 years ago
parent
commit
21378f58b6
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/target/arm_adi_v5.c

+ 5
- 2
src/target/arm_adi_v5.c View File

@@ -1007,12 +1007,15 @@ int ahbap_debugport_init(struct swjdp_common *swjdp)
return ERROR_OK;
}

/* CID interpretation -- see ARM IHI 0029B section 3 */
/* CID interpretation -- see ARM IHI 0029B section 3
* and ARM IHI 0031A table 13-3.
*/
static const char *class_description[16] ={
"Reserved", "ROM table", "Reserved", "Reserved",
"Reserved", "Reserved", "Reserved", "Reserved",
"Reserved", "CoreSight component", "Reserved", "Peripheral Test Block",
"Reserved", "DESS", "Generic IP component", "PrimeCell or System component"
"Reserved", "OptimoDE DESS",
"Generic IP component", "PrimeCell or System component"
};

static bool


Loading…
Cancel
Save