flash_ec: Add support for kunimitsu, kunimitsu_pd, and strago_pd

BUG=none
TEST=Verified EC and PD is able to flash on kunimitsu and strago
BRANCH=none

Change-Id: I31b9ed57d4cd7a1c09cedbf9c873e76770abd3c8
Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/282000
Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
Kevin K Wong
2015-06-25 13:39:03 -07:00
committed by ChromeOS Commit Bot
parent 60e110acd1
commit 882da45900

View File

@@ -57,6 +57,7 @@ BOARDS_STM32=(
glados_pd
honeybuns
kitty
kunimitsu_pd
llama
minimuffin
oak
@@ -68,6 +69,7 @@ BOARDS_STM32=(
ryu_p4p5
ryu_sh
samus_pd
strago_pd
zinger
)
BOARDS_STM32_PROG_EN=(
@@ -89,6 +91,7 @@ BOARDS_MEC1322=(
cyan
glados
glower
kunimitsu
strago
)
@@ -259,6 +262,7 @@ function ec_uart() {
case "${BOARD}" in
ryu_sh ) MCU="sh" ;;
glados_pd|oak_pd|samus_pd ) MCU="usbpd" ;;
kunimitsu_pd|strago_pd ) MCU="usbpd" ;;
dingdong|hoho|twinkie ) DUT_CONTROL_CMD="true" ; MCU="ec" ;;
*) MCU="ec" ;;
esac