summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-03-28 14:56:16 -0700
committerBill Richardson <wfrichar@chromium.org>2012-03-28 14:56:16 -0700
commit36572d45faeac979ee3587bf9ae3bcc8e2fe14d8 (patch)
treefe06f80046a826a6afe5480b37a9de9f73084df9
parent8d6725baf34a5c900021d9c4e336eeba98df05f1 (diff)
downloadchrome-ec-release-R19-2046.B.tar.gz
Create slow version of servo config for proto0.5release-R19-2046.B
No point in saying "edit the file if it doesn't work", when we could just provide a slow version instead. BUG=none TEST=none Change-Id: I94731495635e4dc6d0aa6e3f577cb727af92894a Signed-off-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--chip/lm4/openocd/servo_v2_slower.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/chip/lm4/openocd/servo_v2_slower.cfg b/chip/lm4/openocd/servo_v2_slower.cfg
new file mode 100644
index 0000000000..bd0aac3637
--- /dev/null
+++ b/chip/lm4/openocd/servo_v2_slower.cfg
@@ -0,0 +1,12 @@
+telnet_port 4444
+gdb_port 3333
+gdb_memory_map enable
+gdb_flash_program enable
+
+interface ft2232
+ft2232_layout jtagkey
+ft2232_vid_pid 0x18d1 0x5002
+jtag_khz 600
+#jtag_khz 0
+#jtag_rclk 6000
+source [find lm4x.cfg]