flash_ec: move openocd configs from chip/ to util/

Avoid duplicating servo configurations for every chip.

BRANCH=none
BUG=chrome-os-partner:22990
TEST=None.  This is an intermediate step to make it clear what's happening.
CQ-DEPEND=CL:273950

Change-Id: I448543b6ab9d39423955e8d2589b6035c59e838a
Signed-off-by: Myles Watson <mylesgw@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/273906
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
Myles Watson
2015-05-28 12:12:13 -07:00
committed by ChromeOS Commit Bot
parent 4271b631a3
commit b793546316
7 changed files with 0 additions and 26 deletions

View File

@@ -1,13 +0,0 @@
telnet_port 4444
gdb_port 3333
gdb_memory_map enable
gdb_flash_program enable
interface ftdi
ftdi_vid_pid 0x18d1 0x5004
ftdi_layout_init 0x0c08 0x0f1b
ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
source [find target/stellaris.cfg]
source [find lm4x_cmds.tcl]

View File

@@ -1,13 +0,0 @@
telnet_port 4444
gdb_port 3333
gdb_memory_map enable
gdb_flash_program enable
interface ftdi
ftdi_vid_pid 0x18d1 0x5002
ftdi_layout_init 0x0c08 0x0f1b
ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
source [find npcx.cfg]
source [find npcx_cmds.tcl]