summaryrefslogtreecommitdiffstats
path: root/user
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-07-12 16:04:53 -0500
committerJoel Sherrill <joel@rtems.org>2021-07-15 08:27:37 -0500
commit594fe00e2386bb767fdbc12cdae7b9126430e23d (patch)
tree79a2a68c5636db96a72086ffb65a8525f41c1039 /user
parentrtems-docs: remove Eclipse Manual (diff)
downloadrtems-docs-594fe00e2386bb767fdbc12cdae7b9126430e23d.tar.bz2
user: Update ZynqMP network configuration
Network configuration is now automatic and requires no user configuration.
Diffstat (limited to '')
-rw-r--r--user/bsps/aarch64/xilinx-zynqmp.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst
index 71b6842..90270db 100644
--- a/user/bsps/aarch64/xilinx-zynqmp.rst
+++ b/user/bsps/aarch64/xilinx-zynqmp.rst
@@ -59,14 +59,9 @@ Network Configuration
---------------------
When used with LibBSD, these BSP variants support networking via the four
-Cadence GEM instances present on all ZynqMP hardware variants. These are enabled
-using config.inc in LibBSD by setting any of the following constants to 1:
-NET_CFG_ZYNQMP_USE_CGEM0 = 1
-NET_CFG_ZYNQMP_USE_CGEM1 = 1
-NET_CFG_ZYNQMP_USE_CGEM2 = 1
-NET_CFG_ZYNQMP_USE_CGEM3 = 1
-
-Most ZynqMP dev boards use CGEM3. None of the interfaces are enabled by default.
+Cadence GEM instances present on all ZynqMP hardware variants. All interfaces
+are enabled by default, but only interfaces with operational MII busses will be
+recognized and usable in RTEMS. Most ZynqMP dev boards use CGEM3.
Running Executables on QEMU
---------------------------