Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # Configurations for the Intel PXA27x Appications Processor Family. |
| 2 | # Please use tune-xscale for PXA255/PXA26x based processors. |
| 3 | |
| 4 | DEFAULTTUNE ?= "iwmmxt" |
| 5 | |
| 6 | require conf/machine/include/arm/arch-armv5-dsp.inc |
| 7 | |
| 8 | TUNEVALID[iwmmxt] = "Enable Intel PXA27x specific processor optimizations" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', ' -mcpu=iwmmxt', '', d)}" |
| 10 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', 'armv5:', '' ,d)}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | |
| 12 | AVAILTUNES += "iwmmxt" |
| 13 | ARMPKGARCH_tune-iwmmxt = "iwmmxt" |
| 14 | TUNE_FEATURES_tune-iwmmxt = "thumb iwmmxt" |
| 15 | PACKAGE_EXTRA_ARCHS_tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} iwmmxt iwmmxtt" |