tcl/target: added support for TI OMAP/AM 3505 and 3517
added TAPID for OMAP/AM 3505 and 3517. Tested on TAM3517 Twister board with AM3517 SoC. Change-Id: I78a3268a4adb18092c694a556538c99c9032f648 Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com> Reviewed-on: http://openocd.zylin.com/2127 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
parent
c7384117c6
commit
4949757473
tcl/target
|
@ -33,7 +33,7 @@ if { [info exists CHIPTYPE] } {
|
||||||
}
|
}
|
||||||
am35x {
|
am35x {
|
||||||
# Primary TAP: ICEPick-C (JTAG route controller) and boundary scan
|
# Primary TAP: ICEPick-C (JTAG route controller) and boundary scan
|
||||||
set _JRC_TAPID "-expected-id 0x0b7ae02f"
|
set _JRC_TAPID "-expected-id 0x0b7ae02f -expected-id 0x0b86802f"
|
||||||
}
|
}
|
||||||
default {
|
default {
|
||||||
error "ERROR: CHIPTYPE was set, but it was not set to a valid value. Acceptable values are \"dm37x\" or \"am35x\"."
|
error "ERROR: CHIPTYPE was set, but it was not set to a valid value. Acceptable values are \"dm37x\" or \"am35x\"."
|
||||||
|
|
Loading…
Reference in New Issue