tcl/board: Add EmCraft VF6 SOM and baseboard configs

Tested with "TWR-K70-SOM-BSB-1A" baseboard.

Change-Id: I37aa21f1ca8aa13a4bf03be7dd534d6da1aec017
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/2767
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Andreas Färber 2015-05-14 22:37:25 +02:00 committed by Spencer Oliver
parent e430dbd894
commit a651f202b2
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#
# EmCraft Systems TWR-VF6-SOM-BSB
#
# http://www.emcraft.com/products/259#twr-kit
#
source [find board/emcraft_vf6-som.cfg]
reset_config srst_only srst_nogate

View File

@ -0,0 +1,8 @@
#
# EmCraft Systems Vybrid VF6 SOM
#
# http://www.emcraft.com/products/259#som
#
set CHIPNAME vf610
source [find target/vybrid_vf6xx.cfg]