summaryrefslogtreecommitdiffstats
path: root/bsps/include/dev/irq/arm-gic-regs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dev/irq: Improve Doxgyen group assignmentsSebastian Huber12 days1-3/+12
| | | | | Make the GIC interrupt controller support a subgroup of the generic interrupt controller support.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/include: Change license to BSD-2Joel Sherrill2022-07-111-3/+22
| | | | Updates #3053.
* bsps/include/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsps/dev/irq: make icspicfgr an indexable arrayGedare Bloom2021-06-241-4/+2
|
* bsps: Break out AArch32 GICv3 supportKinsey Moore2020-10-051-0/+217
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures.