Commit graph

70 commits

Author SHA1 Message Date
Durga challa
589fcf6173 cresample: Added doxygen report.
Added doxygen report to cresample.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:13 +05:30
Jagannadha Sutradharudu Teki
e87aef2888 cresample: Modified index.html.
Modified index.html file in example folder.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:12 +05:30
Andrei-Liviu Simion
0afca23bff dptx: Updated Doxygen documentation.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:12 +05:30
Andrei-Liviu Simion
808d1b79f6 dptx: More documentation for Doxygen.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:12 +05:30
Andrei-Liviu Simion
8a5fe55ba2 dptx: Using tabs instead of 8 spaces.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:12 +05:30
Andrei-Liviu Simion
e3f77d9867 dptx: Changed the self test function and example to check register reset values.
This function will now pass without a DisplayPort cable connected.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:11 +05:30
Andrei-Liviu Simion
653c4624dd dptx: Added an audio example.
The user needs to implement Dptx_ConfigureAudioSrc and Dptx_AudioSendInfoFrame
as these functions are application-specific.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:11 +05:30
Andrei-Liviu Simion
78ee97db7f dptx: Removed example with both interrupt and timer.
Redundant since there are separate examples for both interrupt and timer
functionality.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:11 +05:30
Andrei-Liviu Simion
57cd141001 dptx: Iterate on max voltage swing during training.
Required for compliance.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:11 +05:30
Andrei-Liviu Simion
94cf07d9a9 dptx: Clean-up and commenting.
- General clean-up and commenting.
- Added comment documentation to the examples, as well as some general
information in xdptx.h.
- Examples now identify the CPU architecture using the existence of
XPAR_INTC_0_DEVICE_ID from the xparameters.h instead of the __MICROBLAZE__
macro.
- Added and renamed some files for improved integration into SDK.
- Cleaned-up documentation and code for readability.
- No longer returning XST_INVALID_PARAMETER in lieu of asserts.
- Renamed TxConfig member of the XDptx structure to Config.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:11 +05:30
Andrei-Liviu Simion
b94a087ad1 dptx: AUX transaction improvements for multiple read/writes.
AUX read and writes greater than 16 data bytes require multiple transactions.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-09-02 11:21:10 +05:30
Punnaiah Choudary Kalluri
fffe1b33b9 nandps: Fix updating the command phase register twice
Fixed updating the command phase register twice for the
flash devices that require four address cycles.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:10 +05:30
Jagannadha Sutradharudu Teki
2792f0a431 osd: Manually modified osd driver source files
Modified xosd_g.c and xosd_intr.c files of osd

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
35b5051f33 sw_apps:zynq_fsbl: Removed the PEEP code
Removed the unwanted PEEP code from FSBL

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
4bc693d0c9 sw_apps:zynq_fsbl: Remove integer.h
Remove the integer.h file FSBL src as it is present as a part of xilffs library.

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
33bd465b67 sw_apps:zynq_fsbl: Removed the redundant code present in FsblMeasurePerfTime
Removed the redundant code present in FsblMeasurePerfTime

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
d4cf4a3fc2 sw_apps:zynq_fsbl: Fallback support for AES encryption with Efuse
Fallback support for AES encryption with Efuse - Enhancement
Disabling the cache for fallback cases after authentication failure

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
e98b8c62c3 sw_apps:zynq_fsbl: MD5 related changes in FSBL
Checksum Offset value for calculation for MD5 checksum
is modified to take the relative address from the
image start address instead of exact offset specified
in partition header.

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:09 +05:30
Krishna Chaitanya
281a792f2b sw_apps:zynq_fsbl: Updated the PCAP defines with driver defines
Updated the PCAP FSBL defines with driver definitions

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:09 +05:30
Shravan Kumar A
e18f637c4c osd: Added source files
Added source files, doxygen files. Removed example.c for osd driver

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:09 +05:30
Durga challa
89c8768695 ycrcb2rgb: Modified ycrcb2rgb.
Modified doxygen reports and _g.c file.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:09 +05:30
Durga challa
6b46af85d7 ycrcb2rgb: Modified YCrCb2RGB_V7_0 driver
Modified source files, tcl file and integration files.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:09 +05:30
Shravan Kumar A
1fb4235048 osd: Added source files
Modified the source files, added selftest example, Doxygen docs

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:09 +05:30
Kinjal Pravinbhai Patel
396886d88e BSP: change for IAR compiler
This patch make changes for IAR compiler in default
handler routine for data abort and prefetch abort.

Also it contains one modification in xil_cache.c for
correct register in Xil_DCacheInvalidateRange routine
for IAR compiler.

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:08 +05:30
Kinjal Pravinbhai Patel
7cf85a2151 BSP: included xil_types.h in xil_mmu.h
This patch fixes issue of "unknown type name u32" for xil_mmu.h
file by including xil_types.h in xil_mmu.h

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:08 +05:30
Kinjal Pravinbhai Patel
dee9a0a9ec BSP: changed reset value of event counter
This patch fixes issue of incorrect reset value of event
counter in Xpm_ResetEventCounters function in src/cortexa9/xpm_counter.c file

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:08 +05:30
Shadul Shaikh
bc2cf6c6b1 vtc: Modified vtc driver
Added Xilinx coding guidelines support in vtc driver files
Modifed XVtc_GetVersion function

Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:08 +05:30
Durga challa
6b9fa5bd1c ccm: Modified xccm.h in ccm
Removed mainpage.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:07 +05:30
Durga challa
a2978ad90f ccm: Updated ccm
Added source files,ccm_selftest_example,doxygen report.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:07 +05:30
Shravan Kumar A
4753d078fd deinterlacer: Added driver source files in deinterlacer driver
Modified the following:
	deinterlacer/src/
	deinterlacer/data/
	deinterlacer/doc/
Added the following:
	deinterlacer/examples/

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:06 +05:30
Shakti Bhatnagar
28e65b5420 usbps: Modified xusbps.h for compiler warning.
Removed compiler warnings after modifying xusbps.h

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:05 +05:30
Shadul Shaikh
41a092433c ycrcb2rgb: Added new implementation in ycrcb2rgb
Added new APIs for offset compensation, clippling, clampling,
coefficients, throughput monitor and get version
Added examples

Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:05 +05:30
Jagannadha Sutradharudu Teki
52fe1ae48b drivers: axiethernet, emaclite, emacps: Added props files
Added dependencies.props files on axiethernet, emaclite, emacps
drivers.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-09-02 11:21:04 +05:30
Shadul Shaikh
dbd5fb060f rgb2ycrcb: Added files in rgb2ycrcb
Added source files, integration files and examples.
Added new functionality for coefficients, clipping and clamping features.

Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:04 +05:30
Harini Katakam
2eed19c07f iicps: Changes in enable slave monitor API
When enabling slave monitor, clear FIFO, set to read mode and
set transfer size register to 0.
Disable NACK interrupt to avoid being interrupted on every retry.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-09-02 11:21:03 +05:30
Harini Katakam
9a4721c616 iicps: Revert changes made in iicps
Revert changes in existing version of driver. New minor version
needs to be created.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-09-02 11:21:03 +05:30
Krishna Chaitanya
cf6c0895e2 sw_apps:zynq_fsbl: Updated the permissions for FSBL files
Updated the permissions of sources files[c/h] in src and misc
folder to 644.

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:03 +05:30
Subbaraya Sundeep Bhatta
fd08fcbb10 hwicap: Fix compilation failure for icap data widths 8/16
Fix compilation failure for icap data widths 8/16

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:02 +05:30
Shravan Kumar A
8170d468e0 cfa, enhance: Add updates on example/index.html
Added code changes on
- cfa/examples/index.html
- enhance/examples/index.html

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
2014-09-02 11:21:01 +05:30
Shravan Kumar A
31d5d373fe cfa: Added files to cfa driver.
Added source files, integration files, self test example,
mdd and tcl files to cfa driver.

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:01 +05:30
Shravan Kumar A
3e69599b57 enhance: Added files to enhance driver.
Added source files, integration files, self test example,
mdd and tcl files to enhance driver.

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:00 +05:30
Harini Katakam
4d2c0a528e iicps: Slave monitor mode changes
When enabling slave monitor, clear FIFO, enable read mode and clear
the transfer size register.
NACK interrupt should not be enabled as this will lead to the sw
being interrupted everytime a retry fails.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-02 11:21:00 +05:30
Srikanth Thokala
cb889f976a bsp: Define intptr and ptrdiff types
This patch defines intptr and ptrdiff types.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:00 +05:30
Srikanth Thokala
fd8550d509 bsp: Use data types that are defined in stdint.h
This patch uses the data typess from stdint.h (in the toolchain
instead of type defining standard data types.  This addition
makes the file xil_types.h independent of 32/64-bit platform.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:00 +05:30
Kinjal Pravinbhai Patel
ba3fd939c8 BSP : Added notes for the Xil_ExceptionInit function in xil_exceptio.c
This patch adds notes for the  Xil_ExceptionInit function for
modification of exception handler initilization.

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:00 +05:30
Kinjal Pravinbhai Patel
84e5fc4775 BSP: Added weak attribute into functions of BSP which are also present in tool chain
This patch fixes issue of multiple definition of function in
toolchain and BSP for some special cases.

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:59 +05:30
Kinjal Pravinbhai Patel
ed539f88e4 BSP: Makefile for armcc has been changed for proper linking of translation_table.s
This patch fixes the issue of improper linking of translation_table.s
by changing the cortexa9/armcc/Makefile

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:59 +05:30
Kinjal Pravinbhai Patel
4830d9527a BSP: Enabled asynchronous abort exception and added dafault exception handler for data abort and prefetch abort
This patch enables asynchronous abort exception in boot.s and
adds default exception handler for data abort and prefetch abort
for debug purpose.

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:20:59 +05:30
Punnaiah Choudary Kalluri
f36791aa29 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-09-02 11:20:59 +05:30
Durga challa
21d3391032 tpg: Modified index.html file.
Index.html file of example folder is modified.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
2014-09-02 11:20:58 +05:30