diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-05 07:31:42 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-05 07:31:47 -0800 |
| commit | 31d30af45d9ff86e557139a1123238524ddacf33 (patch) | |
| tree | 034bcb834d101e0589865dcf185d97ca7289b675 /meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf | |
| parent | 669b0410a23d61417d52ba50bf24a751436c0a21 (diff) | |
| download | meta-xilinx-31d30af45d9ff86e557139a1123238524ddacf33.tar.gz | |
Fix arm cortex r/m profiles
As part of the merge of the code bases, changes were introduced that
changed the way the cortexr5 was defined. To sync this between the
baremetal compilation and the baremetal toolchain compilation we
create a new armrm tune file, define a new tune feature of 'armrm',
define 'armrm' as a new machine override based on the feature 'armrm',
and move the cortexr5 tuning to a common file.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf b/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf index 58804bfe..ccc80e90 100644 --- a/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf | |||
| @@ -1,17 +1,6 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexr5" | 1 | DEFAULTTUNE ?= "cortexr5" |
| 2 | 2 | ||
| 3 | require conf/machine/include/arm/arch-arm.inc | 3 | require tune-cortexrm.inc |
| 4 | |||
| 5 | TUNEVALID[cortexr5] = "Enable Cortex-r5 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -mcpu=cortex-r5', '', d)}" | ||
| 7 | |||
| 8 | AVAILTUNES += "cortexr5" | ||
| 9 | |||
| 10 | ARMPKGARCH_tune-cortexr5 = "cortexr5" | ||
| 11 | |||
| 12 | TUNE_FEATURES_tune-cortexr5 = "cortexr5" | ||
| 13 | |||
| 14 | #PACKAGE_EXTRA_ARCHS_tune-cortexr5 = "cortexr5" | ||
| 15 | 4 | ||
| 16 | SOC_FAMILY = "zynqmp" | 5 | SOC_FAMILY = "zynqmp" |
| 17 | 6 | ||
