Commit graph

208 commits

Author SHA1 Message Date
Kishore Kumar Korathaluri
479fc78c1e emc : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:17 +05:30
Kishore Kumar Korathaluri
e5f12adfe6 emacps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:16 +05:30
Kishore Kumar Korathaluri
1b6371dbcb dmaps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:13 +05:30
Kishore Kumar Korathaluri
f224025b55 cpu : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:11 +05:30
Kishore Kumar Korathaluri
074b430c25 cpu_cortexa9 : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:11 +05:30
Kishore Kumar Korathaluri
cd9bf08d70 cpu_cortexa53 : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:10 +05:30
Kishore Kumar Korathaluri
e52eb0583f can : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:10 +05:30
Kishore Kumar Korathaluri
507bef13d9 bram : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:09 +05:30
Kishore Kumar Korathaluri
79d74039ee axipcie : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:09 +05:30
Kishore Kumar Korathaluri
0f5c790a1a axicdma : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:08 +05:30
Venkata Naga Sai Krishna Kolapalli
07fdaba3cd standalone_v5_0 : Modified .mdd files of cpu_cortexa53 and cpu_cortexr5.
This patch adds pss_cortexa53/r5 option in .mdd files.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-23 11:32:16 +05:30
Shakti Bhatnagar
9b4870e9cb ndps8_v2_0: Optimized integration test files.
Removed multiple inclusion of header files,
unused variables, unused function parameters.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 11:55:52 +05:30
Shakti Bhatnagar
eb25d9c385 nandps8_v2_0: Added 2 test cases and 1 Code Coverage test
Added
1. BBT Scan/Create test
2. Mark Block Bad Test
3. Code Coverage Test

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 11:55:46 +05:30
Shakti Bhatnagar
886c4303cc nandps8_v2_0: Corrected the sparearea offset in testcase.
Giving page number instead of page offset while calling
Write and Read SpareBytes API.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 11:54:28 +05:30
Shakti Bhatnagar
7aefa4f999 nandps8_v2_0: Modified the license header for driver files.
Changed the license header for the driver source
files, mdd and tcl files.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 09:49:21 +05:30
Shakti Bhatnagar
af857bb2b2 nandps8_v2_0: Modified XNandPs8_EraseBlock API
Removed clearing of packet register before erase.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 09:49:20 +05:30
Venkata Naga Sai Krishna Kolapalli
1c24c9317d emacps_v3_0 : Removed the error code in xemacps_bd.h
This patch modifies the extra OR operator in xemacps_bd.h code
that caused issue.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-19 14:46:49 +05:30
P L Sai Krishna
79458f03a1 xilffs_v3_0: Added new version for xilffs library.
This patch add new version for xilffs library and deprecated the older version.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-18 15:52:12 +05:30
Suneel Garapati
0ae197d5e4 all: make source code non-executable
Changes -
find -name "*.h" -exec chmod a-x '{}' ';'
find -name "*.c" -exec chmod a-x '{}' ';'
find -name "*.S" -exec chmod a-x '{}' ';'
find -name "*.ld" -exec chmod a-x '{}' ';'
find -name Makefile -exec chmod a-x '{}' ';'

Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
2014-12-17 15:13:03 +05:30
P L Sai Krishna
a0a72be451 emacps_v3_0: Removed compilation error and warning in emacps.
This patch removes the compilation error and warning in the emacps driver.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-17 11:40:32 +05:30
P L Sai Krishna
df34d489a9 cpu_v2_3: Deleted the extra compiler flags.
This patch modifies the mdd file to delete –ffunction-sections & -fdata-sections flags from extra compiler flags and changed the default os version.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-17 11:30:37 +05:30
P L Sai Krishna
13dc99ad96 cpu_v2_3: Added new version for cpu driver.
This patch add new version for cpu driver and deprecated the older version.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-17 11:30:37 +05:30
Venkata Naga Sai Krishna Kolapalli
de4c37ded0 emacps_v3_0 : Modifies driver logic in xemacps_bd.h
This patch modifies the logic change caused by #ifdef. Corrected to #if.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-17 10:38:25 +05:30
Venkata Naga Sai Krishna Kolapalli
7ccb444753 emacps_v3_0 : Example file is modified for fixing compiler warnings.
This patch fixes the compiler warnings in the xemacps_ieee1588_example.c file.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-17 10:38:24 +05:30
Kinjal Pravinbhai Patel
9eecf81cf7 drivers: cpu_cortexa53: added new driver
This patch adds new driver cpu_cortexa53 for zynq ultrascale mp support

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-17 10:37:31 +05:30
Venkata Naga Sai Krishna Kolapalli
825d4966e7 emacps_v3_0 : IngTest has been modified to fix compilation error.
This patch updates the mask names in integration test to match with driver mask names.
This fixes the compilation error issue. Also removes compilation warnings.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-16 14:43:13 +05:30
Shakti Bhatnagar
f2e6401993 nandps8_v2_0: nandps8_v2_0: Misra C modifications.
MISRA C modifications done in xnandps8_bbm.c and
xnandps8_bbm.h.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-15 10:48:55 +05:30
Shakti Bhatnagar
734de3b828 nandps8_v2_0: Rectified bbt signature/ version write offset
corrected the bbt signature/version write offset for NO_OOB
in XNandPs8_WriteBbt API.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-15 10:48:54 +05:30
Shakti Bhatnagar
9572c366af nandps8_v2_0: nandps8_v2_0: Modified XNandPs8_FlashInit API
Modified XNandPs8_FlashInit API present in xnanps8.c
Added Macro for Onfi Read ID check.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-15 10:48:54 +05:30
Sarat Chand Savitala
7512b7dfda sw_apps:zynq_fsbl: Fix for the library information in the FSBL template
In SDK GUI, the information of requirement of libraries for creating
Zynq FSBL was showing incorrect messages in Application project window.
When both xilffs and xilrsa libraries were absent, the error message
in SDK mentions only about xilffs. This is  corrected and the
error message now reflects the exact essential libraries that are missing.
This is fix for CR#837141.

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
2014-12-15 10:48:46 +05:30
Venkata Naga Sai Krishna Kolapalli
7e8b29d35e wdtps_v3_0 : Modified wdtps driver for MISRA-C:2012.
This patch modifies wdtps_v3_0 for misrac rules.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-15 10:48:39 +05:30
Venkata Naga Sai Krishna Kolapalli
b4b7a5330d ttcps_v3_0 : Modified ttcps driver for MISRA-C:2012
This patch modifies ttcps_v3_0 driver for misrac rules.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-15 10:48:39 +05:30
Sarat Chand Savitala
9270b68a0a sw_apps:zynq_fsbl: Fix to address change in arguments to f_mount()
From 2015.1_1210_1, signature for function f_mount() is changed.
Now it expects three arguments (earlier had two arguments).
In SD initialization routine of FSBL code, now f_mount()
is called with new set of arguments.

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
2014-12-15 10:23:22 +05:30
Vishnu Motghare
c41ba32e65 spips_v3_0: Removed Modification history from .mdd file
This patch removes modification history from .mdd file.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2014-12-15 10:21:08 +05:30
Kinjal Pravinbhai Patel
7b4272f1aa drivers: ttcps: change in mdd file
This patch changes mdd file for selecting proper peripherals

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-15 09:50:22 +05:30
Kinjal Pravinbhai Patel
d4ebc8c091 drivers: wdtps: change in mdd file
This patch changes mdd file for selecting proper peripherals

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-15 09:50:21 +05:30
Kedareswara rao Appana
aaae2fd207 csudma: Add csudma_v1_0 driver
This patch adds csudma driver for Zynq Ultrascale Mp.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-12-09 20:50:21 +05:30
Punnaiah Choudary Kalluri
54cf0f4cfa emacps: Add support for Zynq Ultrascale Mp and misra c guidelines
Add support for Zynq Ultrascale Mp and misra c compliant

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-12-09 20:40:49 +05:30
Punnaiah Choudary Kalluri
35e0aac333 emacps: Create new version v3_0 and deprectaed older one
Create new version v3_0 and deprectaed older one.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-12-09 20:40:48 +05:30
Shakti Bhatnagar
9a04f2c373 nandps8_v2_0: Driver for nand controller in Zynq Ultrascale Mp.
Added driver to supports Arasan NAND controller present in
Zynq Ultrascale Mp.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-09 20:32:14 +05:30
Vishnu Motghare
cfd100fc83 spips_v3_0: Modified driver source code for MISRA-C:2012 compliance
This patch modifies driver code according to misrac guidelines.
support for Zynq Ultrascale Mp added.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2014-12-09 20:31:14 +05:30
Vishnu Motghare
8a752fd656 spips_v3_0: Added new version V3_0 and deprecated v2_0
This patch adds new version for spips driver.
support for Zynq Ultrascale Mp added in new version.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2014-12-09 20:31:14 +05:30
Kedareswara rao Appana
f45ada332c 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>
2014-12-09 20:30:47 +05:30
Kedareswara rao Appana
d4541c3d7a lwip: Add new version of the lwip lib
Added new version of the lwip(lwip_v2_4) and deprecated the older one(lwip_v2_3).

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-12-09 20:16:34 +05:30
Kinjal Pravinbhai Patel
9066006763 drivers: ttc: change in xttcps_low_level_example
This patch modifies xttcps_low_level_example to supprot both Zynq and Zynq Ultrascale MP

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-09 18:37:05 +05:30
Kinjal Pravinbhai Patel
055fab1b3a drivers: ttc: added support for Zynq Ultrascale MP
This patch deprecates older version 2_0 and adds new major version 3_0 for
Zynq Ultrascale MP support

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-09 18:37:04 +05:30
Kinjal Pravinbhai Patel
f91b0e890d drivers: wdt: added support for Zynq Ultrascale MP
This patch deprecates the older version 2_0 and creates new major version
for Zynq Ultrascale MP support

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-09 18:37:03 +05:30
Kedareswara rao Appana
7d708a0c6b canps: Add support for Zynq Ultrascale Mp
This patch adds the support for Zynq Ultrascale Mp.
Modified driver code for MISRA-C:2012 and cleaned up.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-12-09 18:36:41 +05:30
Kedareswara rao Appana
7db965cedc can: Added new version and deprecate older version of the driver
Added new version of the driver canps_v3_0 and deprecated
canps_v2_1.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-12-09 18:36:33 +05:30
P L Sai Krishna
e4948b3972 iicps_v2_4: Modified the index file.
This patch modifies the index file in examples.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-09 11:14:41 +05:30