summaryrefslogtreecommitdiff
path: root/core
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-21 12:56:41 +0000
commit2e03009c0dccc4ae9683d3b7d761e900b3cf2c46 (patch)
treeae90747cf9a30e0ae5467b3f6b66259c822000b8 /core
parent0164feeebaad4abc7deb510c57ca0707dd2babb1 (diff)
downloadchrome-ec-2e03009c0dccc4ae9683d3b7d761e900b3cf2c46.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 Signed-off-by: Yi Chou <yich@google.com> Change-Id: Ifca00792d0568ed767a1c9aea4953eb7a93c1c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4439570 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'core')
l---------core/cortex-m/aes.S1
-rw-r--r--core/cortex-m/build.mk2
l---------core/cortex-m/ghash.S1
3 files changed, 0 insertions, 4 deletions
diff --git a/core/cortex-m/aes.S b/core/cortex-m/aes.S
deleted file mode 120000
index 39d1286943..0000000000
--- a/core/cortex-m/aes.S
+++ /dev/null
@@ -1 +0,0 @@
-../../third_party/boringssl/core/cortex-m/aes.S \ No newline at end of file
diff --git a/core/cortex-m/build.mk b/core/cortex-m/build.mk
index 1e2c47297b..cb5b12b380 100644
--- a/core/cortex-m/build.mk
+++ b/core/cortex-m/build.mk
@@ -44,8 +44,6 @@ core-y=cpu.o debug.o init.o vecttable.o
ifneq ($(cc-name),clang)
core-y+=ldivmod.o llsr.o uldivmod.o
endif
-core-$(CONFIG_AES)+=aes.o
-core-$(CONFIG_AES_GCM)+=ghash.o
core-$(CONFIG_ARMV7M_CACHE)+=cache.o
core-$(CONFIG_COMMON_PANIC_OUTPUT)+=panic.o
core-$(CONFIG_COMMON_RUNTIME)+=switch.o task.o
diff --git a/core/cortex-m/ghash.S b/core/cortex-m/ghash.S
deleted file mode 120000
index e9acbf4b25..0000000000
--- a/core/cortex-m/ghash.S
+++ /dev/null
@@ -1 +0,0 @@
-../../third_party/boringssl/core/cortex-m/ghash.S \ No newline at end of file