Changeset 12b36efe in rtems
- Timestamp:
- Nov 7, 2005, 5:22:23 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 91c832b9
- Parents:
- 086c1c3
- Location:
- c/src/lib/libbsp/m68k/uC5282
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/uC5282/ChangeLog
r086c1c3 r12b36efe 1 2005-11-07 Eric Norum <norume@aps.anl.gov> 2 3 * Almost everything: Assign copyright to OAR. 4 1 5 2005-10-26 Eric Norum <norume@aps.anl.gov> 2 6 -
c/src/lib/libbsp/m68k/uC5282/clock/clock.c
r086c1c3 r12b36efe 1 1 /* 2 2 * Use the last periodic interval timer (PIT3) as the system clock. 3 * 4 * Author: W. Eric Norum <norume@aps.anl.gov> 5 * 6 * COPYRIGHT (c) 2005. 7 * On-Line Applications Research Corporation (OAR). 8 * 9 * The license and distribution terms for this file may be 10 * found in the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 3 12 * 4 13 * $Id$ -
c/src/lib/libbsp/m68k/uC5282/console/console.c
r086c1c3 r12b36efe 1 /* 2 * Multi UART console serial I/O. 3 * 4 * TO DO: Add DMA input/output 5 */ 1 /* 2 * Multi UART console serial I/O. 3 * 4 * TO DO: Add DMA input/output 5 * 6 * Author: W. Eric Norum <norume@aps.anl.gov> 7 * 8 * COPYRIGHT (c) 2005. 9 * On-Line Applications Research Corporation (OAR). 10 * 11 * The license and distribution terms for this file may be 12 * found in the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 * 15 */ 6 16 7 17 #include <stdio.h> -
c/src/lib/libbsp/m68k/uC5282/include/bsp.h
r086c1c3 r12b36efe 1 1 /* 2 2 * uC5282 BSP header file 3 * 4 * Author: W. Eric Norum <norume@aps.anl.gov> 5 * 6 * COPYRIGHT (c) 2005. 7 * On-Line Applications Research Corporation (OAR). 8 * 9 * The license and distribution terms for this file may be 10 * found in the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 3 12 */ 4 13 -
c/src/lib/libbsp/m68k/uC5282/include/tm27.h
r086c1c3 r12b36efe 1 1 /* 2 * Author: W. Eric Norum <norume@aps.anl.gov> 3 * 4 * COPYRIGHT (c) 2005. 5 * On-Line Applications Research Corporation (OAR). 6 * 2 7 * The license and distribution terms for this file may be 3 8 * found in the file LICENSE in this distribution or at 4 * http://www. rtems.com/license/LICENSE.9 * http://www.OARcorp.com/rtems/license.html. 5 10 */ 6 11 -
c/src/lib/libbsp/m68k/uC5282/network/network.c
r086c1c3 r12b36efe 1 1 /* 2 2 * RTEMS driver for MCF5282 Fast Ethernet Controller 3 * 4 * Author: W. Eric Norum <norume@aps.anl.gov> 5 * 6 * COPYRIGHT (c) 2005. 7 * On-Line Applications Research Corporation (OAR). 8 * 9 * The license and distribution terms for this file may be 10 * found in the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 3 12 */ 4 13 -
c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c
r086c1c3 r12b36efe 4 4 * This routine returns control from RTEMS to the monitor. 5 5 * 6 * Author: 7 * David Fiddes, D.J@fiddes.surfaid.org 8 * http://www.calm.hw.ac.uk/davidf/coldfire/ 6 * Author: W. Eric Norum <norume@aps.anl.gov> 9 7 * 10 * COPYRIGHT (c) 1989-1998.8 * COPYRIGHT (c) 2005. 11 9 * On-Line Applications Research Corporation (OAR). 12 * Copyright assigned to U.S. Government, 1994.13 10 * 14 11 * The license and distribution terms for this file may be 15 12 * found in the file LICENSE in this distribution or at 16 *17 13 * http://www.OARcorp.com/rtems/license.html. 18 * 14 * 19 15 * $Id$ 20 16 */ -
c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
r086c1c3 r12b36efe 7 7 * before this routine is invoked. 8 8 * 9 * Author: 10 * David Fiddes, D.J@fiddes.surfaid.org 11 * http://www.calm.hw.ac.uk/davidf/coldfire/ 9 * Author: W. Eric Norum <norume@aps.anl.gov> 12 10 * 13 * COPYRIGHT (c) 1989-1998.11 * COPYRIGHT (c) 2005. 14 12 * On-Line Applications Research Corporation (OAR). 15 * Copyright assigned to U.S. Government, 1994.16 13 * 17 14 * The license and distribution terms for this file may be 18 15 * found in the file LICENSE in this distribution or at 19 *20 16 * http://www.OARcorp.com/rtems/license.html. 21 17 * -
c/src/lib/libbsp/m68k/uC5282/startup/init5282.c
r086c1c3 r12b36efe 1 1 /* 2 * 3 * 4 * 2 * This is where the real hardware setup is done. A minimal stack 3 * has been provided by the start.S code. No normal C or RTEMS 4 * functions can be called from here. 5 5 * 6 6 * This routine is pretty simple for the uC5282 because all the hard 7 7 * work has been done by the bootstrap dBUG code. 8 * 9 * Author: W. Eric Norum <norume@aps.anl.gov> 10 * 11 * COPYRIGHT (c) 2005. 12 * On-Line Applications Research Corporation (OAR). 13 * 14 * The license and distribution terms for this file may be 15 * found in the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 8 17 */ 9 18 -
c/src/lib/libbsp/m68k/uC5282/startup/linkcmds
r086c1c3 r12b36efe 3 3 * to the Arcturus uC DIMM ColdFire 5282 4 4 * 5 * COPYRIGHT (c) 1989-1999. 5 * Author: W. Eric Norum <norume@aps.anl.gov> 6 * 7 * COPYRIGHT (c) 2005. 6 8 * On-Line Applications Research Corporation (OAR). 7 9 * -
c/src/lib/libbsp/m68k/uC5282/timer/timer.c
r086c1c3 r12b36efe 3 3 * 4 4 * Use the last DMA timer (DTIM3) as the diagnostic timer. 5 * 6 * Author: W. Eric Norum <norume@aps.anl.gov> 7 * 8 * COPYRIGHT (c) 2005. 9 * On-Line Applications Research Corporation (OAR). 10 * 11 * The license and distribution terms for this file may be 12 * found in the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 5 14 */ 6 15
Note: See TracChangeset
for help on using the changeset viewer.