summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/include/soc-tune-include.inc
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-01-11 12:15:07 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-14 12:26:23 -0700
commitfd91636f7ef30defbd9ae72d86bf61cefeb50bb2 (patch)
tree6275342eb757bef2e9b59303037e74e8b2a8e2a9 /meta-xilinx-core/conf/machine/include/soc-tune-include.inc
parent53db81275fff72808ba655f7c1e0ab17e7c8e869 (diff)
downloadmeta-xilinx-fd91636f7ef30defbd9ae72d86bf61cefeb50bb2.tar.gz
soc-tune-include.inc: Enable tune files for Cortex-R52 processor
Enable tune files for Cortex-R52 processor. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/machine/include/soc-tune-include.inc')
-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 f7484c48..8f650a10 100644
--- a/meta-xilinx-core/conf/machine/include/soc-tune-include.inc
+++ b/meta-xilinx-core/conf/machine/include/soc-tune-include.inc
@@ -3,6 +3,7 @@ DEFAULTTUNE ??= "armv8a"
3# Unfortunately various tunefiles don't include each other, so create 3# Unfortunately various tunefiles don't include each other, so create
4# a list of things to require based on the DEFAULTTUNE setting. 4# a list of things to require based on the DEFAULTTUNE setting.
5TUNEFILE[cortexr5] = "conf/machine/include/arm/armv7r/tune-cortexr5.inc" 5TUNEFILE[cortexr5] = "conf/machine/include/arm/armv7r/tune-cortexr5.inc"
6TUNEFILE[cortexr52] = "conf/machine/include/arm/armv8r/tune-cortexr52.inc"
6TUNEFILE[cortexa9thf-neon] = "conf/machine/include/arm/armv7a/tune-cortexa9.inc" 7TUNEFILE[cortexa9thf-neon] = "conf/machine/include/arm/armv7a/tune-cortexa9.inc"
7TUNEFILE[armv8a] = "conf/machine/include/arm/arch-armv8a.inc" 8TUNEFILE[armv8a] = "conf/machine/include/arm/arch-armv8a.inc"
8TUNEFILE[cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa53.inc" 9TUNEFILE[cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa53.inc"