This is an automated email from Gerrit. Seth LaForge ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2083
-- gerrit commit 67185fbe533da5566120858482804566e82e547d Author: Seth LaForge <[email protected]> Date: Thu Apr 3 13:11:28 2014 -0700 tcl/target: Add warning that TMS570 support is incomplete. Change-Id: I55c95e0c1cef50cedd2b98eb9f1e1e91194e99dc Signed-off-by: Seth LaForge <[email protected]> diff --git a/tcl/target/ti_tms570.cfg b/tcl/target/ti_tms570.cfg index 589e9d6..de9367a 100644 --- a/tcl/target/ti_tms570.cfg +++ b/tcl/target/ti_tms570.cfg @@ -1,3 +1,13 @@ +# Support for TI TMS570 family of processors. +# This may work for TI TMS470 as well. + +# Warning: TMS470/TMS570 support is incomplete due to endianness quirks in +# memory access on those processors. With OpenOCD 0.8.0, you will see +# endian-incorrect results and corrupted data for memory access on TMS570. +# To fix these problems, use the latest development version from git, or patch +# in this change: +# http://openocd.zylin.com/#/c/2064 + adapter_khz 1500 if { [info exists CHIPNAME] } { -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
