summaryrefslogtreecommitdiffstats
path: root/bsps/arm/include/dev (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm: Rely on initialized vector tableSebastian Huber2020-12-231-5/+4
| | | | | | | The arm_cp15_set_exception_handler() is a complicated function which should be avoided if possible. Update #4202.
* bsps: Use header file for GIC architecture supportSebastian Huber2020-12-231-0/+68
| | | | | | This avoids a function call overhead in the interrupt dispatching. Update #4202.
* bsps/arm: Add arm-data-cache-loop-set-way.hSebastian Huber2020-12-231-0/+96
This makes it possible to reuse this loop. Update #4202.