summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ppce500v2.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-19 12:41:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:34 +0100
commit350431d860e94be85e4906fb6823cd15da558675 (patch)
tree98827b145605851c1354089a97197f23fcfdfc50 /meta/conf/machine/include/tune-ppce500v2.inc
parentcc8a2a0ff325ac86ad2dd1ceb0c2d3e15401dcd9 (diff)
downloadpoky-350431d860e94be85e4906fb6823cd15da558675.tar.gz
tune-ppce500v2: Add a tune file for PowerPC e500v2 cores
(From OE-Core rev: 1448b6381b2039d0da7ab06c522d973bd8126747) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-ppce500v2.inc')
-rw-r--r--meta/conf/machine/include/tune-ppce500v2.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc
new file mode 100644
index 0000000000..d76dbc9a20
--- /dev/null
+++ b/meta/conf/machine/include/tune-ppce500v2.inc
@@ -0,0 +1,4 @@
1TARGET_CC_ARCH = "-mcpu=8548 -mabi=spe -mspe"
2BASE_PACKAGE_ARCH = "ppce500v2"
3FEED_ARCH = "ppce500v2"
4PACKAGE_EXTRA_ARCHS = "powerpc ppce500v2"