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-18 05:02:21 +0000
commit1eb725490d0e7ff726b9edcf11579080a412a02f (patch)
tree599ed421a986ac7e38c30c8e256fac170aec5df7 /common
parent6fa9cc0c7484be908010a6acdd6547d686234e34 (diff)
downloadchrome-ec-1eb725490d0e7ff726b9edcf11579080a412a02f.tar.gz
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>
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