From 207612957e0e42a5d289aa87c93cf4140dcb990c Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Tue, 22 Jun 2021 19:57:08 -0600 Subject: bsps/aarch64: add physical secure timer --- spec/build/bsps/aarch64/optgtuseps.yml | 17 +++++++++++++++++ spec/build/bsps/aarch64/optgtusevirt.yml | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 spec/build/bsps/aarch64/optgtuseps.yml create mode 100644 spec/build/bsps/aarch64/optgtusevirt.yml (limited to 'spec/build/bsps/aarch64') diff --git a/spec/build/bsps/aarch64/optgtuseps.yml b/spec/build/bsps/aarch64/optgtuseps.yml new file mode 100644 index 0000000000..3c85f08e17 --- /dev/null +++ b/spec/build/bsps/aarch64/optgtuseps.yml @@ -0,0 +1,17 @@ +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) 2021 Gedare Bloom +default: false +default-by-variant: [] +description: | + If set to true, and AARCH64_GENERIC_TIMER_USE_VIRTUAL is false, then + the clock driver uses the Physical Secure Timer of the AARCH64 + Generic Timer, otherwise it uses the Physical Non-Secure Timer (EL1). +enabled-by: true +links: [] +name: AARCH64_GENERIC_TIMER_USE_PHYSICAL_SECURE +type: build diff --git a/spec/build/bsps/aarch64/optgtusevirt.yml b/spec/build/bsps/aarch64/optgtusevirt.yml new file mode 100644 index 0000000000..919eb86c32 --- /dev/null +++ b/spec/build/bsps/aarch64/optgtusevirt.yml @@ -0,0 +1,16 @@ +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) 2021 Gedare Bloom +default: false +default-by-variant: [] +description: | + If set to true, then the clock driver uses the Virtual Timer of the AARCH64 + Generic Timer, otherwise it uses the Physical Non-Secure Timer (EL1). +enabled-by: true +links: [] +name: AARCH64_GENERIC_TIMER_USE_VIRTUAL +type: build -- cgit v1.2.3