Commit graph

4 commits

Author SHA1 Message Date
Nava kishore Manne
398cbdc152 lib:sw_services:standalone drivers license changes
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-05-15 14:48:25 +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
Harini Katakam
c97a9104c7 lib: sw_services: Update copyright
This patch updates the copyright for the following libraries:
xilffs
xilflash
xilisf
xilmfs
xilrsa
xilskey

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-05-28 11:39:42 +05:30
Harini Katakam
55a9795fc2 embeddedsw: xilrsa fix for CR#783276
Add error when xilrsa is selected for processors other than cortexa9.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-04-17 18:26:03 +05:30