Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page provides details related to the light weight IP (LWIP) library and the SW app lwip echo server.

...

FamilyPHYSupportRemarks
ZynqRGMIIYes

SGMII in PLYesRefer to AR# 66006

1000BaseX in PLYesRefer to AR# 66006

GMII2RGMII convertor in PLYes
ZynqMPRGMIIYes

PS SGMII (with fixed link)YesEnable library config parameter "sgmii_fixed_link" (2023.1 and above)

SGMII in PLYesRefer to xapp1306

1000BaseX in PLYesRefer to xapp1306

GMII2RGMII convertor in PLYes
VersalRGMIIYes


...

Associating a specific PHY DT node to PS GEM

2. AXI Ethernet on Microblaze/Zynq/ZynqMP/Microblaze-V

...

  • No support for 1588
  • No Support for 10G/25G
  • No MCDMA support
  • Performance numbers are not benchmarked on PL interfaces on Microblaze
  • lwip perf client application cannot be rerun without a power on reset. For ex., doing rst -proc from xsdb before downloading the executable again does not work. It is required to perform "power 0 power 1" in systest before running a new test.
  • AXI Ethernet + FIFO support is not ported to SDT flow
  • LWIP examples (IGMP, webserver and TFTP) are not ported to SDT flow.
  • Clock change is not automatically handled in lwip adapter for GEM in SDT flow currently. Clock registers can still be manually modified by users. Support for automatically handling this through baremetal clocking framework will be added in an upcoming release.
  • LWIP open source code is not supported with C++
  • LWIP is not supported with 64 bit Microblaze
  • LWIP applications are meant as reference and may not always have board specific support such as specific PHY resets. If there's a GPIO or I2C based reset on board, this can be added to the application by users.

1. GEM

None

2. AXI Ethernet

...

https://github.com/Xilinx/embeddedsw/commits/xilinx-v2020.1/ThirdParty/sw_services/lwip211

3e7863e sw_apps: Remove xps_timer reference

...