Commit graph

737 commits

Author SHA1 Message Date
Rohit Consul
06de4b6538 vprocss: Added video processing subsystem driver
Video processing subsystem driver is added to the repo. This
driver currently is associated with a non-HIP version of the
IP. No makefile available. Hard-coded g.c file used, but not
included.

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:58 +05:30
Rohit Consul
a93e316656 v_letterbox: Added new driver
HLS generated driver along with manually written layer 2. Driver
tcl update is pending

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:57 +05:30
Rohit Consul
531499fd65 v_vcresampler: Added new driver
HLS generated driver along with manually written layer 2. Driver
tcl update is pending

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:56 +05:30
Rohit Consul
f37b5011ea v_hcresampler: Added new driver
HLS generated driver along with manually written layer 2. Driver
tcl update is pending

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:55 +05:30
Rohit Consul
1de32ec506 v_vscaler: Added new driver
HLS generated driver along with manually written layer 2. Driver
tcl update is pending

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:54 +05:30
Rohit Consul
53e26fcadc v_hscaler: Added new driver
HLS generated driver along with manually written layer 2. Driver
tcl update pending

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:53 +05:30
Rohit Consul
a88d54eb11 v_deinterlacer: Added new driver
HLS generated driver along with manually written layer 2. driver
tcl update pending

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:52 +05:30
Rohit Consul
c9796ae1ff v_csc: Driver for CSC core
HLS generated Layer 1 driver for csc core along with
manually written layer 2. Pending update of driver tcl

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:25:51 +05:30
P L Sai Krishna
b9158b38d7 qspipsu: Renamed v1.1 as v1.0
This patch renames v1.1 as v1.0 and removed all 1.1
instances inside driver.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-04 15:52:00 +05:30
P L Sai Krishna
d10ca2f749 qspipsu: Deleted v1.0
This patch deletes qspipsu v1.0

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-04 15:51:55 +05:30
Jyotheeswar Reddy
e4671ddd37 cpu_v2_3: Generate compiler flags for psu_microblaze
Compiler flags for psu_microblaze BSP, based on HW IP parameters, are not being generated by HSI. This is being done for normal microblaze by an unknown entity in the build flow and the same is being figured out. However the same flags can be generated by using cpu tcl and this work-around is implemented here.

Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com>
2015-06-03 12:49:13 +05:30
Jyotheeswar Reddy
04f5a3cfbf cpu_v2_3: Generate parameters specifically for psu_microblaze
PMU Microblaze related parameters are generated into xparameters.h based on the IP parameters.
This tcl generates parameters with prefix XPAR_MICROBLAZE so that they can be used with generic microblaze bsp/drivers.
Clock frequency param is also generated based on C_FREQ param of psu_microblaze IP.

Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com>
2015-06-03 12:49:12 +05:30
Rohit Consul
7e056740a6 video_common: Textual aligment on ReportStreamInfo API
Aligned the stream info prints on UART to make them
consistent and readable

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-05-29 12:12:12 +05:30
Rohit Consul
96929a7703 video_common: Fixed search algo for resolution less than supported
check for boundary case when mid=0 before decrementing

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-05-29 12:12:11 +05:30
Rohit Consul
cfe280bd79 video_common: Modify timing table
Added 4K2k 50Hz
Updated sync polarities for some of the timing

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-05-29 12:12:10 +05:30
Rohit Consul
2e6b879118 video common: Changed version in mdd
Updated mdd with new version number

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-05-29 12:12:08 +05:30
Rohit Consul
e64e1a68f9 video_common: Change version no to 1.1
Update version to 1.1 from 1.0
Deprecate v1.0

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-05-29 12:12:07 +05:30
Shadul Shaikh
687df342d8 dual_splitter: Added example for driver
Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
2015-05-27 18:05:14 +05:30
Shadul Shaikh
16dd939afc dual_splitter: Added new driver Dual Splitter
Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
2015-05-27 18:02:20 +05:30
naga sureshkumar relli
784faa52e1 uartns550_v3_3: Updated the Modification History
This patch updates the Modification history.

Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-05-26 18:27:46 +05:30
P L Sai Krishna
6574c9ffbd spips_v3_0: Modified the SPI flash examples.
This patch modifies the SPI flash examples to support for
Zynq Ultrascale MPSoC. In zynq we are selecting the hardware
using chip select 0 where as in Zynq Ultrscale MPSoC we have
to use chip select 1 to select the hardware and we are using
different interrupt id's for Zynq and Zynq Ultrascale MPSoC.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-25 11:14:59 +05:30
Kedareswara rao Appana
dd46e3ffe4 llfifo: doc: Update documentation
This patch updates the doc for the driver.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-05-21 11:10:33 +05:30
naga sureshkumar relli
db67e30577 canfd_v1_0: Update CanFd Data swaping issue when EDL is Zero.
This patch updated the canfd Data swaping issue and updated the
AFRID and AFRMASK offsets to correct values.

Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-05-20 12:04:50 +05:30
P L Sai Krishna
318320f485 devcfg_v3_3: Modified the index file.
This patch modifies the index file for devcfg.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-20 11:40:42 +05:30
Subbaraya Sundeep Bhatta
7691a7af63 sysmon: modify index.html for current version
modified index.html for current driver version

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-05-20 11:27:12 +05:30
Subbaraya Sundeep Bhatta
6c0c9aaf24 xadcps: modify index.html for current version
modified inedx.html and copyright.

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-05-20 11:23:01 +05:30
P L Sai Krishna
d9e7b7cf40 devcfg_v3_3: Updated the version in mdd file.
This patch modifies the version number in mdd file.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-19 16:05:49 +05:30
Subbaraya Sundeep Bhatta
2023ea582c xadcps: fix incorrect device config base address
Modified to use correct device config base address

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-05-18 16:02:16 +05:30
Subbaraya Sundeep Bhatta
1ca9de4bfb xadcps: Add new version 2.2
Added new version 2.2 and deprecated 2.1

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-05-18 16:02:16 +05:30
Kedareswara rao Appana
25909c6148 llfifo: Update Register offsets in AXI4 data path as per latest IP version
This patch updates the register offsets in the AXI4 data path
as per latest IP version(v4.1).
The addresses are changed to accommodate increased data width.
With old address map and increased data width user had to generate AXI4 unaligned transactions.
Therefore, the address map was changed for ease of use in the IP.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-05-16 09:10:56 +05:30
Kedareswara rao Appana
86997cfd31 llfifo: Add llfifo_v5_0 and Deprecate llfifo_v4_0
Add llfifo_v5_0 deprecate llfifo_v4_0.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-05-16 09:10:55 +05:30
P L Sai Krishna
5c1e76fb33 qspipsu_v1_1: Modified the ByteCount requested for ReadId.
This patch modifies the byte count requested for ReadId and
Flash Status.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-14 22:08:48 +05:30
P L Sai Krishna
0eeddf5269 qspipsu_v1_1: Removed alignment for buffers.
This patch removes the alignment for buffers except Rx data
buffer.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-14 22:06:24 +05:30
P L Sai Krishna
fad3ad8375 qspipsu_v1_1: Less than 8 byte requests are done in IO mode.
This does following things
1. For lees than 8 byte requests, done in IO mode.
2. One dummy GenFifo entry at the end in case of IO mode.
3. used memcpy while filling TxFifo.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-14 22:06:23 +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
Shadul Shaikh
daea1680c9 axis_switch: Added example for driver
Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
2015-05-13 12:23:42 +05:30
Shadul Shaikh
a00dbcfed4 axis_switch: Added new driver Axi4-Stream Switch Control router
Signed-off-by: Shadul Shaikh <shaduls@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
2015-05-13 12:23:41 +05:30
P L Sai Krishna
97f9e315c6 qspipsu_v1_1: Modified the tcl file and related c files.
This patch updated the .tcl file to import bus width and
updated the driver instance.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-07 22:00:08 +05:30
P L Sai Krishna
dcf79611f8 qspipsu_v1_1: Modified the code according to Misrac 2012.
This patch modifies the code according to Misrac 2012.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-07 22:00:07 +05:30
Subbaraya Sundeep Bhatta
1dd455366e sysmon: Modify temperature transfer function for Ultrascale
Modified temperature transfer function for Ultrascale.

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-05-07 21:19:48 +05:30
Subbaraya Sundeep Bhatta
603530af24 sysmon: Add new version 7.1
Added new version 7.1 and deprecated old version 7.0

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-05-07 21:19:48 +05:30
naga sureshkumar relli
edc320c043 uartns550: Clock Divisor Enhancement
This patch fixes the bug in uart clock divisor when setting baud rate.

Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-05-05 23:09:17 +05:30
naga sureshkumar relli
bc3c5274cf Deprecated old uartns550_v3_2 created new uartns550_v3_3
Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-05-05 23:09:17 +05:30
Harini Katakam
daedbcdf08 qspipsu: Change comment about bus width of dummy entry
The recommendation from design is to have bus width of dummy entry =
bus width of address phase (whether this is 1, 2 or 4).
This code will remain same irrespective of QEMU. Hence change the comment.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-05-04 10:57:42 +05:30
P L Sai Krishna
b2ef81cba0 qspipsu_v1_1: Added returns for failure cases in examples.
This patch add returns for failure cases in examples.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-04 10:57:41 +05:30
P L Sai Krishna
6fcd63974f qspipsu_v1_1: Modified the code according to MISRAC.
This patch modifies QSPIPSU source code according to
MISRAC-2012.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-04 10:57:39 +05:30
naga sureshkumar relli
e21adc57a5 canfd_v1_0: Fix for compilation errors in canfd driver
This patch fixes the compilation errors in canfd
driver.

Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-04-27 17:26:51 +05:30
Venkata Naga Sai Krishna Kolapalli
2ffa12ed7c gpiops_v3_1 : Convert 3-line comments to 1-liners.
Driverwide, scripted change to convert 3-line
comments to single line comments.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-22 11:48:33 +05:30
Venkata Naga Sai Krishna Kolapalli
3357570898 uartps_v3_1 : Convert 3-line comments to 1-liners
Driverwide, scripted change to convert 3-line comments
to single line comments.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-22 11:30:15 +05:30
Venkata Naga Sai Krishna Kolapalli
80408dd5fd uartps_v3_1 : Modified interrupt example to support ZynqMP.
This patch adds support to Zynq Ultrascale+ MP for interrupt
example.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-22 11:30:14 +05:30