summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArunachalam Ganapathy <arunachalam.ganapathy@arm.com>2022-01-06 14:41:28 +0000
committerDmitriy Filchenko <dmitriyf@google.com>2023-12-20 18:19:32 +0000
commit6b02444a2a83e346ee055c7f217020ca0329c073 (patch)
tree62810d6a798e02e5c231ea9c147dbcc585db0d27
parent16ecbd275ea6c203944f8254918fbb546e83f145 (diff)
downloadgeneric-arm64-6b02444a2a83e346ee055c7f217020ca0329c073.tar.gz
[project] Add el3spmc build variant
Bug: 284057071 Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> Change-Id: Id41a93141bd5e462a924c411a8b24a82284314e0
-rw-r--r--project/generic-arm64-gicv3-el3spmc-test-debug.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/project/generic-arm64-gicv3-el3spmc-test-debug.mk b/project/generic-arm64-gicv3-el3spmc-test-debug.mk
new file mode 100644
index 0000000..ec3be1d
--- /dev/null
+++ b/project/generic-arm64-gicv3-el3spmc-test-debug.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2022 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+GIC_VERSION := 3
+SPMC_EL := 3
+
+include project/generic-arm64-test-debug-inc.mk