summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-07-23 16:49:52 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-24 05:33:31 +0000
commitb872f26ce6b97f62175c835871fbb7ead6b8455b (patch)
treef5bf5f599359b7b544c8033e7d41cbb0f414f00b
parentd7278ce12ab7d5a7d51dde8c5a75e7136a66b110 (diff)
downloadchrome-ec-b872f26ce6b97f62175c835871fbb7ead6b8455b.tar.gz
board: Add bloonchipper and dartmonkey boards
These boards are the new FPMCU names that make it easier to separate out the FPMCU from the underlying platform that the FPMCU is connected to. We need to keep the old names around for legacy build and signing purposes, so we just use symlinks. BRANCH=none BUG=b:136678758,b:137108509 TEST=make BOARD=bloonchipper -j make BOARD=dartmonkey -j make buildall -j Change-Id: I792c182962f9699ac16f6cc29f4da10716808915 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1715638 Reviewed-by: Nicolas Norvez <norvez@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
l---------board/bloonchipper1
l---------board/dartmonkey1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/bloonchipper b/board/bloonchipper
new file mode 120000
index 0000000000..cf1a7f228d
--- /dev/null
+++ b/board/bloonchipper
@@ -0,0 +1 @@
+./hatch_fp \ No newline at end of file
diff --git a/board/dartmonkey b/board/dartmonkey
new file mode 120000
index 0000000000..5e193ac466
--- /dev/null
+++ b/board/dartmonkey
@@ -0,0 +1 @@
+./nocturne_fp \ No newline at end of file