summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/raspberrypi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spec: Move hypervisor start for use by AArch64Kinsey Moore2021-03-051-1/+1
| | | | | | AArch64 on hardware is often started at EL2 instead of EL1 from either u-boot or a first stage bootloader. This allows RTEMS to drop from EL2 execution to EL1 to operate as normal.
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-261-0/+1
| | | | Update #4267.
* build: Sort source listsSebastian Huber2021-02-241-1/+1
| | | | Use the Python sorted() function to sort the "source" lists.
* bsps/arm: Move BSP_START_IN_HYP_SUPPORT optionSebastian Huber2020-12-102-16/+1
| | | | | | Clarify documentation. Update #4202.
* Move ARM PL011 UART driverKinsey Moore2020-10-051-1/+0
| | | | This UART driver is now needed for BSPs other than ARM.
* build: Alternative build system based on wafSebastian Huber2020-09-1414-0/+343
Update #3818.