Commit graph

18 commits

Author SHA1 Message Date
Punnaiah Choudary Kalluri
56994e13ee dmaps: Update copyright year in source files and examples
Update copyright year in source files and examples

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Nava kishore Manne <nava.manne@xilinx.com>
2015-09-01 11:29:39 +05:30
Nava kishore Manne
607a6324f3 Drivers: Retain @details only in the primary header file.
Removed all other instances.

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-07-13 18:30:19 +05:30
Nava kishore Manne
146cd64c83 Doxygen changes for drivers 2015-06-12 12:50:09 +05:30
Nava kishore Manne
0c9ca599cf Drivers:standalone drivers license changes.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-05-13 17:05:11 +05:30
Kishore Kumar Korathaluri
81ffad7754 dmaps : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-02-04 15:57:44 +05:30
Venkata Naga Sai Krishna Kolapalli
c6c2fa31d6 dmaps_v2_1 : Modified logic in "if statement"
This patch fixes the error logic in the if statement.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-02-02 13:15:38 +05:30
Kishore Kumar Korathaluri
f931097fd0 dmaps : added common namespace to all common tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-01-22 11:37:16 +05:30
Venkata Naga Sai Krishna Kolapalli
1f3966c88a dmaps_v2_1 : Modified logic in "if statement".
This patch fixes the incorrect logic present in
"if statement". Fixes armcc compiler warnings.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-01-20 15:19:38 +05:30
Kishore Kumar Korathaluri
55810b43b5 dmaps : added namespace for all HSI TCL commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-01-08 16:14:45 +05:30
Kishore Kumar Korathaluri
1b6371dbcb dmaps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:13 +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
Punnaiah Choudary Kalluri
f312657b7f dmaps: Add revision history
Added revision history.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-08-26 14:45:49 +05:30
Kedareswara rao Appana
8641cb88f6 doxygen: update driver examples index.html file to latest version
This patch updates the driver examples index.html file to the latest
verison's of the driver.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-08-26 12:33:41 +05:30
Punnaiah Choudary Kalluri
3048fdcdfb dmaps: Fix iarcc compiler and linker erros
Fixed iarcc linker error and compiler error

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-08-01 23:27:16 +05:30
Punnaiah Choudary Kalluri
a656eeaa1b dmaps: Minor cleanup
Removed xil_printf messages that are confusing the regression
test results analyzer.
Fixed the incorrect header file inclusions.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-07-10 14:52:55 +05:30
Punnaiah Choudary Kalluri
0b2b088c58 dmaps: Fix ARMCC compiler reported error
Fixed the compilation error pointing to __inline type specifier

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-07-02 23:11:29 +05:30
Punnaiah Choudary Kalluri
ede9e3ab60 dmaps: Fix IAR compiler reported error
Fixed the compilation error pointing to __inline type specifier

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-06-23 17:26:53 +05:30
Punnaiah Choudary Kalluri
b5e3f579a7 dmaps: Create new minor version and deprecate the older one
Created new version v2_1 and deprecated the version v2_0.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-06-23 17:26:04 +05:30