summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/raspberrypi (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-18build: Merge default-by-family into by-variantSebastian Huber7-7/+0
Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
2021-08-09bsps: Move optfdt* files to shared parent directorypranav1-0/+8
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-03-05spec: Move hypervisor start for use by AArch64Kinsey Moore1-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.
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-10bsps/arm: Move BSP_START_IN_HYP_SUPPORT optionSebastian Huber2-16/+1
Clarify documentation. Update #4202.
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 Huber14-0/+343
Update #3818.