summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/realview-pbx-a9 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-15build: Use BSP family for optionsChris Johns7-0/+7
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2021-02-24build: Sort source listsSebastian Huber1-1/+1
Use the Python sorted() function to sort the "source" lists.
2020-12-23bsps: Use header file for GIC architecture supportSebastian Huber1-1/+0
This avoids a function call overhead in the interrupt dispatching. Update #4202.
2020-12-02bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore1-1/+2
This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
2020-11-19build: Remove duplicate ARM_MMU_USE_SMALL_PAGESSebastian Huber2-16/+1
2020-10-05Move ARM PL011 UART driverKinsey Moore1-1/+0
This UART driver is now needed for BSPs other than ARM.
2020-09-14build: Alternative build system based on wafSebastian Huber10-0/+239
Update #3818.