summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-arm926ejs.inc
AgeCommit message (Collapse)Author
2010-07-21distro: Move thumb into distro featuresKhem Raj
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19Revert "distro: Move thumb into distro features"Khem Raj
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2008-10-25arm tune files: include tune-thumb by defaultKoen Kooi
* it defaults to non-thumb, so no functional change
2008-10-22machines: start moving PACKAGE_EXTRA_ARCHS into the appropriate tune filesKoen Kooi
* machine maintainers are encouraged to fix their machines
2008-07-19conf/machine: Set BASE_PACKAGE_ARCH which is then used to construct ↵Richard Purdie
PACKAGE_ARCH instead of setting directly. This allows us to experiment with various changes which wouldn't otherwise be possible (from poky)
2007-09-02conf/machine/include: Rename .conf to .inc filesRichard Purdie