From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 2 Mar 2011 11:57:04 +0000 (+0100) Subject: at91: add at91sam9261 support X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=26db0a6bef8444d5d3e03a7576014494c506d0a2;p=fw%2Fopenocd at91: add at91sam9261 support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- diff --git a/tcl/target/at91sam9261.cfg b/tcl/target/at91sam9261.cfg new file mode 100644 index 000000000..3ad141182 --- /dev/null +++ b/tcl/target/at91sam9261.cfg @@ -0,0 +1,14 @@ +###################################### +# Target: Atmel AT91SAM9261 +###################################### + +if { [info exists CHIPNAME] } { + set AT91_CHIPNAME $CHIPNAME +} else { + set AT91_CHIPNAME at91sam9261 +} + +source [find target/at91sam9.cfg] + +# Internal sram1 memory +$_TARGETNAME configure -work-area-phys 0x00300000 -work-area-size 0x28000 -work-area-backup 1