Commit graph

737 commits

Author SHA1 Message Date
Andrei-Liviu Simion
2147c179cf dp: mst: Removed unneeded data from the link address reply structure.
- ReplyType: The driver already checks for NACK elsewhere.
- RequestId: The link address reply will always carry the LINK_ADDRESS tag.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:14 +05:30
Andrei-Liviu Simion
2a2726b7a9 dp: mst: Fixed XDp_SendSbMsgFragment comment to reflect new TX/RX commonality.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:13 +05:30
Andrei-Liviu Simion
3f2598ff25 dp: rx: mst: Functionality to break a sideband message into multiple fragments.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:13 +05:30
Andrei-Liviu Simion
8f1e0f1d99 dp: mst: Renamed CRC functions to indicate commonality between RX and TX cases.
Both RX and TX cases use the CRC functions so having *Tx* in the function name
is incorrect.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:12 +05:30
Andrei-Liviu Simion
4f870ba9da dp: mst: Modified body CRC calculation to handle fragmented sideband messages.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:12 +05:30
Andrei-Liviu Simion
d18040e44d dp: mst: Modified XDp_SendSbMsgFragment to handle both RX and TX cases.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:11 +05:30
Andrei-Liviu Simion
6f95aee007 dp: mst: Renamed sending a sideband message to reflect RX and TX commonalities.
Both RX and TX use XDp_SendSbMsgFragment as a base layer for sending messages.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:11 +05:30
Andrei-Liviu Simion
05ab36ac68 dp: mst: Updated the sideband message body structure for larger messages.
Larger messages will need to be split into multiple fragments.
- The MsgData member carries all information.
- The FragmentNum member indicates the last fragment processed.
- The header reflects the latest fragment.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:10 +05:30
Andrei-Liviu Simion
c2b18c9244 dp: rx: mst: Add support to write down reply in response to a sideband message.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:10 +05:30
Andrei-Liviu Simion
cf7f6f2126 dp: mst: Both RX and TX use the transaction to message format helper function.
Changed naming to reflect commonality.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:09 +05:30
Andrei-Liviu Simion
40a6c28bcf dp: rx: mst: Added interrupt handlers.
1) Down request for MST sideband messages TX to RX.
2) Down reply for MST sideband messages from RX to TX.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:08 +05:30
Andrei-Liviu Simion
8bbd926b0b dp: rx: Initialization now enables PHY reset during training and rate changes.
The IP documentation "recommends" enabling the following:
- Issuing reset at every training iteration.
- Issuing reset at every link rate change.
- Issuing reset at start of training pattern 1.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:08 +05:30
Andrei-Liviu Simion
1c42a7097b dp: tx: Added sink count register field definitions.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:07 +05:30
Andrei-Liviu Simion
6b2f2b94b5 dp: tx: Removed interrupt masking from the interrupt handler.
No need for this since the handler will never be called if the interrupts are
masked in the first place.

Also, by default, nested interrupts are disabled and it is up to the user to
explicitly request nested interrupts - allow this.

The interrupt mask should already apply in hardware.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:06 +05:30
Andrei-Liviu Simion
e19f8a680f dp: tx: Minor clean-up for readability.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:06 +05:30
Andrei-Liviu Simion
f016a6d3cd dp: tx: Re-enable link after the training pattern disabled.
Even if link training succeeds, sometimes, the link will fall if the link is
enabled prior to the training pattern being turned off.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:05 +05:30
Andrei-Liviu Simion
332ba9d225 dp: tx: Training should fail if clock recovery fails on max voltage.
As required by DisplayPort compliance, the clock recovery sequence should
fail if all lanes haven't completed clock recovery on the first attempt
using the maximum voltage swing supported.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:05 +05:30
Andrei-Liviu Simion
78cccda094 dp: tx: Always ensure that any pending AUX transactions have completed.
Prior to initiating a new AUX transaction, always ensure that any pending
transactions have completed.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:04 +05:30
Andrei-Liviu Simion
2cb307c7d5 dp: tx: Ensure that for AUX transactions, the received bytes matches.
Verify that the AUX transaction replied with the expected number of bytes.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:03 +05:30
Andrei-Liviu Simion
11f81b0d62 dp: tx: Modified waiting on AUX reply to operate on REPLY_STATUS.
AUX reply now makes use of the REPLY_STATUS register rather than
INTERRUPT_STATUS. It seems that INTERRUPT_STATUS may be updated before
REPLY_STATUS gets updated, resulting in a race condition.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:01 +05:30
Andrei-Liviu Simion
9b8536c1aa dp: Updated to version to 2.0.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:01 +05:30
Andrei-Liviu Simion
903d859429 dp: New version v2.0.
Copied v1.0 directory to v2.0.

Deprecated version 1.0.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:00 +05:30
Kalyani Tummala
633480b43e intc: Prevent the duplication of entries
if one xconstant is used for multiple lines then there are multiple entries
created. Prevent the same.

Signed-off-by:  Kalyani Tummala <kalyani@xilinx.com>
Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
2015-07-01 12:01:53 +05:30
Shubhrajyoti Datta
e703803892 intc: Create a new version v3.4
This patch creates a new v3.4 of intc driver and deprecates older v3.3.

Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
2015-07-01 12:01:52 +05:30
Kinjal Pravinbhai Patel
af8728de98 drivers: scugic: added XScuGic_InterruptMaptoCpu API to scugic
This patch adds API XScuGic_InterruptMaptoCpu for mapping the
interrupts to specified cpu

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-06-26 16:56:17 +05:30
Nava kishore Manne
7a7303eaaf Changed the file format from PC to UNIX 2015-06-23 16:32:15 +05:30
Kinjal Pravinbhai Patel
d240f28ea4 drivers: scugic: added support for peripheral test for ZynqMP SOC
This patch modifies testapp tcl to support peripheral test for
ZynqMP SOC by checking for a processor name

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-06-22 15:12:29 +05:30
Kinjal Pravinbhai Patel
de71767f08 drivers: scugic: deprecated version 3.0 and created a new minor version 3.1
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-06-22 15:11:20 +05:30
naga sureshkumar relli
0458436f41 canfd_v1_0: Updated the driver as per new RTL change.
This patch updates the canfd driver as per new RTL
changes.

Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-06-20 13:08:17 +05:30
P L Sai Krishna
cc4798846a qspipsu: Added Tx/Rx flags in the examples.
This patch modifies the examples for adding Rx/Tx
flags to check writing/reading.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-20 13:08:15 +05:30
Kedareswara rao Appana
ec3aa65779 axiethernet: Add support for Hier IP
The axiethernet ip contains 3 inbuilt blocks init
--> Axi Ethernet MAC
--> Axi Etherent BUF
--> PCS/PMA Core

During the vivado version < 2015.2 the axiethernet ip
being exported to hdf in flat mode and the hsi opens this in flat mode.
But from 2015.3 build onwards the axiethernet ip is tagged as core in the vivado
and hsi will open the ip in hier IP mode(hierarchy) means for user only
top level axiethernet instance will be visible and it will contains all
the properties related to the sub-cores.

In order to allow backward compatabilty
---> If a xml/hdf file which got created with the vivado version < 2015.3 being exported to
the sdk >= 2015.3.
---> Two drivers will be active to resolve this issue.
---> axiethernet_v4_4 will be attached to BUF this will fix the backward compatabilty issue.
---> axiethernet_v5_0 will be attached to top level block for newer features.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-20 13:08:14 +05:30
P L Sai Krishna
e0c1612b9e qspipsu: Removed NULL checks for Rx/Tx buffers.
This patch removes NULL pointer checks for Rx/Tx
buffers since writing/reading from 0x0 is permitted.
Used Tx/Rx flags to check for Writing/reading.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-20 13:08:13 +05:30
Punnaiah Choudary Kalluri
d29f063136 nandpsu: Fix timeout error for erase operation on slower devices
The current timeout value is not enough for erase operation on slower
devices. so increasing the timeout value and also added usleep for
timeout routine to have a precise timeout.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-06-20 13:08:12 +05:30
Kedareswara rao Appana
72d89bdf72 axiethernet: Add axiethernet_v5_0 and Deprecate axiethernet_v4_4
This patch Adds axiethernet_v5_0 and deprecates axiethernet_v4_4.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-20 13:08:10 +05:30
P L Sai Krishna
7fab5b8308 qspips: Support for Macronix part in g128 example.
This patch add support for Macronix 512Mb flash and
corrected the if condition logic, by replacing equal-to
operator with equality operator.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-17 15:20:30 +05:30
Venkata Naga Sai Krishna Kolapalli
bc29600582 Coresight : Add support for Zynq Ultrascale+ MP.
This patch adds coresight DCC driver support for
Zynq Ultrascale+ MP platform.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-06-17 15:13:24 +05:30
Venkata Naga Sai Krishna Kolapalli
372c9797d2 coresight : Add new version and deprecate old one.
This patch creates a new v1.1 of coresight driver and
deprecates older v1.0.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-06-17 15:13:22 +05:30
P L Sai Krishna
32bcd2b1fc qspipsu: Modified if condition logic for ReadId API in examples.
This patch modifies the if condition logic for ReadId
function in examples by replacing equal-to operator
with equality.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-17 15:02:55 +05:30
P L Sai Krishna
fdf41ec349 qspipsu: Modified Bus width during dummy phase in examples.
This patch modifies the Bus width value during dummy phase
in examples since it is recommended to be same as in
data phase.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-17 15:02:53 +05:30
Nava kishore Manne
146cd64c83 Doxygen changes for drivers 2015-06-12 12:50:09 +05:30
Venkata Naga Sai Krishna Kolapalli
6769624eed rtcpsu_v1_0 : Add new driver to RTC module.
This patch adds new driver for RTC component.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-06-10 21:06:46 +05:30
VNSL Durga
71f3adb973 Deinterlacer: Modified ip version in mdd file
Signed-off-by: VNSL Durga <vnsldurg@xilinx.com>
2015-06-09 16:42:43 +05:30
Rohit Consul
3f2d727105 vprocss: Update to use subcore model parameters
Underlying subcores now use model parameters to get the static
configuration. Update the subsystem drivers to use this
information. Also user defined scaler cofficient table is moved
to application code

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:45 +05:30
Rohit Consul
d75c905bab v_vscaler: Update tcl to include model parameters
Updated tcl file to include model parameters. Also updated the
code to use new parameters instead of hard-coded values defined
earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:43 +05:30
Rohit Consul
ebb231f6f7 v_vcresampler: Update tcl to include model parameters
Updated the tcl and mdd files to define model parameters. Updated
the code to use new parameters instead of hard-coded values
defined earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:42 +05:30
Rohit Consul
68e90be08d v_letterbox: Update tcl to include model parameters
Updated the tcl and mdd files to define model parameters.
Updated the code to use new parameters instead of hard-coded
values defined earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:40 +05:30
Rohit Consul
965a8ffb21 v_hscaler: Update tcl to include model parameters
Updated the tcl and mdd files to define model parameters.
Updated the code to use new parameters instead of hard-coded
values defined earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:38 +05:30
Rohit Consul
10caed69b1 v_hcresampler: Update tcl to include model parameters
Updated the tcl and mdd files to define model parameters.
Updated the code to use new parameters instead of hard-coded
values defined earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:36 +05:30
Rohit Consul
de7b447b0e v_deinterlacer: Update tcl to include model parameters
Updated the tcl and mdd files to define model parameters.
Updated the code to use new parameters instead of hard-coded
values defined earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:35 +05:30
Rohit Consul
b35e6556b3 v_csc: Update tcl to include model parameters
Updated the tcl and mdd files to define model parameters.
Updated the code to use new parameters instead of hard-coded
values defined earlier

Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
2015-06-09 16:26:33 +05:30