From e7d06e10741c0c94471308d2ecfcd9827b56fa09 Mon Sep 17 00:00:00 2001 From: Venkata Naga Sai Krishna Kolapalli Date: Tue, 17 Feb 2015 10:01:42 +0530 Subject: [PATCH] coresightps_dcc : Modification history was added. This patch adds modification history for the new driver coresightps. Signed-off-by: Venkata Naga Sai Krishna Kolapalli --- .../coresightps_dcc/src/xcoresightpsdcc.c | 23 ++++++++++++++++ .../coresightps_dcc/src/xcoresightpsdcc.h | 27 +++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.c b/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.c index 3a46a04e..3793b35a 100755 --- a/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.c +++ b/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.c @@ -29,6 +29,29 @@ * this Software without prior written authorization from Xilinx. * ******************************************************************************/ +/*****************************************************************************/ +/** +* +* @file xcoresightpsdcc.c +* +* Functions in this file are the minimum required functions for the +* XCoreSightPs driver. +* +* @note None. +* +* +*
+* MODIFICATION HISTORY:
+*
+* Ver   Who    Date		Changes
+* ----- -----  -------- -----------------------------------------------
+* 1.00  kvn    02/14/15 First release
+*
+* 
+* +******************************************************************************/ + +/***************************** Include Files *********************************/ #include #include diff --git a/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.h b/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.h index c3ad48b4..85c21d8d 100755 --- a/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.h +++ b/XilinxProcessorIPLib/drivers/coresightps_dcc/src/xcoresightpsdcc.h @@ -29,6 +29,33 @@ * this Software without prior written authorization from Xilinx. * ******************************************************************************/ +/*****************************************************************************/ +/** +* +* @file xcoresightpsdcc.h +* +* CoreSight driver component. +* +* The coresight is a part of debug communication channel (DCC) group. Jtag UART +* for ARM uses DCC. Each ARM core has its own DCC, so one need to select an +* ARM target in XSDB console before running the jtag terminal command. Using the +* coresight driver component, the output stream can be directed to a log file. +* +* @note None. +* +* +*
+* MODIFICATION HISTORY:
+*
+* Ver   Who    Date		Changes
+* ----- -----  -------- -----------------------------------------------
+* 1.00  kvn    02/14/15 First release
+*
+* 
+* +******************************************************************************/ + +/***************************** Include Files *********************************/ #include