Update Eric Norum contact info and start to normalize file headers

This commit is contained in:
Joel Sherrill
2022-03-22 15:03:30 -05:00
parent c9625a21ac
commit 753873e54b
37 changed files with 172 additions and 238 deletions

View File

@@ -1,6 +1,10 @@
/*
* tfsDriver.c - MicroMonitor TFS Hookup to RTEMS FS
/**
* @file
*
* @brief MicroMonitor TFS Hookup to RTEMS FS
*/
/*
* Initial release: Oct 1, 2004 by Ed Sutter
*
* Modifications to support reference counting in the file system are

View File

@@ -3,14 +3,7 @@
#
#
# Please send any comments, improvements, or bug reports to:
# W. Eric Norum
# Deparment of Electrical Engineering
# 53 Campus Driver
# University of Saskatchewan
# Saskatoon, Saskatchewan, CANADA
# S7N 5A9
# eric.norum@usask.ca
# Copyright (c) 1996 Eric Norum <eric@norum.ca>
#
#

View File

@@ -2,31 +2,23 @@
* Use TIMER 1 and TIMER 2 for Timing Test Suite
* The hardware on the MC68360 makes these routines very simple.
*
* Based on the `gen68302' board support package, and covered by the
* original distribution terms.
*
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*/
/*
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* NOTE: It is important that the timer start/stop overhead be
* determined when porting or modifying this code.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*/
/*
* Based on the `gen68302' board support package, and covered by the
* original distribution terms.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 1989-1999.
* 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.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -3,12 +3,10 @@
*
* The PIT has rather poor resolution, but it is easy to set up
* and requires no housekeeping once it is going.
*
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*/
/*
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
*/
#include <rtems.h>

View File

@@ -8,19 +8,14 @@
*/
/*
* Author:
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
* COPYRIGHT (c) 1989-1999.
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <termios.h>

View File

@@ -7,25 +7,14 @@
*/
/*
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
*
* Based on the `gen68302' board support package, and covered by the
* original distribution terms.
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*/
/* bsp.h
*
* COPYRIGHT (c) 1989-1999.
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifndef LIBBSP_M68K_GEN68360_BSP_H

View File

@@ -1,11 +1,9 @@
/*
* MC68360 buffer descriptor allocation routines
*
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*/
/*
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
*/
#include <rtems.h>

View File

@@ -3,11 +3,7 @@
*/
/*
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
*/
#include <bsp.h>

View File

@@ -3,22 +3,17 @@
* This file contains the entry point for the application.
* It jumps to the BSP which is responsible for performing
* all initialization.
*/
/*
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*
* Based on the `gen68302' board support package, and covered by the
* original distribution terms.
*
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems/asm.h>

View File

@@ -4,12 +4,12 @@
# The main purpose of this script is to perform minimum initialization of
# processor so code can be loaded. Also, exception handling is performed.
#
# Copyright (C) OKTET Ltd., St.-Petersburg, Russia
# Author: Victor V. Vengerov <vvv@oktet.ru>
#
# This script partially based on gdb scripts written by
# Eric Norum, <eric@skatter.usask.ca>
#
# Eric Norum, <eric@norum.ca>
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at

View File

@@ -2,15 +2,17 @@
* Timer Init
*
* Use the last DMA timer (DTIM3) as the diagnostic timer.
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or a
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -2,15 +2,17 @@
* Timer Init
*
* Use the last DMA timer (DTIM3) as the diagnostic timer.
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005-2010.
* On-Line Applications Research Corporation (OAR).
*
* COPYRIGHT (c) 2005-2010.
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -2,15 +2,17 @@
* Timer Init
*
* Use the last DMA timer (DTIM3) as the diagnostic timer.
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -1,7 +1,7 @@
M68040FPSP -- Motorola 68040 floating point support package
-----------------------------------------------------------
Modified for RTEMS by Eric Norum (eric@skatter.usask.ca)
Modified for RTEMS by Eric Norum (eric@norum.ca)
To include these routines in your application call

View File

@@ -39,7 +39,7 @@
//
// Modified for Linux-1.3.x by Jes Sorensen (jds@kom.auc.dk)
// Modified for RTEMS 4.0.0 by Eric Norum (eric@skatter.usask.ca)
// Modified for RTEMS 4.0.0 by Eric Norum (eric@snorum.ca)
//
#include <rtems/asm.h>

View File

@@ -2,15 +2,17 @@
* Timer Init
*
* Use the last DMA timer (DTIM3) as the diagnostic timer.
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -1,14 +1,16 @@
/*
* Use the last periodic interval timer (PIT3) as the system clock.
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -2,16 +2,17 @@
* Multi UART console serial I/O.
*
* TO DO: Add DMA input/output
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* 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.rtems.org/license/LICENSE.
* 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.rtems.org/license/LICENSE.
*/
#include <stdio.h>

View File

@@ -7,16 +7,14 @@
*/
/*
* uC5282 BSP header file
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifndef LIBBSP_M68K_UC5282_BSP_H

View File

@@ -5,14 +5,14 @@
*/
/*
* Author: W. Eric Norum <norume@aps.anl.gov>
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 2005-2014.
* On-Line Applications Research Corporation (OAR).
* COPYRIGHT (c) 2005-2014.
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifndef _RTEMS_TMTEST27

View File

@@ -1,14 +1,16 @@
/*
* This routine returns control from RTEMS to the monitor.
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <bsp.h>

View File

@@ -3,14 +3,14 @@
*/
/*
* Author: W. Eric Norum <norume@aps.anl.gov>
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <bsp.h>

View File

@@ -8,14 +8,14 @@
*/
/*
* Author: W. Eric Norum <norume@aps.anl.gov>
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>

View File

@@ -1,15 +1,17 @@
/*
* This file contains directives for the GNU linker which are specific
* to the Arcturus uC DIMM ColdFire 5282
*/
/*
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* Author: W. Eric Norum <norume@aps.anl.gov>
* COPYRIGHT (c) 2005-2007.
* On-Line Applications Research Corporation (OAR).
*
* COPYRIGHT (c) 2005-2007.
* 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.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
/*

View File

@@ -16,8 +16,7 @@
* Copyright (C) 1998 by Frasca International, Inc.
*
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c
* Author: W. Eric Norum <eric@skatter.usask.ca>
* Saskatchewan Accelerator Laboratory, University of Saskatchewan, CANADA
* Author: W. Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 1989, 2008.
* On-Line Applications Research Corporation (OAR).

View File

@@ -11,14 +11,7 @@
*
* Submitted By: *
* *
* W. Eric Norum *
* Saskatchewan Accelerator Laboratory *
* University of Saskatchewan *
* 107 North Road *
* Saskatoon, Saskatchewan, CANADA *
* S7N 5C6 *
* *
* eric@skatter.usask.ca *
* Eric Norum <eric@norum.ca> *
* *
* Modified for use with the MPC860 (original code was for MC68360) *
* by *

View File

@@ -21,14 +21,7 @@
** **
** Submitted By: **
** **
** W. Eric Norum **
** Saskatchewan Accelerator Laboratory **
** University of Saskatchewan **
** 107 North Road **
** Saskatoon, Saskatchewan, CANADA **
** S7N 5C6 **
** **
** eric@skatter.usask.ca **
** Eric Norum <eric.norum.ca> **
** **
** Modified for use with the MPC860 (original code was for MC68360) **
** by **

View File

@@ -9,14 +9,7 @@
** **
** Submitted By: **
** **
** W. Eric Norum **
** Saskatchewan Accelerator Laboratory **
** University of Saskatchewan **
** 107 North Road **
** Saskatoon, Saskatchewan, CANADA **
** S7N 5C6 **
** **
** eric@skatter.usask.ca **
** Eric Norum <eric.norum.ca> **
** **
** Modified for use with the MPC860 (original code was for MC68360) **
** by **

View File

@@ -27,11 +27,7 @@
* Copyright (C) 1998 by Frasca International, Inc.
*
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c written by:
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* Eric Norum <eric.norum.ca>
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).

View File

@@ -21,11 +21,7 @@
* Author: Jay Monkman (jmonkman@frasca.com)
* Copyright (C) 1998 by Frasca International, Inc.
* and
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* Eric Norum <eric.norum.ca>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at

View File

@@ -6,7 +6,7 @@
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
* W. Eric Norum (eric@skatter.usask.ca).
* Eric Norum <eric.norum.ca>
*
* Modifications by Darlene Stewart (Darlene.Stewart@iit.nrc.ca):
* Copyright (c) 1999, National Research Council of Canada

View File

@@ -7,7 +7,7 @@
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
* W. Eric Norum (eric@skatter.usask.ca).
* Eric Norum <eric.norum.ca>
*
*
* Modifications :

View File

@@ -21,11 +21,7 @@
* Copyright (C) 1998 by Frasca International, Inc.
*
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c written by:
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).

View File

@@ -8,7 +8,7 @@
* This file is based on several others:
*
* (1) start360.s from the gen68360 BSP by
* W. Eric Norum (eric@skatter.usask.ca)
* W. Eric Norum (eric@norum.ca)
* with the following copyright and license:
*
* COPYRIGHT (c) 1989-1998.

View File

@@ -13,23 +13,18 @@
*/
/*
* Author:
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
* Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
* All rights reserved.
* Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
* All rights reserved.
*
* 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.
* 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 <unistd.h>

View File

@@ -6,7 +6,7 @@
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
* W. Eric Norum (eric@skatter.usask.ca).
* W. Eric Norum (eric@norum.ca).
*
* Modifications by Darlene Stewart (Darlene.Stewart@iit.nrc.ca):
* Copyright (c) 1999, National Research Council of Canada

View File

@@ -6,7 +6,7 @@
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
* W. Eric Norum (eric@skatter.usask.ca).
* W. Eric Norum (eric@norum.ca).
*
*
* Modifications :