diff options
author | Kinsey Moore <kinsey.moore@oarcorp.com> | 2021-06-08 14:25:47 -0500 |
---|---|---|
committer | Joel Sherrill <joel@rtems.org> | 2021-06-28 09:13:16 -0500 |
commit | 10041a4cfc00d5f6876d3d6cfc30c23347b4cf42 (patch) | |
tree | 6a9081bc6b654d36c12a6e5301e1fa7093bc319c /spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml | |
parent | aarch64: whitespace fixes in start.S (diff) | |
download | rtems-10041a4cfc00d5f6876d3d6cfc30c23347b4cf42.tar.bz2 |
bsps/zynqmp: Allow any or all CGEMs to be enabled
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.
Diffstat (limited to 'spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml')
-rw-r--r-- | spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml index 03ccdbbc8b..e13e2443c0 100644 --- a/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml @@ -30,6 +30,14 @@ links: - role: build-dependency uid: optclkuart - role: build-dependency + uid: optcgem0 +- role: build-dependency + uid: optcgem1 +- role: build-dependency + uid: optcgem2 +- role: build-dependency + uid: optcgem3 +- role: build-dependency uid: ../../optconminor - role: build-dependency uid: ../../obj |