mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Update Eric Norum contact info and start to normalize file headers
This commit is contained in:
@@ -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
|
* Initial release: Oct 1, 2004 by Ed Sutter
|
||||||
*
|
*
|
||||||
* Modifications to support reference counting in the file system are
|
* Modifications to support reference counting in the file system are
|
||||||
|
|||||||
@@ -3,14 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Please send any comments, improvements, or bug reports to:
|
# Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
# W. Eric Norum
|
|
||||||
# Deparment of Electrical Engineering
|
|
||||||
# 53 Campus Driver
|
|
||||||
# University of Saskatchewan
|
|
||||||
# Saskatoon, Saskatchewan, CANADA
|
|
||||||
# S7N 5A9
|
|
||||||
# eric.norum@usask.ca
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -2,31 +2,23 @@
|
|||||||
* Use TIMER 1 and TIMER 2 for Timing Test Suite
|
* Use TIMER 1 and TIMER 2 for Timing Test Suite
|
||||||
* The hardware on the MC68360 makes these routines very simple.
|
* 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
|
* NOTE: It is important that the timer start/stop overhead be
|
||||||
* determined when porting or modifying this code.
|
* 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
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
* found in the file LICENSE in this distribution or at
|
*
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* 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>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -3,12 +3,10 @@
|
|||||||
*
|
*
|
||||||
* The PIT has rather poor resolution, but it is easy to set up
|
* The PIT has rather poor resolution, but it is easy to set up
|
||||||
* and requires no housekeeping once it is going.
|
* and requires no housekeeping once it is going.
|
||||||
*
|
*/
|
||||||
* W. Eric Norum
|
|
||||||
* Saskatchewan Accelerator Laboratory
|
/*
|
||||||
* University of Saskatchewan
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -8,19 +8,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author:
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
* W. Eric Norum
|
|
||||||
* Saskatchewan Accelerator Laboratory
|
|
||||||
* University of Saskatchewan
|
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-1999.
|
||||||
* 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
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* http://www.rtems.org/license/LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|||||||
@@ -7,25 +7,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
*
|
*
|
||||||
* Based on the `gen68302' board support package, and covered by the
|
* COPYRIGHT (c) 1989-1999.
|
||||||
* original distribution terms.
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* W. Eric Norum
|
* The license and distribution terms for this file may be
|
||||||
* Saskatchewan Accelerator Laboratory
|
* found in the file LICENSE in this distribution or at
|
||||||
* University of Saskatchewan
|
* http://www.rtems.org/license/LICENSE.
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIBBSP_M68K_GEN68360_BSP_H
|
#ifndef LIBBSP_M68K_GEN68360_BSP_H
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* MC68360 buffer descriptor allocation routines
|
* MC68360 buffer descriptor allocation routines
|
||||||
*
|
*/
|
||||||
* W. Eric Norum
|
|
||||||
* Saskatchewan Accelerator Laboratory
|
/*
|
||||||
* University of Saskatchewan
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -3,11 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* W. Eric Norum
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
* Saskatchewan Accelerator Laboratory
|
|
||||||
* University of Saskatchewan
|
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -3,22 +3,17 @@
|
|||||||
* This file contains the entry point for the application.
|
* This file contains the entry point for the application.
|
||||||
* It jumps to the BSP which is responsible for performing
|
* It jumps to the BSP which is responsible for performing
|
||||||
* all initialization.
|
* all initialization.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 1996 Eric Norum <eric@norum.ca>
|
||||||
|
|
||||||
|
* COPYRIGHT (c) 1989-1999.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* The license and distribution terms for this file may in
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* the file LICENSE in this distribution or at
|
||||||
*
|
* http://www.rtems.org/license/LICENSE.
|
||||||
* 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
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
# The main purpose of this script is to perform minimum initialization of
|
# The main purpose of this script is to perform minimum initialization of
|
||||||
# processor so code can be loaded. Also, exception handling is performed.
|
# processor so code can be loaded. Also, exception handling is performed.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Copyright (C) OKTET Ltd., St.-Petersburg, Russia
|
# Copyright (C) OKTET Ltd., St.-Petersburg, Russia
|
||||||
# Author: Victor V. Vengerov <vvv@oktet.ru>
|
# Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||||
#
|
#
|
||||||
# This script partially based on gdb scripts written by
|
# 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
|
# 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
|
||||||
|
|||||||
@@ -2,15 +2,17 @@
|
|||||||
* Timer Init
|
* Timer Init
|
||||||
*
|
*
|
||||||
* Use the last DMA timer (DTIM3) as the diagnostic timer.
|
* 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* found in the file LICENSE in this distribution or a
|
||||||
*
|
* 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>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -2,15 +2,17 @@
|
|||||||
* Timer Init
|
* Timer Init
|
||||||
*
|
*
|
||||||
* Use the last DMA timer (DTIM3) as the diagnostic timer.
|
* 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -2,15 +2,17 @@
|
|||||||
* Timer Init
|
* Timer Init
|
||||||
*
|
*
|
||||||
* Use the last DMA timer (DTIM3) as the diagnostic timer.
|
* 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
M68040FPSP -- Motorola 68040 floating point support package
|
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
|
To include these routines in your application call
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
//
|
//
|
||||||
// Modified for Linux-1.3.x by Jes Sorensen (jds@kom.auc.dk)
|
// 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>
|
#include <rtems/asm.h>
|
||||||
|
|||||||
@@ -2,15 +2,17 @@
|
|||||||
* Timer Init
|
* Timer Init
|
||||||
*
|
*
|
||||||
* Use the last DMA timer (DTIM3) as the diagnostic timer.
|
* 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Use the last periodic interval timer (PIT3) as the system clock.
|
* 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -2,16 +2,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
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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 <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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
|
#ifndef LIBBSP_M68K_UC5282_BSP_H
|
||||||
|
|||||||
@@ -5,14 +5,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: W. Eric Norum <norume@aps.anl.gov>
|
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 2005-2014.
|
* COPYRIGHT (c) 2005-2014.
|
||||||
* 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
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* http://www.rtems.org/license/LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _RTEMS_TMTEST27
|
#ifndef _RTEMS_TMTEST27
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* This routine returns control from RTEMS to the monitor.
|
* 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: W. Eric Norum <norume@aps.anl.gov>
|
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 2005.
|
* 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
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* http://www.rtems.org/license/LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -8,14 +8,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: W. Eric Norum <norume@aps.anl.gov>
|
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 2005.
|
* 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
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* http://www.rtems.org/license/LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|||||||
@@ -1,15 +1,17 @@
|
|||||||
/*
|
/*
|
||||||
* 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) 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.
|
* The license and distribution terms for this file may be
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -16,8 +16,7 @@
|
|||||||
* Copyright (C) 1998 by Frasca International, Inc.
|
* Copyright (C) 1998 by Frasca International, Inc.
|
||||||
*
|
*
|
||||||
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c
|
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c
|
||||||
* Author: W. Eric Norum <eric@skatter.usask.ca>
|
* Author: W. Eric Norum <eric@norum.ca>
|
||||||
* Saskatchewan Accelerator Laboratory, University of Saskatchewan, CANADA
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989, 2008.
|
* COPYRIGHT (c) 1989, 2008.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
|||||||
@@ -11,14 +11,7 @@
|
|||||||
*
|
*
|
||||||
* Submitted By: *
|
* Submitted By: *
|
||||||
* *
|
* *
|
||||||
* W. Eric Norum *
|
* Eric Norum <eric@norum.ca> *
|
||||||
* Saskatchewan Accelerator Laboratory *
|
|
||||||
* University of Saskatchewan *
|
|
||||||
* 107 North Road *
|
|
||||||
* Saskatoon, Saskatchewan, CANADA *
|
|
||||||
* S7N 5C6 *
|
|
||||||
* *
|
|
||||||
* eric@skatter.usask.ca *
|
|
||||||
* *
|
* *
|
||||||
* Modified for use with the MPC860 (original code was for MC68360) *
|
* Modified for use with the MPC860 (original code was for MC68360) *
|
||||||
* by *
|
* by *
|
||||||
|
|||||||
@@ -21,14 +21,7 @@
|
|||||||
** **
|
** **
|
||||||
** Submitted By: **
|
** Submitted By: **
|
||||||
** **
|
** **
|
||||||
** W. Eric Norum **
|
** Eric Norum <eric.norum.ca> **
|
||||||
** Saskatchewan Accelerator Laboratory **
|
|
||||||
** University of Saskatchewan **
|
|
||||||
** 107 North Road **
|
|
||||||
** Saskatoon, Saskatchewan, CANADA **
|
|
||||||
** S7N 5C6 **
|
|
||||||
** **
|
|
||||||
** eric@skatter.usask.ca **
|
|
||||||
** **
|
** **
|
||||||
** Modified for use with the MPC860 (original code was for MC68360) **
|
** Modified for use with the MPC860 (original code was for MC68360) **
|
||||||
** by **
|
** by **
|
||||||
|
|||||||
@@ -9,14 +9,7 @@
|
|||||||
** **
|
** **
|
||||||
** Submitted By: **
|
** Submitted By: **
|
||||||
** **
|
** **
|
||||||
** W. Eric Norum **
|
** Eric Norum <eric.norum.ca> **
|
||||||
** Saskatchewan Accelerator Laboratory **
|
|
||||||
** University of Saskatchewan **
|
|
||||||
** 107 North Road **
|
|
||||||
** Saskatoon, Saskatchewan, CANADA **
|
|
||||||
** S7N 5C6 **
|
|
||||||
** **
|
|
||||||
** eric@skatter.usask.ca **
|
|
||||||
** **
|
** **
|
||||||
** Modified for use with the MPC860 (original code was for MC68360) **
|
** Modified for use with the MPC860 (original code was for MC68360) **
|
||||||
** by **
|
** by **
|
||||||
|
|||||||
@@ -27,11 +27,7 @@
|
|||||||
* Copyright (C) 1998 by Frasca International, Inc.
|
* Copyright (C) 1998 by Frasca International, Inc.
|
||||||
*
|
*
|
||||||
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c written by:
|
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c written by:
|
||||||
* W. Eric Norum
|
* Eric Norum <eric.norum.ca>
|
||||||
* Saskatchewan Accelerator Laboratory
|
|
||||||
* University of Saskatchewan
|
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1998.
|
* COPYRIGHT (c) 1989-1998.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
|||||||
@@ -21,11 +21,7 @@
|
|||||||
* Author: Jay Monkman (jmonkman@frasca.com)
|
* Author: Jay Monkman (jmonkman@frasca.com)
|
||||||
* Copyright (C) 1998 by Frasca International, Inc.
|
* Copyright (C) 1998 by Frasca International, Inc.
|
||||||
* and
|
* and
|
||||||
* W. Eric Norum
|
* Eric Norum <eric.norum.ca>
|
||||||
* Saskatchewan Accelerator Laboratory
|
|
||||||
* University of Saskatchewan
|
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* Based on code (alloc860.c in eth_comm port) by
|
* Based on code (alloc860.c in eth_comm port) by
|
||||||
* Jay Monkman (jmonkman@frasca.com),
|
* Jay Monkman (jmonkman@frasca.com),
|
||||||
* which, in turn, is based on code by
|
* 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):
|
* Modifications by Darlene Stewart (Darlene.Stewart@iit.nrc.ca):
|
||||||
* Copyright (c) 1999, National Research Council of Canada
|
* Copyright (c) 1999, National Research Council of Canada
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* Based on code (alloc860.c in eth_comm port) by
|
* Based on code (alloc860.c in eth_comm port) by
|
||||||
* Jay Monkman (jmonkman@frasca.com),
|
* Jay Monkman (jmonkman@frasca.com),
|
||||||
* which, in turn, is based on code by
|
* which, in turn, is based on code by
|
||||||
* W. Eric Norum (eric@skatter.usask.ca).
|
* Eric Norum <eric.norum.ca>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Modifications :
|
* Modifications :
|
||||||
|
|||||||
@@ -21,11 +21,7 @@
|
|||||||
* Copyright (C) 1998 by Frasca International, Inc.
|
* Copyright (C) 1998 by Frasca International, Inc.
|
||||||
*
|
*
|
||||||
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c written by:
|
* Derived from c/src/lib/libbsp/m68k/gen360/console/console.c written by:
|
||||||
* W. Eric Norum
|
* Eric Norum <eric@norum.ca>
|
||||||
* Saskatchewan Accelerator Laboratory
|
|
||||||
* University of Saskatchewan
|
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1998.
|
* COPYRIGHT (c) 1989-1998.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* This file is based on several others:
|
* This file is based on several others:
|
||||||
*
|
*
|
||||||
* (1) start360.s from the gen68360 BSP by
|
* (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:
|
* with the following copyright and license:
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1998.
|
* COPYRIGHT (c) 1989-1998.
|
||||||
|
|||||||
@@ -13,23 +13,18 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author:
|
* Copyright (c) 2005 Eric Norum <eric@norum.ca>
|
||||||
* W. Eric Norum
|
|
||||||
* Saskatchewan Accelerator Laboratory
|
|
||||||
* University of Saskatchewan
|
|
||||||
* Saskatoon, Saskatchewan, CANADA
|
|
||||||
* eric@skatter.usask.ca
|
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1998.
|
* COPYRIGHT (c) 1989-1998.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
* Copyright assigned to U.S. Government, 1994.
|
* Copyright assigned to U.S. Government, 1994.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
|
* Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* Based on code (alloc860.c in eth_comm port) by
|
* Based on code (alloc860.c in eth_comm port) by
|
||||||
* Jay Monkman (jmonkman@frasca.com),
|
* Jay Monkman (jmonkman@frasca.com),
|
||||||
* which, in turn, is based on code by
|
* 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):
|
* Modifications by Darlene Stewart (Darlene.Stewart@iit.nrc.ca):
|
||||||
* Copyright (c) 1999, National Research Council of Canada
|
* Copyright (c) 1999, National Research Council of Canada
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* Based on code (alloc860.c in eth_comm port) by
|
* Based on code (alloc860.c in eth_comm port) by
|
||||||
* Jay Monkman (jmonkman@frasca.com),
|
* Jay Monkman (jmonkman@frasca.com),
|
||||||
* which, in turn, is based on code by
|
* which, in turn, is based on code by
|
||||||
* W. Eric Norum (eric@skatter.usask.ca).
|
* W. Eric Norum (eric@norum.ca).
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Modifications :
|
* Modifications :
|
||||||
|
|||||||
Reference in New Issue
Block a user