From 31b47688ca5015bc91fb3480135a9e4efd53586a Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Tue, 24 Aug 2010 20:50:20 +0100 Subject: cfg: update Luminary config files - Update all Luminary config's to use a common target/stellaris.cfg. - Add Luminary ek-lm3s6965 config. - Increase working area for boards with more ram. Signed-off-by: Spencer Oliver --- tcl/board/ek-lm3s6965.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tcl/board/ek-lm3s6965.cfg (limited to 'tcl/board/ek-lm3s6965.cfg') diff --git a/tcl/board/ek-lm3s6965.cfg b/tcl/board/ek-lm3s6965.cfg new file mode 100644 index 00000000..e2cd1e2c --- /dev/null +++ b/tcl/board/ek-lm3s6965.cfg @@ -0,0 +1,19 @@ +# +# TI/Luminary Stellaris LM3S6965 Evaluation Kits +# +# http://www.luminarymicro.com/products/lm3s6965_ethernet_evaluation_kit.html + +# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional! +# so is using it in JTAG mode, as done here. +source [find interface/luminary.cfg] + +# 20k working area +set WORKAREASIZE 0x5000 +set CHIPNAME lm3s6965 +# include the target config +source [find target/stellaris.cfg] + +adapter_nsrst_delay 100 + +# LM3S6965 Evaluation Board has only srst +reset_config srst_only -- cgit v1.2.3-18-g5258