diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-25 16:14:45 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-25 16:14:45 -0800 |
commit | 21378f58b604453262ac6f3cbf3d6b94b50251cf (patch) | |
tree | 95e5fc1dc141e90d5bb817e72a6b4334d5dd4c86 | |
parent | 5d244b85e25e97768e66ec86f23ca58f6ab6c08b (diff) | |
download | openocd+libswd-21378f58b604453262ac6f3cbf3d6b94b50251cf.tar.gz openocd+libswd-21378f58b604453262ac6f3cbf3d6b94b50251cf.tar.bz2 openocd+libswd-21378f58b604453262ac6f3cbf3d6b94b50251cf.tar.xz openocd+libswd-21378f58b604453262ac6f3cbf3d6b94b50251cf.zip |
ARM: comment tweaks in ADIv5
"OptimoDE DESS" is ARM's semicustom DSPish stuff.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-rw-r--r-- | src/target/arm_adi_v5.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index 3d0b8f81..72408e1e 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -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 |