forked from auracaster/openocd
Introduce tcl config files for Synopsys HSDK board
With this commit we add tcl configure files for ARCv2 HS Development kit(HSDK). HSDK board has Quad-core ARC HS38 CPU with L1 and L2 caches. Change-Id: I372ef45428c7c7ca1421a6da3e5ed08b86f705e0 Signed-off-by: Evgeniy Didin <didin@synopsys.com> Reviewed-on: http://openocd.zylin.com/5784 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
8fea8460db
commit
b2821b6074
18
tcl/interface/ftdi/snps_sdp.cfg
Normal file
18
tcl/interface/ftdi/snps_sdp.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright (C) 2020 Synopsys, Inc.
|
||||
# Anton Kolesov <anton.kolesov@synopsys.com>
|
||||
# Didin Evgeniy <didin@synopsys.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Synopsys SDP Mainboard has embdded FT2232 chip, which is similiar to Digilent
|
||||
# HS-1, except that it uses channel B for JTAG communication, instead of
|
||||
# channel A.
|
||||
#
|
||||
|
||||
adapter driver ftdi
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
ftdi_layout_init 0x0088 0x008b
|
||||
ftdi_channel 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user