From 96d175dbb1a22c49cf6340e199140df4fe6b7412 Mon Sep 17 00:00:00 2001 From: Venkata Naga Sai Krishna Kolapalli Date: Fri, 13 Feb 2015 16:50:12 +0530 Subject: [PATCH] wdtps : Modification history and copyright updated. This patch updates modification history and changes copyright year to 2015. Signed-off-by: Venkata Naga Sai Krishna Kolapalli --- XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.c | 3 ++- XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.h | 14 ++++++++------ XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_g.c | 3 ++- XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_hw.h | 3 ++- .../drivers/wdtps/src/xwdtps_selftest.c | 3 ++- .../drivers/wdtps/src/xwdtps_sinit.c | 3 ++- 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.c b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.c index 4d0d81a6..8296674b 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.c +++ b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -47,6 +47,7 @@ * Length functionality for CR 658287 * Removed APIs XWdtPs_SetExternalSignalLength, * XWdtPs_GetExternalSignalLength +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.h b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.h index 8073b9b8..ec4cc8f6 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.h +++ b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -78,11 +78,13 @@ * 1.00a ecm/jz 01/15/10 First release * 1.01a asa 02/15/12 Added tcl file to generate xparameters * 1.02a sg 07/15/12 Removed code/APIs related to External Signal -* Length functionality for CR 658287 -* Removed APIs XWdtPs_SetExternalSignalLength, -* XWdtPs_GetExternalSignalLength -* Modified the Self Test to use the Reset Length mask -* for CR 658287 +* Length functionality for CR 658287 +* Removed APIs XWdtPs_SetExternalSignalLength, +* XWdtPs_GetExternalSignalLength +* Modified the Self Test to use the Reset Length mask +* for CR 658287 +* 3.0 pkp 12/09/14 Added support for Zynq Ultrascale Mp.Also +* modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_g.c b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_g.c index 92b14677..0715af23 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_g.c +++ b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_g.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -43,6 +43,7 @@ * Ver Who Date Changes * ----- ------ -------- --------------------------------------------- * 1.00a ecm/jz 01/15/10 First release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_hw.h b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_hw.h index cbb41d59..2b72a4d4 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_hw.h +++ b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_hw.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -44,6 +44,7 @@ * 1.00a ecm/jz 01/15/10 First release * 1.02a sg 07/15/12 Removed defines related to External Signal * Length functionality for CR 658287 +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_selftest.c b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_selftest.c index d641b720..7af8888c 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_selftest.c +++ b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_selftest.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -44,6 +44,7 @@ * 1.00a ecm/jz 01/15/10 First release * 1.02a sg 08/01/12 Modified it use the Reset Length mask for the self * test for CR 658287 +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_sinit.c b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_sinit.c index 33885578..c22beeeb 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_sinit.c +++ b/XilinxProcessorIPLib/drivers/wdtps/src/xwdtps_sinit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -43,6 +43,7 @@ * Ver Who Date Changes * ----- ------ -------- ---------------------------------------------- * 1.00a ecm/jz 01/15/10 First release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/