summaryrefslogtreecommitdiff
path: root/board/hatch_fp
diff options
context:
space:
mode:
authorYicheng Li <yichengli@chromium.org>2020-10-01 18:22:06 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-11 02:01:35 +0000
commitdfcd4a4375f360adb50315857367b7ef6c6c99ad (patch)
tree7664195d6747b70f7675ce6bd6838691ff57f16a /board/hatch_fp
parenteea8ce1dc6efee0743c874f2eea1cf48e2b3c715 (diff)
downloadchrome-ec-dfcd4a4375f360adb50315857367b7ef6c6c99ad.tar.gz
hatch_fp: Do not build rsa unittest
hatch_fp uses RSA exponent 3 for its own rwsig verification, so the rsa test will fail on a hatch_fp device. If we modify the test, we won't pass rwsig verification on device. BRANCH=none BUG=b:169256204 TEST=make -j buildall Change-Id: I92a2f419c8cc022dc231ffa00fb643be3d6db20c Signed-off-by: Yicheng Li <yichengli@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2444455 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'board/hatch_fp')
-rw-r--r--board/hatch_fp/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/hatch_fp/build.mk b/board/hatch_fp/build.mk
index 9c2a928de5..de4dde367b 100644
--- a/board/hatch_fp/build.mk
+++ b/board/hatch_fp/build.mk
@@ -18,6 +18,8 @@ ifeq ($(HAS_MOCK_FPSENSOR_DETECT),)
board-y+=fpsensor_detect.o
endif
+# Do not build rsa test because this board uses RSA exponent 3 and the rsa test
+# will fail on device.
test-list-y=\
aes \
compile_time_macros \
@@ -30,7 +32,6 @@ test-list-y=\
pingpong \
rollback \
rollback_entropy \
- rsa \
rsa3 \
rtc \
scratchpad \