Commit graph

4 commits

Author SHA1 Message Date
Kishore Kumar Korathaluri
13276180eb canps : Added namespace for all HSI tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-01-08 16:14:06 +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
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