This patch modified peripheral name notation from
pss_scugic to psu_scugic, pss_acpu_gic to psu_acpu_gic,
pss_rcpu_gic to psu_rcpu_gic. Also removes ps8_scugic
notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch added check for SLCR lock before doing the SLCR
reset. If it is unlocked we ahould not lock after reset.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
updated.
This patch updates the modification history and
changes copyright year to 2015.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch updates the modification history and
changes copyright year to 2015.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch updates the modification history and
changes the copyright year to 2015.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch updates the modification history and
changes copyright year to 2015.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This change in FSBL is done to remove unnecessary ps init files in FSBl application project.
Only ps7_init.c and ps7_init.h are required files in FSBL project.
Presence of ps7_init_gpl files lead to linker errors.
Hence removed those and all other unnecessary files.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This change in FSBL is done to support PS parameters configuration in SDK.
Now FSBL handles the PS init files generation/copying.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
----
This is to address CR# 808143
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>
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>
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>
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>
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>
This patch modifies uartns550 peripheral name from
axi_uartns550 to axi_uart16550.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
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>
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>