Commit graph

10 commits

Author SHA1 Message Date
P L Sai Krishna
37bea67da9 qspips: SLCR_LOCKSTA register checked.
This patch checked the SLCR_LOCKSTA register instead of
SLC register.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:45 +05:30
P L Sai Krishna
ccccb0f946 qspips: Added SLCR lock check before SLCR reset.
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>
2015-04-27 12:56:36 +05:30
P L Sai Krishna
ad078687cb qspips: Modified the copyright year to 2015.
This patch modifies the copyright year to 2015.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:35 +05:30
P L Sai Krishna
43ddfeda0f qspips: Defined the SLCR address if not defined.
This patch defines the SLCR address if not defined.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:26 +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
P L Sai Krishna
23f3c299b9 qspips: Removed PS7 definitions in driver src.
This patch replaces PS7 definitions with canonical definitions
in driver src.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-26 10:31:22 +05:30
Harini Katakam
e905809c96 qspips: Remove warning and update version
Remove unused variable.
Update version in examples/index.html

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-02 11:21:51 +05:30
Harini Katakam
2ba225fa69 qspips: Do not modify reserved bits in config register
Change CR_RESET_STATE defintion to include required bits to be set and
reset. When writing to the configuration register, read the register and
OR the required value to leave the reserved bits untouched.
Changes done in XQspiPs_Reset function and HW reset function.
The default value written was expanded to include setting hold bit and
using manual chip select (This is recommended and already explicitly
followed in all the examples).

Removed check for register values in selftest because a reset is done
in just the previous step where default values are already written.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:55 +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