<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-07-24)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch rtems-4-9-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-24 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * clock/ckinit.c: Correct back port.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog.diff?r1=text&tr1=1.64.2.5&r2=text&tr2=1.64.2.6&diff_format=h">M</a></td><td width='1%'>1.64.2.6</td><td width='100%'>c/src/lib/libbsp/sparc/leon3/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c.diff?r1=text&tr1=1.13.2.1&r2=text&tr2=1.13.2.2&diff_format=h">M</a></td><td width='1%'>1.13.2.2</td><td width='100%'>c/src/lib/libbsp/sparc/leon3/clock/ckinit.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog:1.64.2.5 rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog:1.64.2.6
--- rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog:1.64.2.5       Mon Apr 25 14:40:17 2011
+++ rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog        Sun Jul 24 14:45:39 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * clock/ckinit.c: Correct back port.
+
</font> 2011-04-25        Jennifer Averett <jennifer.averett@OARcorp.com>
 
        PR 1783/bsps

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c:1.13.2.1 rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c:1.13.2.2
--- rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c:1.13.2.1  Fri Mar  4 08:07:19 2011
+++ rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c   Sun Jul 24 14:45:39 2011
</font><font color='#997700'>@@ -6,7 +6,7 @@
</font>  *  The tick frequency is directly programmed to the configured number of
  *  microseconds per tick.
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2006.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  Modified for LEON3 BSP.
<font color='#997700'>@@ -99,8 +99,8 @@
</font>   uint32_t clicks;
   uint32_t usecs;
 
<font color='#880000'>-  if ( LEON_Is_interrupt_pending( LEON_INTERRUPT_TIMER1 ) ) {
-    clicks = LEON_REG.Timer_Counter_1;
</font><font color='#000088'>+  clicks = LEON3_Timer_Regs->timer[0].value;
+  if ( LEON_Is_interrupt_pending( clkirq ) ) {
</font>     usecs = (2*rtems_configuration_get_microseconds_per_tick() - clicks);
   } else {
     usecs = (rtems_configuration_get_microseconds_per_tick() - clicks);
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch rtems-4-9-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-24 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * Makefile.am, preinstall.am: Include stubs so all tests compile.
        * include/tm27.h: New file.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog.diff?r1=text&tr1=1.13.2.3&r2=text&tr2=1.13.2.4&diff_format=h">M</a></td><td width='1%'>1.13.2.4</td><td width='100%'>c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am.diff?r1=text&tr1=1.4.2.1&r2=text&tr2=1.4.2.2&diff_format=h">M</a></td><td width='1%'>1.4.2.2</td><td width='100%'>c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/include/tm27.h.diff?r1=text&tr1=1.2.2.1&r2=text&tr2=1.2.2.2&diff_format=h">M</a></td><td width='1%'>1.2.2.2</td><td width='100%'>c/src/lib/libbsp/powerpc/mpc55xxevb/include/tm27.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am.diff?r1=text&tr1=1.1.2.1&r2=text&tr2=1.1.2.2&diff_format=h">M</a></td><td width='1%'>1.1.2.2</td><td width='100%'>c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.13.2.3 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.13.2.4
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.13.2.3        Sun Dec  7 23:15:40 2008
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog Sun Jul 24 15:03:03 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * Makefile.am, preinstall.am: Include stubs so all tests compile.
+       * include/tm27.h: New file.
+
</font> 2008-12-08        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * bsp_specs: Backport from CVS-HEAD.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am:1.4.2.1 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am:1.4.2.2
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am:1.4.2.1       Wed Sep 24 02:34:19 2008
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am       Sun Jul 24 15:03:03 2011
</font><font color='#997700'>@@ -29,7 +29,10 @@
</font> dist_project_lib_DATA += startup/linkcmds startup/linkcmds.memory
 
 # Includes
<font color='#880000'>-include_HEADERS = include/bsp.h
</font><font color='#000088'>+include_HEADERS  = include/bsp.h
+include_HEADERS += include/tm27.h
+
+include_HEADERS += ../../shared/include/coverhd.h
</font> 
 nodist_include_HEADERS = include/bspopts.h ../../shared/tod.h
 include_bspdir = $(includedir)/bsp
<font color='#997700'>@@ -47,6 +50,8 @@
</font> irq_generic_SOURCES = ../../shared/src/irq-generic.c \
     ../../shared/src/irq-legacy.c
 
<font color='#000088'>+timer_SOURCES = ../../shared/timerstub.c
+
</font> tests_SOURCES = tests/tests.c startup/sd-card-init.c
 
 # Network
<font color='#997700'>@@ -60,7 +65,7 @@
</font> # BSP library
 noinst_LIBRARIES = libbsp.a
 libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(irq_generic_SOURCES) \
<font color='#880000'>-    $(tests_SOURCES)
</font><font color='#000088'>+    $(timer_SOURCES) $(tests_SOURCES)
</font> 
 libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
     ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \

<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/include/tm27.h:1.2.2.2
--- /dev/null   Sun Jul 24 15:12:18 2011
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/include/tm27.h    Sun Jul 24 15:03:03 2011
</font><font color='#997700'>@@ -0,0 +1,32 @@
</font><font color='#000088'>+/*
+ *  tm27.h
+ *
+ *  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.
+ *
+ *  $Id$
+ */
+
+#ifndef _RTEMS_TMTEST27
+#error "This is an RTEMS internal file you must not include directly."
+#endif
+
+#ifndef __tm27_h
+#define __tm27_h
+
+/*
+ *  Define the interrupt mechanism for Time Test 27
+ */
+
+#define MUST_WAIT_FOR_INTERRUPT 0
+
+#define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
+
+#define Cause_tm27_intr()  /* XXX */
+
+#define Clear_tm27_intr()  /* XXX */
+
+#define Lower_tm27_intr() /* empty */
+
+#endif
</font>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am:1.1.2.1 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am:1.1.2.2
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am:1.1.2.1     Wed Sep 24 12:16:08 2008
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am     Sun Jul 24 15:03:03 2011
</font><font color='#997700'>@@ -52,6 +52,14 @@
</font>   $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
 
<font color='#000088'>+$(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
+       $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
+
+$(PROJECT_INCLUDE)/coverhd.h: ../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
+       $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
+
</font> $(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp)
        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bspopts.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>