forked from Imagelibrary/rtems
Misc. cosmetics.
This commit is contained in:
@@ -110,4 +110,3 @@ rtems_isr_entry set_vector(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
@@ -80,4 +80,3 @@ rtems_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
@@ -17,9 +17,8 @@
|
|||||||
* Transition Networks makes no representations about the suitability
|
* Transition Networks makes no representations about the suitability
|
||||||
* of this software for any purpose.
|
* of this software for any purpose.
|
||||||
*
|
*
|
||||||
* clock.S,v 1.5 2001/05/24 13:23:48 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
/* @(#)clock.S 08/20/96 1.2 */
|
|
||||||
|
|
||||||
#include <iregdef.h>
|
#include <iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <idtcpu.h>
|
||||||
|
|||||||
@@ -17,9 +17,7 @@
|
|||||||
* Transition Networks makes no representations about the suitability
|
* Transition Networks makes no representations about the suitability
|
||||||
* of this software for any purpose.
|
* of this software for any purpose.
|
||||||
*
|
*
|
||||||
* clock.h,v 1.2 1996/09/11 19:14:52 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* @(#)clock.h 08/20/96 1.2 */
|
|
||||||
|
|
||||||
extern void mips_set_timer( uint32_t timer_clock_interval );
|
extern void mips_set_timer( uint32_t timer_clock_interval );
|
||||||
|
|||||||
@@ -25,19 +25,9 @@
|
|||||||
* 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.rtems.com/license/LICENSE.
|
||||||
*
|
*
|
||||||
* console.c,v 1.10.4.1 2003/09/04 18:44:52 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Rather than deleting this, it is commented out to (hopefully) help
|
|
||||||
* the submitter send updates.
|
|
||||||
*
|
|
||||||
* static char _sccsid[] = "@(#)console.c 08/20/96 1.6\n";
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
@@ -11,12 +11,11 @@
|
|||||||
* 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.rtems.com/license/LICENSE.
|
||||||
*
|
*
|
||||||
* bsp.h,v 1.12.4.1 2003/09/04 18:44:52 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
/* @(#)bsp.h 03/15/96 1.1 */
|
|
||||||
|
|
||||||
#ifndef __HURRICANE_BSP_h
|
#ifndef _BSP_H
|
||||||
#define __HURRICANE_BSP_h
|
#define _BSP_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -125,5 +124,3 @@ rtems_isr_entry set_vector(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __HURRICANE_BSP_h */
|
#endif /* __HURRICANE_BSP_h */
|
||||||
|
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
@@ -21,9 +21,8 @@
|
|||||||
* 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.rtems.com/license/LICENSE.
|
||||||
*
|
*
|
||||||
* coverhd.h,v 1.7.6.1 2003/09/04 18:44:52 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
/* @(#)coverhd.h 04/08/96 1.3 */
|
|
||||||
|
|
||||||
#ifndef __COVERHD_h
|
#ifndef __COVERHD_h
|
||||||
#define __COVERHD_h
|
#define __COVERHD_h
|
||||||
@@ -112,4 +111,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
@@ -19,8 +19,6 @@ two paragraphs in the transferred software.
|
|||||||
|
|
||||||
COPYRIGHT IDT CORPORATION 1996
|
COPYRIGHT IDT CORPORATION 1996
|
||||||
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||||
|
|
||||||
start.S,v 1.6 2001/09/28 23:14:23 joel Exp
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
@@ -28,9 +26,12 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
** Copyright 1991-95 Integrated Device Technology, Inc.
|
** Copyright 1991-95 Integrated Device Technology, Inc.
|
||||||
** All Rights Reserved
|
** All Rights Reserved
|
||||||
**
|
**
|
||||||
** idt_csu.S -- IDT stand alone startup code
|
|
||||||
**
|
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
#include <rtems/mips/iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <rtems/mips/idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
@@ -339,4 +340,3 @@ __sizemem:
|
|||||||
j ra
|
j ra
|
||||||
nop
|
nop
|
||||||
.end __sizemem
|
.end __sizemem
|
||||||
|
|
||||||
|
|||||||
@@ -14,18 +14,9 @@
|
|||||||
* 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.rtems.com/license/LICENSE.
|
||||||
*
|
*
|
||||||
* bspclean.c,v 1.9.6.1 2003/09/04 18:44:52 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* Rather than deleting this, it is commented out to (hopefully) help
|
|
||||||
* the submitter send updates.
|
|
||||||
*
|
|
||||||
* static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|
||||||
|
|||||||
@@ -11,14 +11,7 @@
|
|||||||
* 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.rtems.com/license/LICENSE.
|
||||||
*
|
*
|
||||||
* bspstart.c,v 1.14.6.1 2003/09/04 18:44:52 joel Exp
|
* $Id$
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Rather than deleting this, it is commented out to (hopefully) help
|
|
||||||
* the submitter send updates.
|
|
||||||
*
|
|
||||||
* static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n";
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -20,16 +20,12 @@ two paragraphs in the transferred software.
|
|||||||
COPYRIGHT IDT CORPORATION 1996
|
COPYRIGHT IDT CORPORATION 1996
|
||||||
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||||
|
|
||||||
idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** idttlb.s - fetch the registers associated with and the contents
|
* $Id$
|
||||||
** of the tlb.
|
*/
|
||||||
**
|
|
||||||
*/
|
|
||||||
/* 950308: Ketan patched a few tlb functions that would not have worked.*/
|
|
||||||
#include <rtems/mips/iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <rtems/mips/idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* inittlb.c,v 1.2 1999/03/31 23:21:19 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/mips/idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
@@ -13,4 +13,3 @@ void init_tlb(void)
|
|||||||
for (i = 0; i < N_TLB_ENTRIES; i++ )
|
for (i = 0; i < N_TLB_ENTRIES; i++ )
|
||||||
resettlb(i);
|
resettlb(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,17 +19,9 @@
|
|||||||
* 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.rtems.com/license/LICENSE.
|
||||||
*
|
*
|
||||||
* setvec.c,v 1.8.6.1 2003/09/04 18:44:52 joel Exp
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* Rather than deleting this, it is commented out to (hopefully) help
|
|
||||||
* the submitter send updates.
|
|
||||||
*
|
|
||||||
* static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,8 @@
|
|||||||
# NOTE: This is just a template. The times are irrelevant since this BSP
|
# NOTE: This is just a template. The times are irrelevant since this BSP
|
||||||
# can only be compiled -- not executed.
|
# can only be compiled -- not executed.
|
||||||
#
|
#
|
||||||
# times,v 1.2 1998/01/16 16:56:32 joel Exp
|
# $Id$
|
||||||
#
|
#
|
||||||
# @(#)times 08/01/96 1.4
|
|
||||||
|
|
||||||
NOTE: To obtain the execution time in microseconds, divide the number of
|
NOTE: To obtain the execution time in microseconds, divide the number of
|
||||||
cycles by the clock speed. For example, if rtems_semaphore create
|
cycles by the clock speed. For example, if rtems_semaphore create
|
||||||
|
|||||||
@@ -58,4 +58,3 @@ rtems_isr_entry set_vector(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
|
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RBTX4925_h
|
#ifndef _BSP_H
|
||||||
#define __RBTX4925_h
|
#define _BSP_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -93,4 +93,3 @@ rtems_isr_entry set_vector(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
|
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RBTX4938_h
|
#ifndef _BSP_H
|
||||||
#define __RBTX4938_h
|
#define _BSP_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -93,4 +93,3 @@ rtems_isr_entry set_vector(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user