bsps/arm: Support system level ARM Generic Timer

Update #4202.
This commit is contained in:
Sebastian Huber
2020-12-08 07:56:53 +01:00
parent 5efa15b49d
commit bd7bef528d
3 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- format-and-define: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 709033984
default-by-variant:
- value: 2856517632
variants:
- arm/fvp_cortex_r52
description: |
Defines the base address of the memory-mapped system level ARM Generic Timer.
format: '{:#010x}'
enabled-by: true
links: []
name: ARM_GENERIC_TIMER_SYSTEM_BASE
type: build

View File

@@ -0,0 +1,20 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- format-and-define: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 1
default-by-variant:
- value: 257
variants:
- arm/fvp_cortex_r52
description: |
Defines the initialization value of the CNTCR register of the memory-mapped
system level ARM Generic Timer.
format: '{:#010x}'
enabled-by: true
links: []
name: ARM_GENERIC_TIMER_SYSTEM_CNTCR
type: build