From: Øyvind H. <go...@us...> - 2010-01-11 15:58:32
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 1de107a5a269fa71c9a69eba182fecea68e38a06 (commit) from e5349bfb4954366579b521dc8181c01c5bd4679e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1de107a5a269fa71c9a69eba182fecea68e38a06 Author: Vladimir Zapolskiy <vza...@gm...> Date: Mon Jan 11 17:49:37 2010 +0300 Added Openmoko USB JTAG interface config file. Added interface config file for JTAG/RS232 debug board originally integrated to Neo 1973 and Neo FreeRunner phones. Adapter was tested with i.MX31, S3C2410 and AT91SAM9260 processors. Signed-off-by: Vladimir Zapolskiy <vza...@gm...> diff --git a/tcl/interface/neodb.cfg b/tcl/interface/neodb.cfg new file mode 100644 index 0000000..8e2f526 --- /dev/null +++ b/tcl/interface/neodb.cfg @@ -0,0 +1,10 @@ +# +# Openmoko USB JTAG/RS232 adapter +# +# http://wiki.openmoko.org/wiki/Debug_Board_v3 +# + +interface ft2232 +ft2232_device_desc "Debug Board for Neo1973" +ft2232_layout jtagkey +ft2232_vid_pid 0x1457 0x5118 ----------------------------------------------------------------------- Summary of changes: tcl/interface/neodb.cfg | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 tcl/interface/neodb.cfg hooks/post-receive -- Main OpenOCD repository |