summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYi Chou <yich@google.com>2023-03-31 15:52:33 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-25 01:49:09 +0000
commit1dc94b2fe3b2f9daf886b10928ff7c4b3e5fd8b8 (patch)
tree9977a38321ce739c973df1a1745c0922ba4330d9 /common
parent502716e7d9b82dd247d7b095f620643d9e2c31a6 (diff)
downloadchrome-ec-1dc94b2fe3b2f9daf886b10928ff7c4b3e5fd8b8.tar.gz
Reland "tree: Remove the stale boringssl AES code"
This is a reland of commit 1eb725490d0e7ff726b9edcf11579080a412a02f Original change's description: > tree: Remove the stale boringssl AES code > > BUG=b:248508087, b:273639386 > TEST=make runhosttests -j > TEST=make buildall -j > BRANCH=none > > Change-Id: If4d7ee558871debdca5998c51d75c1062dce2a50 > Signed-off-by: Yi Chou <yich@google.com> > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4388275 > Reviewed-by: Tom Hughes <tomhughes@chromium.org> BUG=b:248508087, b:273639386 TEST=make runhosttests -j TEST=make buildall -j BRANCH=none Force-Relevant-Builds: all Change-Id: Ifac2e67d3f347be07a4ab880398029a694fa357d Signed-off-by: Yi Chou <yich@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4464660 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'common')
l---------common/aes-gcm.c1
l---------common/aes.c1
-rw-r--r--common/build.mk4
3 files changed, 0 insertions, 6 deletions
diff --git a/common/aes-gcm.c b/common/aes-gcm.c
deleted file mode 120000
index 3176d85ff8..0000000000
--- a/common/aes-gcm.c
+++ /dev/null
@@ -1 +0,0 @@
-../third_party/boringssl/common/aes-gcm.c \ No newline at end of file
diff --git a/common/aes.c b/common/aes.c
deleted file mode 120000
index ed10836943..0000000000
--- a/common/aes.c
+++ /dev/null
@@ -1 +0,0 @@
-../third_party/boringssl/common/aes.c \ No newline at end of file
diff --git a/common/build.mk b/common/build.mk
index 2da6a89b38..0c5250cf18 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -33,10 +33,6 @@ common-$(CONFIG_ACCEL_KX022)+=math_util.o
common-$(CONFIG_BODY_DETECTION)+=math_util.o
common-$(CONFIG_TEMP_SENSOR_TMP112)+=math_util.o
common-$(CONFIG_TEMP_SENSOR_PCT2075)+=math_util.o
-ifneq ($(CORE),cortex-m)
-common-$(CONFIG_AES)+=aes.o
-endif
-common-$(CONFIG_AES_GCM)+=aes-gcm.o
common-$(CONFIG_CMD_ADC)+=adc.o
common-$(HAS_TASK_ALS)+=als.o
common-$(CONFIG_AP_HANG_DETECT)+=ap_hang_detect.o