summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorChristian Kohn <chris.kohn@amd.com>2022-12-19 23:07:28 -0800
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commit12c5fabda74b337bc0e4f4a2202d79bc29b058df (patch)
tree02582f5f1fa3499ecc1ca91e9517bc4afd588686 /meta-xilinx-core/conf
parentd29339d42f6f8b9d26ad623f3b8280c04ee5245d (diff)
downloadmeta-xilinx-12c5fabda74b337bc0e4f4a2202d79bc29b058df.tar.gz
soc-tune-include.inc: Make crypto tune available
Make cortexa72-cortexa53-crypto tune available so it can be easily turned on by the user. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/machine/include/soc-tune-include.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-tune-include.inc b/meta-xilinx-core/conf/machine/include/soc-tune-include.inc
index ad58cf92..f7484c48 100644
--- a/meta-xilinx-core/conf/machine/include/soc-tune-include.inc
+++ b/meta-xilinx-core/conf/machine/include/soc-tune-include.inc
@@ -8,6 +8,7 @@ TUNEFILE[armv8a] = "conf/machine/include/arm/arch-armv8a.inc"
8TUNEFILE[cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa53.inc" 8TUNEFILE[cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa53.inc"
9TUNEFILE[cortexa72] = "conf/machine/include/arm/armv8a/tune-cortexa72.inc" 9TUNEFILE[cortexa72] = "conf/machine/include/arm/armv8a/tune-cortexa72.inc"
10TUNEFILE[cortexa72-cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc" 10TUNEFILE[cortexa72-cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc"
11TUNEFILE[cortexa72-cortexa53-crypto] = "conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc"
11TUNEFILE[microblaze] = "conf/machine/include/xilinx-microblaze.inc" 12TUNEFILE[microblaze] = "conf/machine/include/xilinx-microblaze.inc"
12 13
13# Capture the defaulttune, to make sure it's been modified in the right order 14# Capture the defaulttune, to make sure it's been modified in the right order