summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/xen (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber2-114/+0
Close #3250. Close #4081.
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
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-10-05bsps: Break out AArch32 portions of GPT driverKinsey Moore1-1/+2
This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
2020-10-05Move ARM PL011 UART driverKinsey Moore1-1/+1
This UART driver is now needed for BSPs other than ARM.
2019-12-05bsp/xen: Use BSP options for all linkcmds varsSebastian Huber1-9/+14
Update #3818.
2019-12-05bsp/xen: Create BSPJeff Kubascik2-0/+107
Create the Xen BSP for Xen on ARM.