summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/xen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Break out AArch32 portions of GPT driverKinsey Moore2020-10-051-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.
* Move ARM PL011 UART driverKinsey Moore2020-10-051-1/+1
| | | | This UART driver is now needed for BSPs other than ARM.
* bsp/xen: Use BSP options for all linkcmds varsSebastian Huber2019-12-051-9/+14
| | | | Update #3818.
* bsp/xen: Create BSPJeff Kubascik2019-12-052-0/+107
Create the Xen BSP for Xen on ARM.