aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorAndrey Yurovsky <yurovsky@gmail.com>2013-09-19 13:59:09 -0700
committerSpencer Oliver <spen@spen-soft.co.uk>2014-01-09 15:23:15 +0000
commit9cabe333e14435ed9c92bfcf31b1685634ca1acf (patch)
treed4c4d326808b65390cdb7e016004c6493d53f75c /tcl
parent67f664a068238b106249bf33a77a67531bbf3b75 (diff)
add support for Atmel SAM4L NOR Flash
This adds a new NOR Flash driver, "at91sam4l", which supports the built-in Flash on Atmel's low-power SAM4L family of Cortex M4 MCUs. Parts and their geometry are detected automatically using the Chip ID and lookup schemes described in document 42023E–SAM–07/2013. Tested on AT91SAM4LC4CA via the SAM4L XPlained Pro development kit. Change-Id: If73499dee92cc8ce231845244ea25c6984f6cecd Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com> Reviewed-on: http://openocd.zylin.com/1639 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/at91sam4lXX.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcl/target/at91sam4lXX.cfg b/tcl/target/at91sam4lXX.cfg
index 67759bc6..590d78f3 100644
--- a/tcl/target/at91sam4lXX.cfg
+++ b/tcl/target/at91sam4lXX.cfg
@@ -3,4 +3,6 @@
source [find target/at91sam4XXX.cfg]
-# no flash defined yet
+set _FLASHNAME $_CHIPNAME.flash
+flash bank $_FLASHNAME at91sam4l 0x00000000 0 1 1 $_TARGETNAME
+