bsps/aarch64: add physical secure timer

This commit is contained in:
Gedare Bloom
2021-06-22 19:57:08 -06:00
parent bcad0aaee6
commit 207612957e
4 changed files with 42 additions and 0 deletions

View File

@@ -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 <gedare@rtems.org>
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

View File

@@ -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 <gedare@rtems.org>
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