On Tue, 2010-03-16 at 10:30 +0000, Martyn Welch wrote: > A demo board from Freescale, based on the MPC8641D Freescale SOC. > --- > > Agh! Sorry - Missed the bad title again :-( > > v2: Added tuning file for e600 as requested > > conf/machine/include/tune-ppce600.inc | 4 > conf/machine/mpc8641-hpcn.conf | 26 > recipes/linux/linux-2.6.33/mpc8641-hpcn/defconfig | 1752 > +++++++++++++++++++++ > recipes/linux/linux.inc | 1 > recipes/linux/linux_2.6.33.bb | 1 > recipes/u-boot/u-boot_git.bb | 1 > 6 files changed, 1785 insertions(+), 0 deletions(-) > > diff --git a/conf/machine/include/tune-ppce600.inc > b/conf/machine/include/tune-ppce600.inc > new file mode 100644 > index 0000000..59d9e05 > --- /dev/null > +++ b/conf/machine/include/tune-ppce600.inc > @@ -0,0 +1,4 @@ > +TARGET_CC_ARCH = "-mcpu=604 -mhard-float"
-mcpu=7450 is probably a better fit (Of course if you've got a doc that says it's 604 + bits instead, point me at it please, iirc it's got altivec and stuff). Just about there tho :) -- Tom Rini <[email protected]> Mentor Graphics Corporation _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
