<!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-15)</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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>

        * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per
        email with Erich Boleyn, change license to BSD style.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/ChangeLog.diff?r1=text&tr1=1.82&r2=text&tr2=1.83&diff_format=h">M</a></td><td width='1%'>1.83</td><td width='100%'>c/src/lib/libbsp/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/irq/apic.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/i386/shared/irq/apic.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/i386/shared/smp/smp-imps.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/i386/shared/smp/smp-imps.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.82 rtems/c/src/lib/libbsp/i386/ChangeLog:1.83
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.82  Thu Jul 14 12:30:25 2011
+++ rtems/c/src/lib/libbsp/i386/ChangeLog       Fri Jul 15 14:04:38 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-15    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per
+       email with Erich Boleyn, change license to BSD style.
+
</font> 2011-07-14        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/irq/apic.h:1.1 rtems/c/src/lib/libbsp/i386/shared/irq/apic.h:1.2
--- rtems/c/src/lib/libbsp/i386/shared/irq/apic.h:1.1   Thu Jul 14 11:50:21 2011
+++ rtems/c/src/lib/libbsp/i386/shared/irq/apic.h       Fri Jul 15 14:04:38 2011
</font><font color='#997700'>@@ -1,8 +1,33 @@
</font> /*
<font color='#880000'>- *  <Insert copyright here : it must be BSD-like so everyone can use it>
</font><font color='#000088'>+ * Author: Erich Boleyn  <erich@uruk.org>
+ *         http://www.uruk.org/~erich/
</font>  *
<font color='#880000'>- *  Author:  Erich Boleyn  <erich@uruk.org>   http://www.uruk.org/~erich/
</font><font color='#000088'>+ * Copyright (c) 1997-2011 Erich Boleyn.  All rights reserved.
</font>  *
<font color='#000088'>+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/*
</font>  *  Header file for Intel Architecture local and I/O APIC definitions.
  *
  *  This file was created from information in the Intel Pentium Pro

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.h:1.1 rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.h:1.2
--- rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.h:1.1       Thu Jul 14 11:50:22 2011
+++ rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.h   Fri Jul 15 14:04:38 2011
</font><font color='#997700'>@@ -1,8 +1,33 @@
</font> /*
<font color='#880000'>- *  <Insert copyright here : it must be BSD-like so everyone can use it>
</font><font color='#000088'>+ * Author: Erich Boleyn  <erich@uruk.org>
+ *         http://www.uruk.org/~erich/
</font>  *
<font color='#880000'>- *  Author:  Erich Boleyn  <erich@uruk.org>   http://www.uruk.org/~erich/
</font><font color='#000088'>+ * Copyright (c) 1997-2011 Erich Boleyn.  All rights reserved.
</font>  *
<font color='#000088'>+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/*
</font>  *  Header file implementing Intel MultiProcessor Specification (MPS)
  *  version 1.1 and 1.4 SMP hardware control for Intel Architecture CPUs,
  *  with hooks for running correctly on a standard PC without the hardware.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.c:1.1 rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.c:1.2
--- rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.c:1.1       Thu Jul 14 11:50:22 2011
+++ rtems/c/src/lib/libbsp/i386/shared/smp/smp-imps.c   Fri Jul 15 14:04:38 2011
</font><font color='#997700'>@@ -1,8 +1,33 @@
</font> /*
<font color='#880000'>- *  <Insert copyright here : it must be BSD-like so anyone can use it>
</font><font color='#000088'>+ * Author: Erich Boleyn  <erich@uruk.org>
+ *         http://www.uruk.org/~erich/
</font>  *
<font color='#880000'>- *  Author:  Erich Boleyn  <erich@uruk.org>   http://www.uruk.org/~erich/
</font><font color='#000088'>+ * Copyright (c) 1997-2011 Erich Boleyn.  All rights reserved.
</font>  *
<font color='#000088'>+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/*
</font>  *  Source file implementing Intel MultiProcessor Specification (MPS)
  *  version 1.1 and 1.4 SMP hardware control for Intel Architecture CPUs,
  *  with hooks for running correctly on a standard PC without the hardware.
</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>