summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Use header file for GIC architecture supportSebastian Huber2020-12-231-1/+0
| | | | | | This avoids a function call overhead in the interrupt dispatching. Update #4202.
* bsps/arm/imx*: Fix location of shared headersChristian Mauderer2020-12-141-6/+5
| | | | | | | When moving the headers from the imx BSP to the shared area, the wrong directory has been selected. This patch fixes that problem. Update #4180
* bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore2020-12-021-1/+2
| | | | | This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
* bsps/imx: Move imx-gpio to arm/sharedChristian Mauderer2020-11-201-2/+2
| | | | Update #4180
* imx: Move imx_iomux to arm/sharedChristian Mauderer2020-11-201-4/+6
| | | | Update #4180
* bsps: Break out AArch32 portions of GPT driverKinsey Moore2020-10-051-1/+5
| | | | | | 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.
* build: Alternative build system based on wafSebastian Huber2020-09-1416-0/+349
Update #3818.