summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2023-04-11 16:47:57 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-21 03:42:18 +0000
commit7380b56e8cdbcb8516e767d65eb05330bedbaf60 (patch)
tree744065366fcabd60d1abfeb23b53ec8b68aadb06 /util
parentd2ef1409f02da2114d5cd28ec505a3bb897ed655 (diff)
downloadchrome-ec-7380b56e8cdbcb8516e767d65eb05330bedbaf60.tar.gz
Taranza: Create initial EC image
Create the initial EC image for the taranza variant by copying the dibbi board EC files. More changes will be added later. BUG=b:277664211 BRANCH=none TEST=make BOARD=taranza Change-Id: I5b085ed96117e268fe0e5b30d0e5eb4cb7ae522a Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4410551 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/build_with_clang.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/build_with_clang.py b/util/build_with_clang.py
index 26ab56aa87..910e6ab96b 100755
--- a/util/build_with_clang.py
+++ b/util/build_with_clang.py
@@ -265,6 +265,7 @@ NDS32_BOARDS = [
"sasukette",
"shotzo",
"storo",
+ "taranza",
"waddledee",
"wheelie",
]