diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-11 12:15:07 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-14 12:26:23 -0700 |
| commit | fd91636f7ef30defbd9ae72d86bf61cefeb50bb2 (patch) | |
| tree | 6275342eb757bef2e9b59303037e74e8b2a8e2a9 /meta-xilinx-core/conf/machine/include/soc-tune-include.inc | |
| parent | 53db81275fff72808ba655f7c1e0ab17e7c8e869 (diff) | |
| download | meta-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.inc | 1 |
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. |
| 5 | TUNEFILE[cortexr5] = "conf/machine/include/arm/armv7r/tune-cortexr5.inc" | 5 | TUNEFILE[cortexr5] = "conf/machine/include/arm/armv7r/tune-cortexr5.inc" |
| 6 | TUNEFILE[cortexr52] = "conf/machine/include/arm/armv8r/tune-cortexr52.inc" | ||
| 6 | TUNEFILE[cortexa9thf-neon] = "conf/machine/include/arm/armv7a/tune-cortexa9.inc" | 7 | TUNEFILE[cortexa9thf-neon] = "conf/machine/include/arm/armv7a/tune-cortexa9.inc" |
| 7 | TUNEFILE[armv8a] = "conf/machine/include/arm/arch-armv8a.inc" | 8 | TUNEFILE[armv8a] = "conf/machine/include/arm/arch-armv8a.inc" |
| 8 | TUNEFILE[cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa53.inc" | 9 | TUNEFILE[cortexa53] = "conf/machine/include/arm/armv8a/tune-cortexa53.inc" |
