summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-zynqmp/optcgem3.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-01Revert "bsps/zynqmp: Allow any or all CGEMs to be enabled"Kinsey Moore1-16/+0
This reverts commit 10041a4cfc00d5f6876d3d6cfc30c23347b4cf42. This type of configuration does not belong in RTEMS and is better constrained to libbsd where the defines are actually being used.
2021-06-28bsps/zynqmp: Allow any or all CGEMs to be enabledKinsey Moore1-4/+4
Provide the options necessary to enable any combination of CGEM ethernet interfaces in LibBSD. The default is still CGEM3, so this should continue to operate as expected on typical Zynq Ultrascale+ MPSoC development hardware.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+16
Update #3818.