From dfcd4a4375f360adb50315857367b7ef6c6c99ad Mon Sep 17 00:00:00 2001 From: Yicheng Li Date: Thu, 1 Oct 2020 18:22:06 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2444455 Reviewed-by: Tom Hughes --- board/hatch_fp/build.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board/hatch_fp/build.mk') 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 \ -- cgit v1.2.1