diff options
author | Andy Voltz <andy.voltz@timesys.com> | 2013-06-05 11:52:29 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:29 +0100 |
commit | cb21024adf9c4acefbebf51cdab564d765c8096c (patch) | |
tree | c58fc5e69c0876d7ccd46518ea65d785bea85b49 /meta/conf/machine/include/arm | |
parent | 03fdd2c26ca90334f8a11cee3b35adf76d88caa1 (diff) | |
download | poky-cb21024adf9c4acefbebf51cdab564d765c8096c.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.
(From OE-Core rev: 3e4f4a1cf07ff7cf4c71566492385f8fbf581789)
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/arm')
-rw-r--r-- | meta/conf/machine/include/arm/README | 3 |
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. | |||
38 | 38 | ||
39 | ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates | 39 | ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates |
40 | specific FPU optimizations. 'vfp' and 'neon' are both defined. | 40 | specific FPU optimizations. 'vfp' and 'neon' are both defined. |
41 | |||
42 | CORTEX_ID - This is the cortex processor type, and is used to setup the | ||
43 | proper tuning (-mtune=cortex-${CORTEX_ID}) in tune-cortexa.inc. | ||