From 772862ce877cd49dfff778f7c9312dbeb5001285 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Fri, 9 Oct 2015 03:51:38 -0700 Subject: [PATCH] tmrctr: Updated version to 4.0. Signed-off-by: Andrei-Liviu Simion Acked-by: Shadul Shaikh --- XilinxProcessorIPLib/drivers/tmrctr/data/tmrctr.mdd | 2 +- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.c | 2 +- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.h | 2 +- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_g.c | 4 ++-- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_intr.c | 4 ++-- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.c | 4 ++-- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.h | 4 ++-- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_options.c | 4 ++-- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_selftest.c | 4 ++-- XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_stats.c | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/tmrctr/data/tmrctr.mdd b/XilinxProcessorIPLib/drivers/tmrctr/data/tmrctr.mdd index d3ec4092..3ab53ff4 100755 --- a/XilinxProcessorIPLib/drivers/tmrctr/data/tmrctr.mdd +++ b/XilinxProcessorIPLib/drivers/tmrctr/data/tmrctr.mdd @@ -55,7 +55,7 @@ BEGIN driver tmrctr OPTION supported_peripherals = (axi_timer); OPTION driver_state = ACTIVE; OPTION copyfiles = all; - OPTION VERSION = 3.0; + OPTION VERSION = 4.0; OPTION NAME = tmrctr; END driver diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.c index 6532807a..cba0c0d8 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.c @@ -33,7 +33,7 @@ /** * * @file xtmrctr.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * Contains required functions for the XTmrCtr driver. diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.h b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.h index aa25b00e..6d7a2baf 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.h +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr.h @@ -33,7 +33,7 @@ /** * * @file xtmrctr.h -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * @details * diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_g.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_g.c index 8fa0ceb6..43dbd8e2 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_g.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_g.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_g.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * This file contains a configuration table that specifies the configuration of diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_intr.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_intr.c index 2dce2837..d432837e 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_intr.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_intr.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_intr.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * Contains interrupt-related functions for the XTmrCtr component. diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.c index e42a0545..e19558d0 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_l.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * This file contains low-level driver functions that can be used to access the diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.h b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.h index f6223a61..f5fd773e 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.h +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_l.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_l.h -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * This header file contains identifiers and low-level driver functions (or diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_options.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_options.c index ce6da3b9..5f199dc6 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_options.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_options.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_options.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * Contains configuration options functions for the XTmrCtr component. diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_selftest.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_selftest.c index 0a242504..99b15f8d 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_selftest.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_selftest.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_selftest.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * Contains diagnostic/self-test functions for the XTmrCtr component. diff --git a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_stats.c b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_stats.c index a3184a96..cf9eeaa7 100644 --- a/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_stats.c +++ b/XilinxProcessorIPLib/drivers/tmrctr/src/xtmrctr_stats.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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 @@ -33,7 +33,7 @@ /** * * @file xtmrctr_stats.c -* @addtogroup tmrctr_v3_0 +* @addtogroup tmrctr_v4_0 * @{ * * Contains function to get and clear statistics for the XTmrCtr component.