From 3261f9ccebad386eb767e0dae1a66eeccefd8fc7 Mon Sep 17 00:00:00 2001 From: Venkata Naga Sai Krishna Kolapalli Date: Fri, 13 Feb 2015 16:50:09 +0530 Subject: [PATCH] ttcps_v3_0 : Modification history and copyright updated. This patch updates the modification history and changes copyright year to 2015. Signed-off-by: Venkata Naga Sai Krishna Kolapalli --- XilinxProcessorIPLib/drivers/ttcps/src/xttcps.c | 3 ++- XilinxProcessorIPLib/drivers/ttcps/src/xttcps.h | 5 +++-- XilinxProcessorIPLib/drivers/ttcps/src/xttcps_g.c | 3 ++- XilinxProcessorIPLib/drivers/ttcps/src/xttcps_hw.h | 3 ++- XilinxProcessorIPLib/drivers/ttcps/src/xttcps_options.c | 3 ++- XilinxProcessorIPLib/drivers/ttcps/src/xttcps_selftest.c | 3 ++- XilinxProcessorIPLib/drivers/ttcps/src/xttcps_sinit.c | 3 ++- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.c b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.c index 912534c1..924b77e9 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.c +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.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 @@ -45,6 +45,7 @@ * Ver Who Date Changes * ----- ------ -------- ------------------------------------------------- * 1.00a drg/jz 01/21/10 First release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * * diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.h b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.h index 0a2494c3..f5ea2886 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.h +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps.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 @@ -86,7 +86,8 @@ * ----- ------ -------- ----------------------------------------------------- * 1.00a drg/jz 01/20/10 First release.. * 2.0 adk 12/10/13 Updated as per the New Tcl API's -* 3.0 pkp 12/09/14 Added support for Zynq Ultrascale Mp +* 3.0 pkp 12/09/14 Added support for Zynq Ultrascale Mp.Also code +* modified for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_g.c b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_g.c index 79ef023b..6a70ec9d 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_g.c +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_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 @@ -45,6 +45,7 @@ * 1.00a drg/jz 01/21/10 First release * 2.00 hk 22/01/14 Added check for picking instances other than * default. +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_hw.h b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_hw.h index 0f122527..f22de615 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_hw.h +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_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 @@ * Ver Who Date Changes * ----- ------ -------- ------------------------------------------------- * 1.00a drg/jz 01/21/10 First release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * * diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_options.c b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_options.c index 91e798c2..7389ccd3 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_options.c +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_options.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 drg/jz 01/21/10 First release * 1.01a nm 03/05/2012 Removed break statement after return to remove * compilation warnings. +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_selftest.c b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_selftest.c index 7ecdd11a..68e1c53d 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_selftest.c +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_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 @@ -43,6 +43,7 @@ * Ver Who Date Changes * ----- ------ -------- --------------------------------------------- * 1.00a drg/jz 01/21/10 First release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_sinit.c b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_sinit.c index d2ee176c..a8d3e0ab 100644 --- a/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_sinit.c +++ b/XilinxProcessorIPLib/drivers/ttcps/src/xttcps_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 @@ -42,6 +42,7 @@ * Ver Who Date Changes * ----- ------ -------- --------------------------------------------- * 1.00a drg/jz 01/21/10 First release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/