summaryrefslogtreecommitdiff
path: root/chip/lm4/openocd/lm4x_cmds.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/openocd/lm4x_cmds.tcl')
-rw-r--r--chip/lm4/openocd/lm4x_cmds.tcl12
1 files changed, 12 insertions, 0 deletions
diff --git a/chip/lm4/openocd/lm4x_cmds.tcl b/chip/lm4/openocd/lm4x_cmds.tcl
index 8d16b76d91..441be5c318 100644
--- a/chip/lm4/openocd/lm4x_cmds.tcl
+++ b/chip/lm4/openocd/lm4x_cmds.tcl
@@ -31,6 +31,10 @@ proc flash_bds { } {
flash_lm4 ../../../build/bds/ec.bin 0
}
+proc flash_cranky { } {
+ flash_lm4 ../../../build/cranky/ec.bin 0
+}
+
proc flash_enguarde { } {
flash_lm4 ../../../build/enguarde/ec.bin 0
}
@@ -111,6 +115,14 @@ proc flash_rambi_rw { } {
flash_lm4 ../../../build/rambi/ec.RW.bin 131072
}
+proc flash_cranky_ro { } {
+ flash_lm4 ../../../build/cranky/ec.RO.flat 0
+}
+
+proc flash_cranky_rw { } {
+ flash_lm4 ../../../build/cranky/ec.RW.bin 131072
+}
+
proc flash_expresso_ro { } {
flash_lm4 ../../../build/expresso/ec.RO.flat 0
}