summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorDave Parker <dparker@chromium.org>2013-05-22 15:16:55 -0700
committerChromeBot <chrome-bot@google.com>2013-05-23 15:58:51 -0700
commit3443478d7659d8222222c073fb8ed2e6164b93d9 (patch)
treed2e55b646622f9e17342def857bd6077d5da0fce /chip
parenta1006865e7f695ddd1c730cc9c6c6a6f109c43b9 (diff)
downloadchrome-ec-3443478d7659d8222222c073fb8ed2e6164b93d9.tar.gz
Create board configuration for peppy bringup
This change copies the slippy board configuration as a starting point for peppy. This change is essentially the same as https://gerrit.chromium.org/gerrit/55820 BUG=chrome-os-partner:19640 BRANCH=none TEST=manual Tested on slippy as there are no peppy-specific changes yet. cros_workon --board peppy start chromeos-ec emerge-peppy chromeos-ec ~/trunk/src/platform/ec/util/flash_ec --board peppy Signed-off-by: Dave Parker <dparker@chromium.org> Change-Id: I4c5f7a77fa55a6364effe838f7a656d56bfad9fb Reviewed-on: https://gerrit.chromium.org/gerrit/56332 Reviewed-by: Olof Johansson <olofj@chromium.org> Commit-Queue: Dave Parker <dparker@chromium.org> Tested-by: Dave Parker <dparker@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/lm4/openocd/lm4x_cmds.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/lm4/openocd/lm4x_cmds.tcl b/chip/lm4/openocd/lm4x_cmds.tcl
index d289cdbbef..dbac6a1392 100644
--- a/chip/lm4/openocd/lm4x_cmds.tcl
+++ b/chip/lm4/openocd/lm4x_cmds.tcl
@@ -39,6 +39,10 @@ proc flash_falco { } {
flash_lm4 ../../../build/falco/ec.bin 0
}
+proc flash_peppy { } {
+ flash_lm4 ../../../build/peppy/ec.bin 0
+}
+
proc unprotect_link { } {
reset halt
flash erase_sector 0 254 255