forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2011-07-14 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
2011-07-14 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||||
|
|
||||||
* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add
|
* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add
|
||||||
|
|||||||
@@ -1,8 +1,33 @@
|
|||||||
/*
|
/*
|
||||||
* <Insert copyright here : it must be BSD-like so everyone can use it>
|
* Author: Erich Boleyn <erich@uruk.org>
|
||||||
|
* http://www.uruk.org/~erich/
|
||||||
*
|
*
|
||||||
* Author: Erich Boleyn <erich@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.
|
* Header file for Intel Architecture local and I/O APIC definitions.
|
||||||
*
|
*
|
||||||
* This file was created from information in the Intel Pentium Pro
|
* This file was created from information in the Intel Pentium Pro
|
||||||
|
|||||||
@@ -1,8 +1,33 @@
|
|||||||
/*
|
/*
|
||||||
* <Insert copyright here : it must be BSD-like so anyone can use it>
|
* Author: Erich Boleyn <erich@uruk.org>
|
||||||
|
* http://www.uruk.org/~erich/
|
||||||
*
|
*
|
||||||
* Author: Erich Boleyn <erich@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)
|
* Source file implementing Intel MultiProcessor Specification (MPS)
|
||||||
* version 1.1 and 1.4 SMP hardware control for Intel Architecture CPUs,
|
* 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.
|
* with hooks for running correctly on a standard PC without the hardware.
|
||||||
|
|||||||
@@ -1,8 +1,33 @@
|
|||||||
/*
|
/*
|
||||||
* <Insert copyright here : it must be BSD-like so everyone can use it>
|
* Author: Erich Boleyn <erich@uruk.org>
|
||||||
|
* http://www.uruk.org/~erich/
|
||||||
*
|
*
|
||||||
* Author: Erich Boleyn <erich@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)
|
* Header file implementing Intel MultiProcessor Specification (MPS)
|
||||||
* version 1.1 and 1.4 SMP hardware control for Intel Architecture CPUs,
|
* 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.
|
* with hooks for running correctly on a standard PC without the hardware.
|
||||||
|
|||||||
Reference in New Issue
Block a user