Servo V3: Add jtag config for V3

Servo V3's VID/PID changed and thus it requires its own cfg to work
with openocd.

BRANCH=None
BUG=None
TEST=ran fw_update locally.
Signed-off-by: Simran Basi <sbasi@chromium.org>

Change-Id: Id17408b17494c32d34f858a3ed5043d70b539004
Reviewed-on: https://gerrit.chromium.org/gerrit/64370
Commit-Queue: Simran Basi <sbasi@chromium.org>
Reviewed-by: Simran Basi <sbasi@chromium.org>
Tested-by: Simran Basi <sbasi@chromium.org>
This commit is contained in:
Simran Basi
2013-08-02 13:15:14 -07:00
committed by ChromeBot
parent 4f1938f621
commit ae3d91fce7

View File

@@ -0,0 +1,10 @@
telnet_port 4444
gdb_port 3333
gdb_memory_map enable
gdb_flash_program enable
interface ft2232
ft2232_layout jtagkey
ft2232_vid_pid 0x0403 0x6014
jtag_khz 600
source [find lm4x.cfg]