summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYen Lin <yelin@nvidia.com>2013-09-03 12:04:55 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-17 22:52:12 +0000
commit140404ffdfb54faa432128435e87aacd9a5761a6 (patch)
tree1c5f958d30632c3c1b5443d4117df64eea886bef /util
parent99472d5cb577681b6b711e001f5a50e6abc2e356 (diff)
downloadchrome-ec-140404ffdfb54faa432128435e87aacd9a5761a6.tar.gz
ec: add nyan board
This is to add nyan board support: - new files in board/nyan folder, including battery.c - new common/chipset_tegra.c, which is mostly based on chipset_gaia.c - new include/tegra_power.h - modified build.mk and flash_ec for nyan BUG=none BRANCH=nyan TEST=tested on Venice 2 board Change-Id: I36895f34f2f4d144a9440aff358c8274797ebbd6 Signed-off-by: Yen Lin <yelin@nvidia.com> Reviewed-on: https://chromium-review.googlesource.com/168078 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/flash_ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 147b6006df..8d53ea6667 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -222,7 +222,7 @@ fi
save="$(servo_save)"
case "${BOARD}" in
- daisy | kirby | pit | puppy | snow | spring | discovery ) flash_stm32 ;;
+ daisy | kirby | pit | puppy | snow | spring | discovery | nyan ) flash_stm32 ;;
bolt | samus | falco | peppy | rambi | slippy ) flash_lm4 ;;
link ) flash_link ;;
*) die "board ${BOARD} not supported" ;;