diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c index 9c440b4f..13cc5bf1 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c @@ -1,7 +1,7 @@ /* $Id: xscuwdt.c,v 1.1.2.1 2011/01/20 04:04:40 sadanan Exp $ */ /****************************************************************************** * -* 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 sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h index 422bd0ed..911a41f5 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.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 @@ -121,6 +121,7 @@ * when the xstatus.h in the common driver overwrites * the xstatus.h of the standalone BSP during the * libgen. +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c index ff393456..42efad0c 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_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 @@ -44,6 +44,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h index 995e3816..c8d517a6 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_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 @@ -50,6 +50,7 @@ * when the xstatus.h in the common driver overwrites * the xstatus.h of the standalone BSP during the * libgen. +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c index 1dcfe351..157fc071 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_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 @@ -42,6 +42,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c index 60b4907f..7e43370f 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_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 sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/