]> code.ossystems Code Review - openembedded-core.git/commit
tune-cortexa.inc: create a common include for cortex-a armv7a tuning
authorAndy Voltz <andy.voltz@timesys.com>
Wed, 5 Jun 2013 15:52:29 +0000 (11:52 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:41:03 +0000 (16:41 +0100)
commit3e4f4a1cf07ff7cf4c71566492385f8fbf581789
tree8bbc195ba16bc3edbfc9c9d5a6148faf769b0f9b
parent329e73e56b227c5c9fb00e2201fdf1099607b473
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>
meta/conf/machine/include/arm/README
meta/conf/machine/include/tune-cortexa.inc [new file with mode: 0644]
meta/conf/machine/include/tune-cortexa15.inc
meta/conf/machine/include/tune-cortexa7.inc
meta/conf/machine/include/tune-cortexa8.inc
meta/conf/machine/include/tune-cortexa9.inc