summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-08-03 17:24:46 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-05 22:08:48 +0000
commit540c8f4113eed87b45dc0871e8862e12d3e19ade (patch)
treef286d0e716b7b7adf21cecf35abbef8e62157c51 /util
parentc8af797e53fcacac5fde4c5f2beeb7bfce207146 (diff)
downloadchrome-ec-540c8f4113eed87b45dc0871e8862e12d3e19ade.tar.gz
Drop some obsolete boards
samus: AUE in M91, M92 pushed to stable already samus_pd: samus pd chip dragonegg: canceled cheza: canceled flapjack_scp: flapjack was canceled atlas_ish: atlas shipped, but ish project canceled sklrvp,glkrvp: these are pretty old intel reference boards and the portage overlays were already deleted ... assume nobody needs the EC firmware anymore either BUG=none BRANCH=none TEST=buildall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I794867ac82f37ffa2267e2e59ac02bc381688c57 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3069716 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/flash_ec6
1 files changed, 1 insertions, 5 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 6a91fd08e7..9b55da1ad8 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -51,7 +51,6 @@ die() {
BOARDS_IT83XX=(
adlrvpm_ite
adlrvpp_ite
- glkrvp_ite
it83xx_evb
jslrvp_ite
reef_it8320
@@ -83,7 +82,6 @@ BOARDS_STM32=(
pit
plankton
rainier
- samus_pd
strago_pd
zinger
)
@@ -123,7 +121,6 @@ BOARDS_NPCX_7M7X_JTAG=(
)
BOARDS_NPCX_SPI=(
- glkrvp
)
BOARDS_SPI_1800MV=(
@@ -135,7 +132,6 @@ BOARDS_RAIDEN=(
coral
eve
fizz
- flapjack
kukui
nami
nautilus
@@ -368,7 +364,7 @@ fi
# Servo variables management
case "${BOARD}" in
chocodile_bec ) MCU="usbpd" ;;
- oak_pd|samus_pd|strago_pd ) MCU="usbpd" ;;
+ oak_pd|strago_pd ) MCU="usbpd" ;;
chell_pd|glados_pd ) MCU="usbpd" ;;
bloonchipper|dartmonkey|hatch_fp|nami_fp|nocturne_fp ) MCU="fpmcu" ;;
dingdong|hoho|twinkie ) DUT_CONTROL_CMD=( "true" ); MCU="ec" ;;