bsps/arm: Unify ARM Generic Timer options

Update #4202.
This commit is contained in:
Sebastian Huber
2020-12-04 12:07:44 +01:00
parent e68827e1d9
commit 5efa15b49d
5 changed files with 12 additions and 25 deletions

View File

@@ -1,14 +1,15 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions: actions:
- get-boolean: null - get-integer: null
- define-condition: null - format-and-define: null
build-type: option build-type: option
copyrights: copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false default: null
default-by-variant: [] default-by-variant: []
description: | description: |
ARM generic timer frequency in Hz Defines the frequency in Hz of the ARM Generic Timer.
format: '{}'
enabled-by: true enabled-by: true
links: [] links: []
name: ARM_GENERIC_TIMER_FREQ name: ARM_GENERIC_TIMER_FREQ

View File

@@ -8,7 +8,8 @@ copyrights:
default: false default: false
default-by-variant: [] default-by-variant: []
description: | description: |
Use virtual ARM generic timer If set to true, then the clock driver uses the Virtual Timer of the ARM
Generic Timer, otherwise it uses the Physical Timer (EL1).
enabled-by: true enabled-by: true
links: [] links: []
name: ARM_GENERIC_TIMER_USE_VIRTUAL name: ARM_GENERIC_TIMER_USE_VIRTUAL

View File

@@ -28,7 +28,7 @@ links:
- role: build-dependency - role: build-dependency
uid: abi uid: abi
- role: build-dependency - role: build-dependency
uid: optgentmrusevirt uid: ../optgtusevirt
- role: build-dependency - role: build-dependency
uid: optgentmunmask uid: optgentmunmask
- role: build-dependency - role: build-dependency

View File

@@ -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: true
default-by-variant: []
description: |
use virtual ARM generic timer
enabled-by: true
links: []
name: ARM_GENERIC_TIMER_USE_VIRTUAL
type: build

View File

@@ -29,6 +29,10 @@ links:
uid: abi uid: abi
- role: build-dependency - role: build-dependency
uid: objsmp uid: objsmp
- role: build-dependency
uid: ../optgtfreq
- role: build-dependency
uid: ../optgtusevirt
- role: build-dependency - role: build-dependency
uid: optcachedata uid: optcachedata
- role: build-dependency - role: build-dependency
@@ -41,10 +45,6 @@ links:
uid: optconirq uid: optconirq
- role: build-dependency - role: build-dependency
uid: ../../optconminor uid: ../../optconminor
- role: build-dependency
uid: optgentmrfreq
- role: build-dependency
uid: optgentmrusevirt
- role: build-dependency - role: build-dependency
uid: optint0len uid: optint0len
- role: build-dependency - role: build-dependency