Commit graph

14 commits

Author SHA1 Message Date
Kedareswara rao Appana
4d44baa014 lwip: Fix bugs in lwip
This patch fixes following issues:
---> PHY auto detection & PHY access issues.
---> The existing lwip seems to misbehave when it undergoes a stress or
performance test with UDP packets.
---> Temac crashes and deadlocks if there is a high traffic load or transmitted
packets are not successfully delivered to the other side.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-04-13 14:36:57 +05:30
Kedareswara rao Appana
cf808f2851 lwip: echo server not working for emaclite on zynq
This patch fixes the bug in the emaclite on zynq.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-11-25 21:38:28 +05:30
Kedareswara rao Appana
5f9ae570bf lwip: lwip adapter for axi ethernet doesn't work for sgmii mode
This patch fixes the lwip adapter for axi ethernet doesn't work
for sgmii mode issue.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-11-25 21:38:25 +05:30
Kedareswara rao Appana
abcddc595a lwip: Fix echo server app compilation errors for axi-ethernet on zynq
This patch fixes the compilation errors when
axi-ethernet is present in the PL and when user try to generate
echo server application.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-11-25 21:38:22 +05:30
Kedareswara rao Appana
ab6f0cad19 lwip: Fix typo error
This patch fixes the typo error
in the xemacliteif.c file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-11-25 21:38:21 +05:30
Kedareswara rao Appana
62e8d52031 lwip: Fix for SGMII/1000BASEX interface not working on zynq
This patch fixes the issues related to SGMII/1000BASEX phy
that is connected to GEM or axi ethernet on zynq.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-11-25 21:38:21 +05:30
Harini Katakam
0c1039bff4 lwip: Update documentation
Publish updated documentation with new version number and document
properties.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-26 19:50:14 +05:30
Kedareswara rao Appana
e75580f72b lwip: Fix for echo server app compilation issue.
This patch fixes issue while compiling echo server app for a Zynq design where
the axi_ethernet is present in  the PL fabric.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:16 +05:30
Kedareswara rao Appana
7275cde4b3 lwip: export proper interrupt ID for emaclite.
This patch fixes the issue of wrong interrupt being
get exported to the xemacltie_topolgy_g.c file
in the lwip.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:56 +05:30
Srikanth Thokala
ad02d14e36 lwip: Fix compilation issue with XilKernel/FreeRTOS BSP
There is an issue with HSM TCL in LWIP, which fails to parse the
BSP name properly and hence Xilkernel/FreeRTOS BSP doesn't compile
if LwIP library is added with SOCKET_API mode enabled. This patch
fixes this issue by correcting the LWIP tcl.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:56 +05:30
Srikanth Thokala
b84c029fc6 lwip: library options are not propagated
Some of the LWIP options like memp_num_tcpip_msg, memp_num_api_msg
are configurable from LWIP settings, but they are not actually
set when compiling the LWIP library.  This patch modifies the LWIP
tcl to update them.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:55 +05:30
Srikanth Thokala
a503a3dd66 lwip: axiethernet: Support to get autoneg speed for different PHYs
Currently, the AXI Ethernet adapter is configured to support only
Marvel PHYs which exist on all Xilinx boards.  This patch allows
to get the auto-negotiation speed of any PHY using IEEE specification.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:55 +05:30
Kishore Kumar Korathaluri
08092b8d48 Renaming of common TCL procs of HSM
CR: 767582

Wall Data:
  Originally submitted from RDI_kkorath_new
  Build Type: full
  Test Types: pre-commits, gui pre-commits
[git-p4: depot-paths = "//Rodin/HEAD/data/embeddedsw/": change = 926519]
2014-09-02 11:20:54 +05:30
Jagannadha Sutradharudu Teki
2c8f92039d embeddesw: Add initial code support
Added initial support Xilinx Embedded Software.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-06-24 16:45:01 +05:30