summaryrefslogtreecommitdiff
path: root/chip/lm4/openocd/lm4x_cmds.tcl
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-11-19 13:51:11 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-11-21 22:21:56 +0000
commit34b94121c7095d29650c0d054c869eb2159eea8b (patch)
treef5127299fc0988a23dc3af1b1389771e6218c32e /chip/lm4/openocd/lm4x_cmds.tcl
parentf7dba327a2b352babbd9d6bc2f6dbd2b3c02efdd (diff)
downloadchrome-ec-34b94121c7095d29650c0d054c869eb2159eea8b.tar.gz
Remove bolt, daisy, kirby, puppy, slippy boards
These boards are unloved and unsupported. They'll never grow up to be laptops, and hardware is increasingly hard to come by. Comparable functionality is available in the other, more-loved boards. Removing these boards speeds up util/make_all.sh by 40%. (If you're not running that before every upload, you should be...) BUG=chrome-os-partner:24062 BRANCH=none TEST=build all remaining platforms and pass unit tests Change-Id: I4d8a49e4d52d7393471f1b1cbef059c8db4a4f77 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/177373
Diffstat (limited to 'chip/lm4/openocd/lm4x_cmds.tcl')
-rw-r--r--chip/lm4/openocd/lm4x_cmds.tcl24
1 files changed, 2 insertions, 22 deletions
diff --git a/chip/lm4/openocd/lm4x_cmds.tcl b/chip/lm4/openocd/lm4x_cmds.tcl
index 0a28be4e0a..98c7f503c7 100644
--- a/chip/lm4/openocd/lm4x_cmds.tcl
+++ b/chip/lm4/openocd/lm4x_cmds.tcl
@@ -31,10 +31,6 @@ proc flash_bds { } {
flash_lm4 ../../../build/bds/ec.bin 0
}
-proc flash_slippy { } {
- flash_lm4 ../../../build/slippy/ec.bin 0
-}
-
proc flash_rambi { } {
flash_lm4 ../../../build/rambi/ec.bin 0
}
@@ -52,22 +48,6 @@ proc flash_samus_rw { } {
flash_lm4 ../../../build/samus/ec.RW.bin 131072
}
-proc flash_bolt { } {
- flash_lm4 ../../../build/bolt/ec.bin 0
-}
-
-proc flash_bolt_ro { } {
- flash_lm4 ../../../build/bolt/ec.RO.flat 0
-}
-
-proc flash_bolt_rw { } {
- flash_lm4 ../../../build/bolt/ec.RW.bin 131072
-}
-
-proc flash_slippy_rw { } {
- flash_lm4 ../../../build/slippy/ec.RW.bin 131072
-}
-
proc flash_falco { } {
flash_lm4 ../../../build/falco/ec.bin 0
}
@@ -91,8 +71,8 @@ proc unprotect_link { } {
reset
}
-# Slippy/peppy/falco have pstate following RO
-proc unprotect_slippy { } {
+# Peppy/falco have pstate following RO
+proc unprotect_peppy { } {
reset halt
flash erase_sector 0 126 127
reset