Commit graph

4 commits

Author SHA1 Message Date
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
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
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