forked from Imagelibrary/rtems
Assign copyright to OAR since all files descend from OAR's source.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-11-07 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
|
* Almost everything: Assign copyright to OAR.
|
||||||
|
|
||||||
2005-10-26 Eric Norum <norume@aps.anl.gov>
|
2005-10-26 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
* README, network/network.c: Add support for forcing link parameters.
|
* README, network/network.c: Add support for forcing link parameters.
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* Use the last periodic interval timer (PIT3) as the system clock.
|
* Use the last periodic interval timer (PIT3) as the system clock.
|
||||||
*
|
*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,17 @@
|
|||||||
/*
|
/*
|
||||||
* Multi UART console serial I/O.
|
* Multi UART console serial I/O.
|
||||||
*
|
*
|
||||||
* TO DO: Add DMA input/output
|
* TO DO: Add DMA input/output
|
||||||
|
*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* uC5282 BSP header file
|
* uC5282 BSP header file
|
||||||
|
*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BSP_H
|
#ifndef _BSP_H
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _RTEMS_TMTEST27
|
#ifndef _RTEMS_TMTEST27
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* RTEMS driver for MCF5282 Fast Ethernet Controller
|
* RTEMS driver for MCF5282 Fast Ethernet Controller
|
||||||
|
*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -3,17 +3,13 @@
|
|||||||
*
|
*
|
||||||
* This routine returns control from RTEMS to the monitor.
|
* This routine returns control from RTEMS to the monitor.
|
||||||
*
|
*
|
||||||
* Author:
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
* David Fiddes, D.J@fiddes.surfaid.org
|
|
||||||
* http://www.calm.hw.ac.uk/davidf/coldfire/
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1998.
|
* COPYRIGHT (c) 2005.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
* Copyright assigned to U.S. Government, 1994.
|
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
*
|
|
||||||
* http://www.OARcorp.com/rtems/license.html.
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
|
|||||||
@@ -6,17 +6,13 @@
|
|||||||
* The generic CPU dependent initialization has been performed
|
* The generic CPU dependent initialization has been performed
|
||||||
* before this routine is invoked.
|
* before this routine is invoked.
|
||||||
*
|
*
|
||||||
* Author:
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
* David Fiddes, D.J@fiddes.surfaid.org
|
|
||||||
* http://www.calm.hw.ac.uk/davidf/coldfire/
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1998.
|
* COPYRIGHT (c) 2005.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
* Copyright assigned to U.S. Government, 1994.
|
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
*
|
|
||||||
* http://www.OARcorp.com/rtems/license.html.
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
|
|||||||
@@ -5,6 +5,15 @@
|
|||||||
*
|
*
|
||||||
* This routine is pretty simple for the uC5282 because all the hard
|
* This routine is pretty simple for the uC5282 because all the hard
|
||||||
* work has been done by the bootstrap dBUG code.
|
* work has been done by the bootstrap dBUG code.
|
||||||
|
*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
* This file contains directives for the GNU linker which are specific
|
* This file contains directives for the GNU linker which are specific
|
||||||
* to the Arcturus uC DIMM ColdFire 5282
|
* to the Arcturus uC DIMM ColdFire 5282
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -2,6 +2,15 @@
|
|||||||
* Timer Init
|
* Timer Init
|
||||||
*
|
*
|
||||||
* Use the last DMA timer (DTIM3) as the diagnostic timer.
|
* Use the last DMA timer (DTIM3) as the diagnostic timer.
|
||||||
|
*
|
||||||
|
* Author: W. Eric Norum <norume@aps.anl.gov>
|
||||||
|
*
|
||||||
|
* COPYRIGHT (c) 2005.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user