Commit graph

752 commits

Author SHA1 Message Date
Anirudha Sarangi
f82bf4368e lwip: Made changes in emacps adapter to release the semaphore once per ISR
This patch makes changes in the emacps adapter file to ensure that the
semaphore released is once per ISR. This means, once the ISR is invoked
for Rx path, all the available packets in the BDs will be enqueued
before the semaphore is released.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:20 +05:30
Nava kishore Manne
a7679bbd6e lwip: Updated changelog for all changes done.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-27 12:56:19 +05:30
Anirudha Sarangi
dc4df44a44 lwip: Removed support for lltemac.
Removed all files related to lltemac support.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:18 +05:30
Anirudha Sarangi
133715a74d lwip: lwip: Adds supports for 2 GigEs for Zynq.
This patch makes changes as appropriate to add support for
2 GigEs for Zynq.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:17 +05:30
Anirudha Sarangi
a71b51652d lwip: General clean up for axiethernet PHY handling code
This patch makes minor changes as part of cleanup for the
axiethernet PHY handling code. It makes some functions as static
as appropriate.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:16 +05:30
Anirudha Sarangi
62599d592a lwip: Add warning message for non-Marvell PHY handling
This patch informs users if the PHY present is not from Marvell.
It adds a warning message for non-Marvell PHY cases to notify
users to cross-check the initialization sequence.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:16 +05:30
Anirudha Sarangi
10bb0f7661 lwip: Fix issue on Rx path in hadling packets with Xilkernel
This patch fixes rx packet handling issue with Xilkernel. The issue
was processing a single packet from the input queue everytime the
semaphore is released in the ISR. Now, we iterate till the queue
is completely emptied. After the ISR releases the semaphore and before
the queue is read, there could be new packets in the queue and hence can
lead to situations where there could be considerable delay in processing
a particular packet.
This patch also ensures that the ISR releases the semaphore once for
an entry into Rx ISR instead of each received packet. This enhances
performance.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:15 +05:30
Anirudha Sarangi
46d7b155eb lwip: Make changes in the lwip tcl to fix checsum parameters
This patch makes changes in the tcl file to improve the reporting
of checksum offload parameters.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:14 +05:30
Anirudha Sarangi
7c40d4e501 lwip: Code cleanup, removing hard coded IDs for axiethernet adapter
This patch modifies some of the axiethernet adapter files as part
of code cleanup, removal of hard coded ids, removal of redundant
code, making some of the functions as static (as appropriate) and making
changes to follow lwip coding guidelines.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:13 +05:30
Anirudha Sarangi
d61a568de4 lwip: Make changes in the lwip mld file as part of clean up
Remove redundant or unnecessary information from the lwip mld.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-27 12:56:13 +05:30
Venkata Naga Sai Krishna Kolapalli
4fae300b8b emacps : Modified example to compile on ARMCC.
This patch removes the compiler error for emacps
example.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:12 +05:30
Venkata Naga Sai Krishna Kolapalli
be537c52ca standalone : Updated range list.
This patch modifies uartns550 peripheral name from
axi_uartns550 to axi_uart16550.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:11 +05:30
Kinjal Pravinbhai Patel
0200c8a4c7 bsp: a9: change in translation table
this patch modifies translation table to select ddr size from hdf file

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:36:01 +05:30
P L Sai Krishna
34a1de7b08 iicps: Added new event for ARB_LOST interrupt.
This patch add new event for Arbitration Lost interrupt
in the interrupt handler.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-26 10:36:00 +05:30
Venkata Naga Sai Krishna Kolapalli
f828b274f9 standalone : Modified the signedness of a variable.
This patch modifies a variable num to be u32 instead
of s32.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:35:59 +05:30
P L Sai Krishna
53e85ffac9 qspips: Add QSPI Software reset in Abort.
This patch add QSPI software reset in Abort API.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-26 10:35:58 +05:30
P L Sai Krishna
e1a8d408c6 qspips: Modified the Reset and ResetHw API's.
This patch modifies the configuration register writes in
Reset and RestHw API and Mask values.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-26 10:35:56 +05:30
Kinjal Pravinbhai Patel
505575e3fc driver: scugic: change maximum interrupt ID numbers
This patch changes number of maximum interrupt ID for Zynq
Ultrascale MP

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:35:55 +05:30
Punnaiah Choudary Kalluri
2a434ba4f6 emacps:i Add terminating descriptors for unused tx and rx queues
Added terminating descriptors for unused rx and tx queues to avoid
wrong interpretation of the data that resides in the memory location
ponited by the queue base registers.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-04-26 10:35:54 +05:30
Punnaiah Choudary Kalluri
ae167ced89 emacps: Add RxQ1 register address map
Added RxQ1 register address map.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-04-26 10:35:54 +05:30
Anirudha Sarangi
a018a667bb standalone BSP: Changed the IP names in the mld file
This patch changes the IP names in the range property for
uartlite and uartns550 to axi_uartlite and axi_uartns550.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-26 10:35:53 +05:30
Kishore Kumar Korathaluri
01e1a5fb0c ycrcb2rgb : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:52 +05:30
Kishore Kumar Korathaluri
211ee085cd xadcps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:51 +05:30
Kishore Kumar Korathaluri
4e095e1759 wdttb : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:50 +05:30
Kishore Kumar Korathaluri
b2cd5afcfe vtc : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:49 +05:30
Kishore Kumar Korathaluri
fe559f5381 usbps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:48 +05:30
Kishore Kumar Korathaluri
5cdb2444fb usb : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:47 +05:30
Kishore Kumar Korathaluri
f189c16509 uartps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:46 +05:30
Kishore Kumar Korathaluri
d38d1c51de uartlite : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:46 +05:30
Kishore Kumar Korathaluri
eeb1f02877 tpg : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:45 +05:30
Kishore Kumar Korathaluri
a317129798 tmrctr : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:44 +05:30
Kishore Kumar Korathaluri
a30e48cf63 tft : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:43 +05:30
Kishore Kumar Korathaluri
b5d73850a7 sysmon : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:42 +05:30
Kishore Kumar Korathaluri
a558ba6f5a srio : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:41 +05:30
Kishore Kumar Korathaluri
cd76c5afa4 spips : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:41 +05:30
Kishore Kumar Korathaluri
99bdbbab02 sdps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:40 +05:30
Kishore Kumar Korathaluri
dfa57e85e5 scuwdt : added hsi namesapce to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:39 +05:30
Kishore Kumar Korathaluri
5c38b18f9e scutimer : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:38 +05:30
Kishore Kumar Korathaluri
6f17218a75 scugic : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:37 +05:30
Nava kishore Manne
f051be6014 scaler : added hsi namespace to xdefine procs.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:35:36 +05:30
Kishore Kumar Korathaluri
0f8ed246a6 rgb2ycrcb : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:36 +05:30
Kishore Kumar Korathaluri
7fd42d8ab7 aspips : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:35 +05:30
Nava kishore Manne
6818c9d6eb osd : added hsi namespace to xdefine procs.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:35:33 +05:30
Kishore Kumar Korathaluri
a426ed041c nandps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:32 +05:30
Kishore Kumar Korathaluri
60261672c2 llfifo : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:31 +05:30
Kishore Kumar Korathaluri
6e0ed5ddde iomodule : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:31 +05:30
Kishore Kumar Korathaluri
28f5664c9f intc : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:30 +05:30
Kishore Kumar Korathaluri
e63f35f970 iicps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:28 +05:30
Kishore Kumar Korathaluri
6df366b4fb iic : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:27 +05:30
Kishore Kumar Korathaluri
dac8a6fbd5 hwicap : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:35:26 +05:30