Kishore Kumar Korathaluri
83f4966337
iomodule : Modified namespace from HSM to HSI.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:23 +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
Kishore Kumar Korathaluri
fbb6edaf03
Renaming of common TCL procs of HSM
...
CR: 767582
Wall Data:
Originally submitted from RDI_kkorath_new
Build Type: full
Test Types: pre-commits, gui pre-commits
[git-p4: depot-paths = "//Rodin/HEAD/data/embeddedsw/": change = 926519]
2014-06-03 17:15:22 +05:30
Subbaraya Sundeep Bhatta
c13d60b9ca
drivers: Update copyright for softip drivers
...
This patch updates copyright for following:
axi_7series_ddrx
axipmon
bram
cpu
hwicap
iic
intc
iomodule
mbox
mutex
mig_7series
mutex
sysmon
tft
Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-05-27 22:32:18 +05:30
Subbaraya Sundeep Bhatta
f554ecf495
embeddedsw: Check for all 1's in XIOModule_IsExpired
...
Modified XIOModule_IsExpired to check for all 1's in timer CounterReg instead
of 0's while timer expired.
Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-05-02 17:16:43 +05:30