Files
rtems/spec/build/bsps/dev/irq/objarmgicv3.yml
Sebastian Huber 5cc075712e irq/arm-gicv3.h: Customize CPU Interface init
Use the existing WRITE_SR() abstraction to access the interrupt group 0 and 1
enable registers.  This fixes the build for the AArch32 target.

Add BSP options which define the initial values of CPU Interface registers.
2022-07-12 08:26:46 +02:00

32 lines
746 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/dev/irq
source:
- bsps/include/dev/irq/arm-gicv3.h
links:
- role: build-dependency
uid: optarmgic-icc-bpr0
- role: build-dependency
uid: optarmgic-icc-bpr1
- role: build-dependency
uid: optarmgic-icc-ctrl
- role: build-dependency
uid: optarmgic-icc-igrpen0
- role: build-dependency
uid: optarmgic-icc-igrpen1
- role: build-dependency
uid: optarmgic-icc-pmr
- role: build-dependency
uid: optarmgic-icc-sre
source:
- bsps/shared/dev/irq/arm-gicv3.c
type: build