This patch removes IAR compilation error in example by removing
the u32 typecast since it is expecting (void *)
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This patch removes the IAR compilation errors.
Modified the OnfiNand_Geometry structure declaration according to IAR compiler
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
Bit 21 of DPTX register PHY_CONFIG (0x200) enables 8b10b encoding.
In v6.0 of the DPTX core, the default value is '1'.
Current driver should keep this value untouched when writing to the PHY_CONFIG
register.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Bit 21 of DPTX register PHY_CONFIG (0x200) enables 8b10b encoding.
In v6.0 of the DPTX core, the default value is '1'.
Current driver should keep this value untouched when writing to the PHY_CONFIG
register.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This patch modifies the function signature of lseek
to compile on ICC ARM compiler.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
Removed backslashes that will cause incorrect output behavior on UART output.
Removed unneeded backslashes from printf argument list.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
The XVidC_GetVideoModeId search would return reduced blanking. This causes
problems if the monitor doesn't support reduced blanking or if the user desired
regular blanking.
Prioritize regular blanking first - it is up to the user to specify if reduced
blanking is desired.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This patch modified peripheral name notation from
pss_spi to psu_spi. Also removes ps8_spi notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modified peripheral name notation from
pss_ttc to psu_ttc. Also removes ps8_ttc notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modified peripheral name notation from
pss_can to psu_can. Also removes ps8_can notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modified peripheral name notation from
pss_wdt to psu_wdt. Also removes ps8_wdt notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modified peripheral name notation from
pss_uart to psu_uart. Also removes ps8_uart notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modified peripheral name notation from
pss_gpio to psu_gpio. Also removes ps8_gpio notation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
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>