From 5efa15b49d47ace494410e423fc69213d9c2a4e9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 Dec 2020 12:07:44 +0100 Subject: bsps/arm: Unify ARM Generic Timer options Update #4202. --- spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml | 8 ++++---- spec/build/bsps/arm/xilinx-zynqmp/optgentmrfreq.yml | 15 --------------- spec/build/bsps/arm/xilinx-zynqmp/optgentmrusevirt.yml | 15 --------------- 3 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 spec/build/bsps/arm/xilinx-zynqmp/optgentmrfreq.yml delete mode 100644 spec/build/bsps/arm/xilinx-zynqmp/optgentmrusevirt.yml (limited to 'spec/build/bsps/arm/xilinx-zynqmp') 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 @@ -29,6 +29,10 @@ links: uid: abi - role: build-dependency uid: objsmp +- role: build-dependency + uid: ../optgtfreq +- role: build-dependency + uid: ../optgtusevirt - role: build-dependency uid: optcachedata - role: build-dependency @@ -41,10 +45,6 @@ links: uid: optconirq - role: build-dependency uid: ../../optconminor -- role: build-dependency - uid: optgentmrfreq -- role: build-dependency - uid: optgentmrusevirt - role: build-dependency uid: optint0len - role: build-dependency 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 -- cgit v1.2.3