Commit graph

165 commits

Author SHA1 Message Date
Durga challa
0946e1fa38 Deinterlacer: Modified bit definitions
Modified bit definitions of color mode and version register.
Modified InReset macro.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-26 19:50:10 +05:30
Durga challa
89b8be43ac OSD: Updated doxygen reports.
Deleted extra files at location /doc/html/ and updated report.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-26 19:50:10 +05:30
Durga challa
95ce63b764 OSD: Modified source files of osd.
Modified condition of error interrupt, asserts and backward compatability.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-26 19:50:09 +05:30
Durga challa
545fd2f05a enhance: Modified tcl file.
Added slaveaxis freq in tcl file.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-26 19:50:09 +05:30
Durga challa
f78034e013 tpg: Modified interrupts.
Modified interrupts in source files.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:53 +05:30
Durga challa
e8ebe57855 Deinterlacer: Modified Interrupt Disable functional macro.
Modified IntrDisable macro.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:53 +05:30
Durga challa
0a595cabe5 Deinterlacer: Modified source files
Modified source files and doxygen report is updated.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:53 +05:30
Krishna Chaitanya Patakamuri
3e34f20971 sw_apps:zynq_fsbl: Changes for IAR compiler
Modified code for IAR compilation

Signed-off-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
2014-09-02 11:21:52 +05:30
Subbaraya Sundeep Bhatta
25f36a6485 hwicap: fix incorrect modification history
fix incorrect documentation in xhwicap.h

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2014-09-02 11:21:52 +05:30
Shakti Bhatnagar
2f74215400 devcfg_v3_2: Added xdevcfg_reg_readback_example.c
Added example for reading back the configuration
registers from PL region.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-09-02 11:21:52 +05:30
Shakti Bhatnagar
1422ed5ed9 devcfg: Modified XDcfg_PcapReadBack() function
Modified the function by replacing
XDCFG_INT_STS_OFFSET) &
XDCFG_IXR_D_P_DONE_MASK) ==
XDCFG_IXR_D_P_DONE_MASK);
    with
XDCFG_INT_STS_OFFSET) &
XDCFG_IXR_D_P_DONE_MASK) !=
XDCFG_IXR_D_P_DONE_MASK);

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-09-02 11:21:52 +05:30
Harini Katakam
e905809c96 qspips: Remove warning and update version
Remove unused variable.
Update version in examples/index.html

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-02 11:21:51 +05:30
Harini Katakam
d7451aeaa0 iicps: Update version number and modification history
Update modification history.
Update version in examples/index.html

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-02 11:21:51 +05:30
Punnaiah Choudary Kalluri
a4da4eaab6 usbps: Add revision history
Added revision history.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-09-02 11:21:51 +05:30
Punnaiah Choudary Kalluri
7eedf10036 dmaps: Add revision history
Added revision history.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-09-02 11:21:51 +05:30
Kedareswara rao Appana
b2a72ec74f doxygen: update doxygen for the scutimer driver.
This patch updates the doxygen for the scutimer driver.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:50 +05:30
Kedareswara rao Appana
783617f75b canps: Update modification history
This patch updates the modification history
for the canps driver for the changes made in the driver canps.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:50 +05:30
Durga challa
80f7997e7e vtc: Modified doxygen report.
Doxygen report is updated according to latest modifications.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:49 +05:30
Durga challa
5050580f79 vtc: Modified vtc driver.
Modified vtc sorce files and example file.
changed offsets in xvtc.h file.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:49 +05:30
Durga challa
4b76b9679b scaler: Added integration files.
Added integration files to scaler.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:47 +05:30
Durga challa
93cb2b2a2e scaler: Added doxygen report.
Added updated doxygen report.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:47 +05:30
Durga challa
88becef139 scaler: Modified source files.
Modified TCL file, source files, and renamed example.c
as scaler_example.c

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:21:46 +05:30
Shakti Bhatnagar
181ed05d3d spips: Added xspips_slave_polled_example.c
Added example application to test spips controller in slave
configuration for polled mode data transfer.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-09-02 11:21:46 +05:30
Kedareswara rao Appana
6a08b60322 doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
wdtps,wdttb,xadcps,usb,usbps to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:46 +05:30
Kedareswara rao Appana
2a550bf65e doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
trafgen,ttcps,uartlite,uartns550,uartps to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:43 +05:30
Kedareswara rao Appana
9a24a3184e doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
spi,spips,srio,sysmon,tmrctr to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:40 +05:30
Kedareswara rao Appana
86bd3b7ed3 doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
llfifo,mbox,mig_7series,mutex,nandps to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:38 +05:30
Kedareswara rao Appana
8933d11dd5 doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
hwicap, iomodule, intc , iic , iicps to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:36 +05:30
Kedareswara rao Appana
659fb81abd doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
emaclite,dmaps, emacps,gpio,gpiops to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:33 +05:30
Kedareswara rao Appana
f20ccd3175 doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
axivdma, can, canps ,devcfg , bram  to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:31 +05:30
Kedareswara rao Appana
7e9c762d45 doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
axicdma,axidma, axipcie,axietherent,axipmon to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:28 +05:30
Kinjal Pravinbhai Patel
df0b3b1a00 BSP: modified iccarm makefile
this patch modifies makefile of cortexa9/iccarm for proper linking of object file

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-09-02 11:21:25 +05:30
Kedareswara rao Appana
297266c370 uartns550: handle device_id value in cannoical definitions properly
This patch fixes the issue Canonical Definition of Multiple
Instances of UARTSNS550 have the same Device Id.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:25 +05:30
Andrei-Liviu Simion
8deec4b397 dptx: Updated Doxygen documentation.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:25 +05:30
Andrei-Liviu Simion
a448e98992 dptx: Added a method for overriding the user pixel width of the MSA structure.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:25 +05:30
Andrei-Liviu Simion
5c5f8b85a6 dptx: MST: Limit the number of streams to configure based on IP configuration.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:24 +05:30
Andrei-Liviu Simion
91575b5dc2 dptx: Changed stream indices to start from 0 instead of 1.
Next IP documentation release will follow this convention as well.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:24 +05:30
Andrei-Liviu Simion
d2697a6631 dptx: Update examples.
Testing with the new IP configuration parameter (payload data width) required
some changes to the examples.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:24 +05:30
Andrei-Liviu Simion
fa10a1a066 dptx: Handle new IP configuration parameter.
GT data width.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:24 +05:30
Andrei-Liviu Simion
adc89fae61 dptx: Allow introduction of AUX and sideband message latency delays.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:24 +05:30
Andrei-Liviu Simion
2ebd71bd56 dptx: Exporting additional IP configuration parameters.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:23 +05:30
Durga challa
37cee8b315 vtc: Modified VTC_V6_1 driver
Modified intr.c file if conditions and xvtc.c file.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:23 +05:30
Andrei-Liviu Simion
0ef01dc0d1 dptx: MST: Updated Doxygen documentation with MST content.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:23 +05:30
Andrei-Liviu Simion
d3a9371163 dptx: Fixed a Doxygen parameter comment.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:23 +05:30
Andrei-Liviu Simion
c630ec3c33 dptx: MST: Rearranged some example code.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:22 +05:30
Andrei-Liviu Simion
51622b762f dptx: MST: Added remote EDID read function.
Also, rearranged/grouped the GUID functions with the EDID read function as
"utility" functions.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:22 +05:30
Andrei-Liviu Simion
ee6966c323 dptx: Removed EDID structure from Dptx structure.
Instead, moved it to the application level and functions operating on the Edid
take a pointer to the Edid as an argument.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:22 +05:30
Andrei-Liviu Simion
701b2bca5f dptx: Added user control of custom voltage swing and pre-emphasis TX levels.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:22 +05:30
Andrei-Liviu Simion
be98293a83 dptx: Fixed some bugs introduced with asserts.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:22 +05:30
Andrei-Liviu Simion
a5ac285040 dptx: Fixed some asserts.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:22 +05:30