summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optconminor.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-15build: Use BSP family for optionsChris Johns1-0/+1
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
2020-12-04spec/optconminor: Fix value typeKinsey Moore1-3/+4
The option for defining the console minor should be an integer, not a boolean.
2020-12-04Add AArch64 ZynpMP BSPKinsey Moore1-0/+0
This adds a BSP family that runs on the Xilinx Ultrascale+ MPSOC (ZynqMP) family of chips. It is configured to be usable on the Qemu ZCU102 machine definition and should be almost trivially portable to ZynqMP development boards and custom hardware. It is also configured to be usable with libbsd.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+15
Update #3818.