summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2019-03-19 11:26:00 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2019-03-19 17:24:39 +0000
commit2cd7e536610170605b87ba3c4f44b7a31aae15b9 (patch)
tree22e4a67eef4970fc17d3eb76471b814d63814224
parentcd8198b6716247d31fb67c815c34e552a2cd566e (diff)
downloadchrome-ec-2cd7e536610170605b87ba3c4f44b7a31aae15b9.tar.gz
bloog: add flash_ec support
BUG=b:127732205 BRANCH=octopus TEST=manually ran flash_ec with servo_v2. $ ./util/flash_ec --board=bloog --image ${IMG} Change-Id: I38c021ce149e9303c752cd6190f2bb64d8650665 Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1530310 Reviewed-by: Justin TerAvest <teravest@chromium.org> Commit-Queue: Justin TerAvest <teravest@chromium.org> Tested-by: Justin TerAvest <teravest@chromium.org> Trybot-Ready: Justin TerAvest <teravest@chromium.org>
-rwxr-xr-xutil/flash_ec4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 8887fc46c4..94901e491f 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -136,6 +136,7 @@ BOARDS_NPCX_SPI=(
BOARDS_NPCX_INT_SPI=(
atlas
+ bloog
bobba
casta
fleex
@@ -147,6 +148,7 @@ BOARDS_NPCX_INT_SPI=(
)
BOARDS_NPCX_UUT=(
+ bloog
bobba
casta
cheza
@@ -192,6 +194,8 @@ BOARDS_RAIDEN=(
# i.e., If a board needs to use one CHIP when connected via a Suzy-Q and another
# chip when connected via a Servo.
declare -A VALID_CHIP_COMBO
+VALID_CHIP_COMBO["bloog.npcx_spi"]="(servo_micro|servo_v2)"
+VALID_CHIP_COMBO["bloog.npcx_uut"]="ccd_cr50"
VALID_CHIP_COMBO["bobba.npcx_spi"]="(servo_micro|servo_v2)"
VALID_CHIP_COMBO["bobba.npcx_uut"]="ccd_cr50"
VALID_CHIP_COMBO["casta.npcx_spi"]="(servo_micro|servo_v2)"