aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm
diff options
context:
space:
mode:
authorAndy Voltz <andy.voltz@timesys.com>2013-06-05 11:52:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 16:41:03 +0100
commit3e4f4a1cf07ff7cf4c71566492385f8fbf581789 (patch)
tree8bbc195ba16bc3edbfc9c9d5a6148faf769b0f9b /meta/conf/machine/include/arm
parent329e73e56b227c5c9fb00e2201fdf1099607b473 (diff)
downloadopenembedded-core-contrib-3e4f4a1cf07ff7cf4c71566492385f8fbf581789.tar.gz
tune-cortexa.inc: create a common include for cortex-a armv7a tuning
The tuning files for the cortex-a* processors are mostly identical for the A7,A8,A9,A15 processors. Rework these files to use a CORTEX_ID variable to setup the tuning for each specific processor. Signed-off-by: Andy Voltz <andy.voltz@timesys.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/machine/include/arm')
-rw-r--r--meta/conf/machine/include/arm/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/include/arm/README b/meta/conf/machine/include/arm/README
index a1beb75fdf..d8d7b64ca9 100644
--- a/meta/conf/machine/include/arm/README
+++ b/meta/conf/machine/include/arm/README
@@ -38,3 +38,6 @@ the core arch-arm.inc file.
ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates
specific FPU optimizations. 'vfp' and 'neon' are both defined.
+
+CORTEX_ID - This is the cortex processor type, and is used to setup the
+proper tuning (-mtune=cortex-${CORTEX_ID}) in tune-cortexa.inc.