summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/xilinx-zynqmp
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-04 12:07:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-10 07:58:03 +0100
commit5efa15b49d47ace494410e423fc69213d9c2a4e9 (patch)
tree1213afede7d262a71c43295d611de6b90e76f150 /spec/build/bsps/arm/xilinx-zynqmp
parentarm/cache-cp15: Support Armv8 (diff)
downloadrtems-5efa15b49d47ace494410e423fc69213d9c2a4e9.tar.bz2
bsps/arm: Unify ARM Generic Timer options
Update #4202.
Diffstat (limited to 'spec/build/bsps/arm/xilinx-zynqmp')
-rw-r--r--spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml8
-rw-r--r--spec/build/bsps/arm/xilinx-zynqmp/optgentmrfreq.yml15
-rw-r--r--spec/build/bsps/arm/xilinx-zynqmp/optgentmrusevirt.yml15
3 files changed, 4 insertions, 34 deletions
diff --git a/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml b/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml
index 95cbc51436..b8cc1c043c 100644
--- a/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml
+++ b/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml
@@ -30,6 +30,10 @@ links:
- role: build-dependency
uid: objsmp
- role: build-dependency
+ uid: ../optgtfreq
+- role: build-dependency
+ uid: ../optgtusevirt
+- role: build-dependency
uid: optcachedata
- role: build-dependency
uid: optcacheinst
@@ -42,10 +46,6 @@ links:
- role: build-dependency
uid: ../../optconminor
- role: build-dependency
- uid: optgentmrfreq
-- role: build-dependency
- uid: optgentmrusevirt
-- role: build-dependency
uid: optint0len
- role: build-dependency
uid: optint0ori
diff --git a/spec/build/bsps/arm/xilinx-zynqmp/optgentmrfreq.yml b/spec/build/bsps/arm/xilinx-zynqmp/optgentmrfreq.yml
deleted file mode 100644
index a31630ebd6..0000000000
--- a/spec/build/bsps/arm/xilinx-zynqmp/optgentmrfreq.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
-- get-boolean: null
-- define-condition: null
-build-type: option
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: false
-default-by-variant: []
-description: |
- ARM generic timer frequency in Hz
-enabled-by: true
-links: []
-name: ARM_GENERIC_TIMER_FREQ
-type: build
diff --git a/spec/build/bsps/arm/xilinx-zynqmp/optgentmrusevirt.yml b/spec/build/bsps/arm/xilinx-zynqmp/optgentmrusevirt.yml
deleted file mode 100644
index 794f66244b..0000000000
--- a/spec/build/bsps/arm/xilinx-zynqmp/optgentmrusevirt.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
-- get-boolean: null
-- define-condition: null
-build-type: option
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: false
-default-by-variant: []
-description: |
- Use virtual ARM generic timer
-enabled-by: true
-links: []
-name: ARM_GENERIC_TIMER_USE_VIRTUAL
-type: build