hdcp1x: Updated version to 2.0.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Acked-by: Shadul Shaikh <shaduls@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-10-09 03:51:42 -07:00 committed by Nava kishore Manne
parent 0e440b93e0
commit 22a0b99cb9
26 changed files with 28 additions and 26 deletions

View file

@ -36,6 +36,6 @@ BEGIN driver hdcp1x
OPTION supported_peripherals = (hdmi_tx_hdcp_cipher_4b hdmi_rx_hdcp_cipher_4b hdcp);
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 1.0;
OPTION VERSION = 2.0;
OPTION NAME = hdcp1x;
END driver

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the implementation of the HDCP state machine module
@ -44,6 +44,7 @@
* Ver Who Date Changes
* ----- ------ -------- --------------------------------------------------
* 1.00 fidus 07/16/15 Initial release.
* 2.00 als 09/30/15 Added EffectiveAddr argument to XHdcp1x_CfgInitialize.
* </pre>
*
******************************************************************************/

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
* @details
*
@ -46,6 +46,7 @@
* Ver Who Date Changes
* ----- ------ -------- --------------------------------------------------
* 1.00 fidus 07/16/15 Initial release.
* 2.00 als 09/30/15 Added EffectiveAddr argument to XHdcp1x_CfgInitialize.
* </pre>
*
******************************************************************************/

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_cipher.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains the main implementation of the driver associated with

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_cipher.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This is the main header file for Xilinx HDCP Cipher core.

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_cipher_intr.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains interrupt related functions for Xilinx HDCP core.

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_debug.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file provides the interface of the HDCP debug commands

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_hw.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This header file contains identifiers and register-level core functions (or

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_cipher_intr.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains interrupt related functions for Xilinx HDCP core.

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_platform.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file provides the implementation for the hdcp platform integration

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_platform.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file provides the interface for the hdcp platform integration module

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the main implementation file for the Xilinx HDCP Port driver

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This header file contains the external declarations associated with the

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_dp.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains the definitions for the hdcp port registers/offsets for

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_dp_rx.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the implementation of the HDCP port driver for Xilinx DP

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_dp_tx.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the implementation of the HDCP port driver for DP TX

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_hdmi.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains the definitions for the hdcp port registers/offsets for

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_hdmi_rx.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the implementation of the HDCP port driver for HDMI RX

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_hdmi_tx.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the implementation of the HDCP port driver for HDMI TX

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_port_intr.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the interrupt related functions of the Xilinx HDCP port driver

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_rx.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the main implementation file for the Xilinx HDCP receive state

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_rx.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file provides the interface of the HDCP RX state machine

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_selftest.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains self test function for the hdcp interface

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_sinit.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file contains static initialization method for Xilinx HDCP driver

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_tx.c
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This contains the main implementation file for the Xilinx HDCP transmit

View file

@ -33,7 +33,7 @@
/**
*
* @file xhdcp1x_tx.h
* @addtogroup hdcp1x_v1_0
* @addtogroup hdcp1x_v2_0
* @{
*
* This file provides the interface of the HDCP TX state machine