change log for rtems (2011-07-15)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Jul 15 19:10:12 UTC 2011


 *joel*:
2011-07-15	Joel Sherrill <joel.sherrill at 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.

M   1.83  c/src/lib/libbsp/i386/ChangeLog
M    1.2  c/src/lib/libbsp/i386/shared/irq/apic.h
M    1.2  c/src/lib/libbsp/i386/shared/smp/smp-imps.h
M    1.2  c/src/lib/libbsp/i386/shared/smp/smp-imps.c

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
@@ -1,3 +1,8 @@
+2011-07-15	Joel Sherrill <joel.sherrill at 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.
+
 2011-07-14	Jennifer Averett <Jennifer.Averett at OARcorp.com>
 
 	* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add

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
@@ -1,8 +1,33 @@
 /*
- *  <Insert copyright here : it must be BSD-like so everyone can use it>
+ * Author: Erich Boleyn  <erich at uruk.org>
+ *         http://www.uruk.org/~erich/
  *
- *  Author:  Erich Boleyn  <erich at uruk.org>   http://www.uruk.org/~erich/
+ * Copyright (c) 1997-2011 Erich Boleyn.  All rights reserved.
  *
+ * 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.
+ */
+
+/*
  *  Header file for Intel Architecture local and I/O APIC definitions.
  *
  *  This file was created from information in the Intel Pentium Pro

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
@@ -1,8 +1,33 @@
 /*
- *  <Insert copyright here : it must be BSD-like so everyone can use it>
+ * Author: Erich Boleyn  <erich at uruk.org>
+ *         http://www.uruk.org/~erich/
  *
- *  Author:  Erich Boleyn  <erich at uruk.org>   http://www.uruk.org/~erich/
+ * Copyright (c) 1997-2011 Erich Boleyn.  All rights reserved.
  *
+ * 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.
+ */
+
+/*
  *  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.

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
@@ -1,8 +1,33 @@
 /*
- *  <Insert copyright here : it must be BSD-like so anyone can use it>
+ * Author: Erich Boleyn  <erich at uruk.org>
+ *         http://www.uruk.org/~erich/
  *
- *  Author:  Erich Boleyn  <erich at uruk.org>   http://www.uruk.org/~erich/
+ * Copyright (c) 1997-2011 Erich Boleyn.  All rights reserved.
  *
+ * 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.
+ */
+
+/*
  *  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.



--

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/20110715/61e5e5d6/attachment-0001.html>


More information about the vc mailing list