From 784faa52e1a5c01b6f7dd01eeb922d673214d198 Mon Sep 17 00:00:00 2001 From: naga sureshkumar relli Date: Thu, 21 May 2015 12:37:31 +0530 Subject: [PATCH] uartns550_v3_3: Updated the Modification History This patch updates the Modification history. Signed-off-by: naga sureshkumar relli --- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c | 9 ++------- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h | 3 ++- .../drivers/uartns550/src/xuartns550_l.c | 9 ++------- .../drivers/uartns550/src/xuartns550_l.h | 1 - 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c index 90c0836e..83e9048e 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c @@ -62,13 +62,8 @@ * XUartNs550_CfgInitialize function. Removed compiler * warnings for unused variables in the * XUartNs550_StubHandler. -* 3.3 nsk 04/13/15 Clock Divisor Enhancement. i.e when odd clock given -* as input clock, say 31.725MHz and Baud as 1000000 -* then divisor = (31725000) / (1000000 * 16), This returns -* 1.9828, since this is integer math, it becomes 1. -* Which is almost half of the necessary value. so -* we are truncating it to nearest integer. in our -* case 1.9828 rounded to 2. +* 3.3 nsk 04/13/15 Fixed Clock Divisor Enhancement. +* (CR 857013) * * *****************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h index ce07cb79..d7f5a8be 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h @@ -159,7 +159,8 @@ * 3.2 adk 15/10/14 Fixed CR:824444 changes are made in the example file * xuartns550_intr_example.c. * 3.2 adk 15/10/14 Fixed CR:826435 changes are made in the driver tcl file. -* 3.3 nsk 04/13/15 Fixed CR:857013 changes are made in xuartns550.c +* 3.3 nsk 04/13/15 Fixed CR:857013 changes are made in xuartns550.c and +* xuartns550_l.c. * * *****************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c index 84105549..048941e8 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c @@ -49,13 +49,8 @@ * 2.00a ktn 10/20/09 Converted all register accesses to 32 bit access. * Updated to use HAL Processor APIs. _m is removed from the * name of all the macro definitions. -* 3.3 nsk 04/13/15 Clock Divisor Enhancement. i.e when odd clock given -* as inputclock, say 31.725MHz and Baud as 1000000 -* then divisor = (31725000) / (1000000 * 16), This returns -* 1.9828, since this is integer math, it becomes 1. -* Which is almost half of the necessary value. so -* we are truncating it to nearest integer. in our -* case 1.9828 rounded to 2. +* 3.3 nsk 04/13/15 Fixed Clock Divisor Enhancement. +* (CR 857013) * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h index 5a33c148..df7a3490 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h @@ -50,7 +50,6 @@ * 2.00a ktn 10/20/09 Converted all register accesses to 32 bit access. * Updated to use HAL Processor APIs. _m is removed from the * name of all the macro definitions. -* 3.3 nsk 04/13/15 Fixed CR:857013 changes are made in xuartns550_l.c * * ******************************************************************************/