change log for rtems (2011-05-25)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed May 25 12:11:31 UTC 2011


 *ralf*:
2011-05-25	Ralf Corsépius <ralf.corsepius at rtems.org>

	* serial/uart.c, serial/uart.h: Remove CVS-Author tag.

M   1.18  c/src/lib/libcpu/bfin/ChangeLog
M    1.5  c/src/lib/libcpu/bfin/serial/uart.h
M    1.5  c/src/lib/libcpu/bfin/serial/uart.c

diff -u rtems/c/src/lib/libcpu/bfin/ChangeLog:1.17 rtems/c/src/lib/libcpu/bfin/ChangeLog:1.18
--- rtems/c/src/lib/libcpu/bfin/ChangeLog:1.17	Wed Apr 20 15:20:46 2011
+++ rtems/c/src/lib/libcpu/bfin/ChangeLog	Wed May 25 06:19:22 2011
@@ -1,3 +1,7 @@
+2011-05-25	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* serial/uart.c, serial/uart.h: Remove CVS-Author tag.
+
 2011-04-20  Rohan Kangralkar <rkangral at ece.neu.edu>
 
 	PR 1781/bsps

diff -u rtems/c/src/lib/libcpu/bfin/serial/uart.h:1.4 rtems/c/src/lib/libcpu/bfin/serial/uart.h:1.5
--- rtems/c/src/lib/libcpu/bfin/serial/uart.h:1.4	Wed Apr 20 15:20:47 2011
+++ rtems/c/src/lib/libcpu/bfin/serial/uart.h	Wed May 25 06:19:22 2011
@@ -7,14 +7,12 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  Modified:
- *  $Author$ Added interrupt support and DMA support
- *
+ */
+ 
+/*
  *  $Id$
  */
 
-
 #ifndef _UART_H_
 #define _UART_H_
 

diff -u rtems/c/src/lib/libcpu/bfin/serial/uart.c:1.4 rtems/c/src/lib/libcpu/bfin/serial/uart.c:1.5
--- rtems/c/src/lib/libcpu/bfin/serial/uart.c:1.4	Wed Apr 20 15:20:47 2011
+++ rtems/c/src/lib/libcpu/bfin/serial/uart.c	Wed May 25 06:19:22 2011
@@ -6,14 +6,12 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  Modified:
- *  $ $Author$ Added interrupt support and DMA support
- *
+ */
+ 
+/*
  *  $Id$
  */
 
-
 #include <rtems.h>
 #include <rtems/libio.h>
 #include <rtems/termiostypes.h>


 *ralf* (on branch rtems-4-10-branch):
Merge with CVS-HEAD.

M 1.14.2.4  c/src/lib/libcpu/bfin/ChangeLog
M 1.3.2.2  c/src/lib/libcpu/bfin/serial/uart.h
M 1.3.2.2  c/src/lib/libcpu/bfin/serial/uart.c
M 1.5.2.1  c/src/lib/libcpu/bfin/timer/timer.c

diff -u rtems/c/src/lib/libcpu/bfin/ChangeLog:1.14.2.3 rtems/c/src/lib/libcpu/bfin/ChangeLog:1.14.2.4
--- rtems/c/src/lib/libcpu/bfin/ChangeLog:1.14.2.3	Wed Apr 20 15:28:07 2011
+++ rtems/c/src/lib/libcpu/bfin/ChangeLog	Wed May 25 06:23:30 2011
@@ -1,3 +1,7 @@
+2011-05-25	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* serial/uart.c, serial/uart.h: Remove CVS-Author tag.
+
 2011-04-20  Rohan Kangralkar <rkangral at ece.neu.edu>
 
 	PR 1781/bsps
@@ -12,6 +16,11 @@
 	type of interrupt is identified by the central ISR dispatcher
 	bf52x/interrupt or interrupt/.	This simplifies the UART ISR.
 
+2011-02-11	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* timer/timer.c:
+	Use "__asm__" instead of "asm" for improved c99-compliance.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

diff -u rtems/c/src/lib/libcpu/bfin/serial/uart.h:1.3.2.1 rtems/c/src/lib/libcpu/bfin/serial/uart.h:1.3.2.2
--- rtems/c/src/lib/libcpu/bfin/serial/uart.h:1.3.2.1	Wed Apr 20 15:19:52 2011
+++ rtems/c/src/lib/libcpu/bfin/serial/uart.h	Wed May 25 06:23:30 2011
@@ -7,14 +7,12 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  Modified:
- *  $Author$ Added interrupt support and DMA support
- *
+ */
+ 
+/*
  *  $Id$
  */
 
-
 #ifndef _UART_H_
 #define _UART_H_
 

diff -u rtems/c/src/lib/libcpu/bfin/serial/uart.c:1.3.2.1 rtems/c/src/lib/libcpu/bfin/serial/uart.c:1.3.2.2
--- rtems/c/src/lib/libcpu/bfin/serial/uart.c:1.3.2.1	Wed Apr 20 15:19:52 2011
+++ rtems/c/src/lib/libcpu/bfin/serial/uart.c	Wed May 25 06:23:30 2011
@@ -6,14 +6,12 @@
  *  The license and distribution terms for this file may be
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.com/license/LICENSE.
- *
- *  Modified:
- *  $ $Author$ Added interrupt support and DMA support
- *
+ */
+ 
+/*
  *  $Id$
  */
 
-
 #include <rtems.h>
 #include <rtems/libio.h>
 #include <rtems/termiostypes.h>

diff -u rtems/c/src/lib/libcpu/bfin/timer/timer.c:1.5 rtems/c/src/lib/libcpu/bfin/timer/timer.c:1.5.2.1
--- rtems/c/src/lib/libcpu/bfin/timer/timer.c:1.5	Sun Nov 29 23:03:49 2009
+++ rtems/c/src/lib/libcpu/bfin/timer/timer.c	Wed May 25 06:23:30 2011
@@ -33,13 +33,13 @@
 {
 
   /*reset counters*/
-  asm ("R2 = 0;");
-  asm ("CYCLES = R2;");
-  asm ("CYCLES2 = R2;");
+  __asm__ ("R2 = 0;");
+  __asm__ ("CYCLES = R2;");
+  __asm__ ("CYCLES2 = R2;");
   /*start counters*/
-  asm ("R2 = SYSCFG;");
-  asm ("BITSET(R2,1);");
-  asm ("SYSCFG = R2");
+  __asm__ ("R2 = SYSCFG;");
+  __asm__ ("BITSET(R2,1);");
+  __asm__ ("SYSCFG = R2");
 
 }
 
@@ -62,13 +62,13 @@
 {
   uint32_t          clicks;
   uint32_t          total;
-  register uint32_t cycles asm ("R2");
+  register uint32_t cycles __asm__ ("R2");
 
   /* stop counter */
-  asm("R2 = SYSCFG;");
-  asm("BITCLR(R2,1);");
-  asm("SYSCFG = R2;");
-  asm("R2 = CYCLES;");
+  __asm__ ("R2 = SYSCFG;");
+  __asm__ ("BITCLR(R2,1);");
+  __asm__ ("SYSCFG = R2;");
+  __asm__ ("R2 = CYCLES;");
 
 
   clicks = cycles; /* Clock cycles */



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110525/f05f5441/attachment.html>


More information about the vc mailing list