Commit graph

312 commits

Author SHA1 Message Date
Kishore Kumar Korathaluri
4264abefde generic : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:46 +05:30
Kishore Kumar Korathaluri
8ee4eae573 emc : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:45 +05:30
Kishore Kumar Korathaluri
3e9dfd1625 emacps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:45 +05:30
Kishore Kumar Korathaluri
5b81f024ff emaclite : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:44 +05:30
Kishore Kumar Korathaluri
af86875ea5 dmaps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:43 +05:30
Kishore Kumar Korathaluri
92f360b7c4 devcfg : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:42 +05:30
Kishore Kumar Korathaluri
80e9308463 cpu : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:42 +05:30
Kishore Kumar Korathaluri
0878de2c4b cpu_cortexa9 : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:41 +05:30
Kishore Kumar Korathaluri
8d528f6293 can : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:40 +05:30
Kishore Kumar Korathaluri
94bdf5e778 bram : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:39 +05:30
Kishore Kumar Korathaluri
ed37f2e9a7 axivdma : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:39 +05:30
Kishore Kumar Korathaluri
10ad9188b2 axipcie : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:38 +05:30
Kishore Kumar Korathaluri
928304cce1 axiethernet : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:37 +05:30
Kishore Kumar Korathaluri
1da61a9d14 axicdma : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:36 +05:30
Venkata Naga Sai Krishna Kolapalli
691a647d28 emacps : 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>
2015-04-26 10:29:36 +05:30
P L Sai Krishna
b263d0ea45 xilffs: Modified the xilffs according to MISRAC 2012 compliant.
This patch modifies the xilffs library according to MISRAC 2012 compliant
and cache related changes were removed in previous upgrade and the changes
are done again to correct it.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-26 10:29:35 +05:30
Venkata Naga Sai Krishna Kolapalli
0044befaca standalone : Reverted back the signature of xil_printf.
This patch reverts back the function signature in a53,a9 and
r5 xil_printf API.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:34 +05:30
Venkata Naga Sai Krishna Kolapalli
2dee01e56d standalone : Updated copyright contents.
This patch updates the standalone files copyright information with the
latest content.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:33 +05:30
P L Sai Krishna
938554c908 emacps: 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>
2015-04-26 10:29:32 +05:30
Nava kishore Manne
f47a155f1c cpu_v2_3: Deleted the extra compiler flags. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
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: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:29:31 +05:30
Venkata Naga Sai Krishna Kolapalli
b1562d0c85 standalone : xpm_counter.c file was modified to compile for armcc.
This patch modifies xpm_counter file. Removed old notation uint32 and used u32.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:30 +05:30
Venkata Naga Sai Krishna Kolapalli
18d8e7922a uartps : xuartps_intr_example.c was modified to fix compiler warnings.
This patch modifies uartps example for fixing compiler warnings.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:29 +05:30
Venkata Naga Sai Krishna Kolapalli
874a26d2fb scugic : xscugic_example.c was modified to fix compiler warnings.
This patch modifies example to fix compiler warnings.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:28 +05:30
Venkata Naga Sai Krishna Kolapalli
11f640ffe9 emacps : 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>
2015-04-26 10:29:28 +05:30
Venkata Naga Sai Krishna Kolapalli
aa97b85c54 emacps : 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>
2015-04-26 10:29:27 +05:30
Kinjal Pravinbhai Patel
e6d6e901cb BSP: cortexa9: change in boot code
Modified boot code to enable scu after MMU is enabled and
removed incorrect initialization of TLB lockdown register in
gcc/boot.S & cpu_init.S, armcc/boot.S and iccarm/boot.s

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:29:26 +05:30
Kinjal Pravinbhai Patel
6d8be37a23 BSP: common: added new APIs for differentiating Zynq and Zynq MP
This patch includes APIs for differentiating between Zynq and Zynq
Ultrascale MP

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:29:25 +05:30
Venkata Naga Sai Krishna Kolapalli
6bc29be8b6 standalone : Modified L2CacheInvalidate API for flushing stack region in A9.
This patch modifies cortex-a9 L2CacheInvalidate API for calculating stack
region and flushing out to memory before cache invalidation. This safeguards link
register value in stack from being corrupted due to cache invalidation.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:24 +05:30
Sarat Chand Savitala
205b80bc40 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>
2015-04-26 10:29:23 +05:30
Venkata Naga Sai Krishna Kolapalli
3b3bd69fa5 wdtps : Modified wdtps driver for MISRA-C:2012.
This patch modifies wdtps for misrac rules.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:22 +05:30
Venkata Naga Sai Krishna Kolapalli
1f7ca1df87 ttcps : Modified ttcps driver for MISRA-C:2012
This patch modifies ttcps driver for misrac rules.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:22 +05:30
Venkata Naga Sai Krishna Kolapalli
24e482ef1a scugic : Modified scugic driver for MISRA-C:2012
This patch modifies scugic dirver for misrac rules.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:21 +05:30
Nava kishore Manne
a505b82b92 scugic: Modify mdd file
This modifies the mdd file to pick the correct

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:29:20 +05:30
Venkata Naga Sai Krishna Kolapalli
800c8793fb standalone : Included xil_types.h in xil_assert.h.
This patch includes the xil_types.h in missing header files like xil_assert.h,sleep.h, xil_testcache.h and xpseudo_asm_gcc.h.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:19 +05:30
Sarat Chand Savitala
1121ebabaf 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>
2015-04-26 10:29:19 +05:30
Nava kishore Manne
6f0945d1d0 drivers: ttcps: change in mdd file
This patch changes mdd file for selecting proper peripherals

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:29:18 +05:30
Nava kishore Manne
245b41d87f drivers: wdtps: change in mdd file
This patch changes mdd file for selecting proper peripherals

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:29:17 +05:30
Vishnu Motghare
73a8484b60 uartps: 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>
2015-04-26 10:29:16 +05:30
Punnaiah Choudary Kalluri
ae31a85612 emacps: Add support for Zynq Ultrascale Mp and misra c guidelines
Upgrade and make misra c compliant

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-04-26 09:58:11 +05:30
P L Sai Krishna
8296dcd0f1 spips: Modified the code according to misra-c 2012 compliance.
This patch modifies the code according to MISRA-C 2012 and
added support for ZynqMP.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-13 14:36:59 +05:30
Kedareswara rao Appana
4d44baa014 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>
2015-04-13 14:36:57 +05:30
Nava kishore Manne
16ff3b4e03 standalone : Modified namespace from HSM to HSI.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-13 14:36:57 +05:30
Venkata Naga Sai Krishna Kolapalli
93ece4087a standalone : Modified .mld file to support ZynqMP
This patch modified .mld that is required for the
unifing process of standalone code.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-13 14:36:56 +05:30
Venkata Naga Sai Krishna Kolapalli
3f6f63b07e standalone : Modified code for MISRA-C:2012 compliance.
This patch unifies standalone for both Zynq and ZynqMP
platforms. Also follows misrac guidelines.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-13 14:36:56 +05:30
Kinjal Pravinbhai Patel
9e1c9c1b60 drivers: scugic: change xscugic_hw.h for Zynq Ultrascale MP support
This patch changes maximum number of interrupt supported for adding
Zynq Ultrascale MP support

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-13 14:36:54 +05:30
Kinjal Pravinbhai Patel
a4d10f00e7 drivers: scugic: change the tcl for Zynq Ultrascale MP support
This patch changes gic tcl for Zynq Ultrascale MP support

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-13 14:36:52 +05:30
Kinjal Pravinbhai Patel
08d77eedce 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>
2015-04-13 14:36:51 +05:30
Kedareswara rao Appana
7f5da20b4f 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: Kedareswara rao Appana <appanad@xilinx.com>
2015-04-13 14:36:51 +05:30
Nava kishore Manne
72810f05bd iicps: Modified the index file.
This patch modifies the index file in examples.

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-13 14:36:51 +05:30
P L Sai Krishna
fb779db947 iicps: Added repeated start example.
This Patch add repeated start example for iicps.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-13 14:36:50 +05:30