Commit graph

16 commits

Author SHA1 Message Date
Punnaiah Choudary Kalluri
d10f762a49 emacps: Remove PEEP board related code
Remove PEEP board related code.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-03 09:38:41 +05:30
Punnaiah Choudary Kalluri
70384a8fc5 emacps: Include examples only when interrupt line is configured
Don't include examples when interrupt is not connected

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-03 09:38:39 +05:30
Om Mishra
305a4ece09 emacps_v3_0: modification has been done for example with respect to version id register
This patch includes modificatin for example of emacps_v3_0 driver
on Zynq and Zynq ultrascale MP

Signed-off-by: Om Mishra <omprakas@xilinx.com>
2015-01-22 18:04:46 +05:30
Om Mishra
46fa02ba07 emacps_v3_0: modification has been done with respect to versioin id register
This patch has modified source code  of emacps_v3_0 driver on
Zynq and Zynq ultrascale MP

Signed-off-by: Om Mishra <omprakas@xilinx.com>
2015-01-22 18:04:46 +05:30
Suneel Garapati
2863b7fd43 emacps : added common namesapce to all common tcl commands.
Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
2015-01-22 11:52:56 +05:30
Kedareswara rao Appana
6973baf6a7 gem: Don't include gem in peripheral test when configured with pcs/pma core
When gem is configured with pcs/pma core for
configuring the clocks it requires additional iic programming
other wise peripheral test won't work.
Don't include gem in peripheral test when configured with pcs/pma core.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-01-21 11:40:14 +05:30
Kishore Kumar Korathaluri
72f3806f11 emacps : added namespace for all HSI TCL commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-01-08 16:14:47 +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
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
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
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
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
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