Added CVS Ids and a basic header. More header cleanup needed.

This commit is contained in:
Joel Sherrill
1999-10-27 16:27:34 +00:00
parent f08a559655
commit 2ea8df3beb
42 changed files with 174 additions and 9 deletions
@@ -1,4 +1,9 @@
/* PMC901 specific configuration values */
/*
* PMC901 specific configuration values
*
* $Id$
*/
#ifndef __PMC901_CONFIG__
#define __PMC901_CONFIG__
/* The following define the PMC960 bus regions */
@@ -1,3 +1,7 @@
/*
* $Id$
*/
/*
* asmfault.s
* Last change : 31. 1.95
@@ -2,6 +2,10 @@
/* asmfault.h */
/* Last change : 3.11.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _ASMFAULT_H_
#define _ASMFAULT_H_
@@ -1,3 +1,7 @@
#
# $Id$
#
#######################################
# asmstub.s #
# Last change : 20. 1.95 #
@@ -2,6 +2,10 @@
/* asmstub.h */
/* Last change : 20. 1.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _ASMSTUB_H_
#define _ASMSTUB_H_
@@ -2,6 +2,10 @@
/* cntrltbl.c */
/* Last change : 7.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "i960RP.h"
#include "cntrltbl.h"
/*-------------------------------------*/
@@ -2,6 +2,10 @@
/* cntrltbl.h */
/* Last change : 11. 1.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _CNTRLTBL_H_
#define _CNTRLTBL_H_
@@ -4,6 +4,10 @@
/*------------------------------------*
* To build ROM based i960 image.
*------------------------------------*/
/*
* $Id$
*/
MEMORY
@@ -2,6 +2,10 @@
/* fault.c */
/* Last change : 13. 7.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "prcb.h"
#include "i960.h"
#include "flttbl.h"
@@ -2,6 +2,10 @@
/* fault.h */
/* Last change : 2.11.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _FAULT_H_
#define _FAULT_H_
@@ -2,6 +2,10 @@
/* faultret.h */
/* Last change : 3.11.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _FAULTRET_H_
#define _FAULTRET_H_
@@ -2,6 +2,10 @@
/* flttbl.c */
/* Last change : 3.11.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "i960.h"
#include "string.h"
#include "sctns.h"
@@ -2,6 +2,10 @@
/* fltbl.h */
/* Last change : 3.11.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _FLTTBL_H_
#define _FLTTBL_H_
@@ -2,6 +2,10 @@
/* frmstr.c */
/* Last change : 14.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "frmstr.h"
/*-------------------------------------*/
/* How to treat the rest.
@@ -1,8 +1,9 @@
/* frmstr.h
* Interface to procedures used to implement
* the printf group.
*/
/* frmstr.h
* Interface to procedures used to implement
* the printf group.
*
* $Id$
*/
#ifndef _FRMSTR_H_
#define _FRMSTR_H_
@@ -2,6 +2,10 @@
/* i960.h */
/* Last change : 3.11.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _I960_H_
#define _I960_H_
@@ -1,3 +1,7 @@
#
# $Id$
#
#######################################
# ihandler.s #
# Last change : 8.11.94 #
@@ -2,6 +2,10 @@
/* ihandler.h */
/* Last change : 12.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _IHANDLER_H_
#define _IHANDLER_H_
@@ -2,6 +2,10 @@
/* intrtbl.c */
/* Last change : 12.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "ihandler.h"
#include "intrtbl.h"
/*-------------------------------------*/
@@ -2,6 +2,10 @@
/* intrtbl.h */
/* Last change : 12.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _INTRTBL_H_
#define _INTRTBL_H_
@@ -1,7 +1,10 @@
/*
a safe version of printf that might be useful for debugging parts that
are known to have problems e.g. with printf() e.t.c.
*/
* a safe version of printf that might be useful for debugging parts that
* are known to have problems e.g. with printf() e.t.c.
*
* $Id$
*/
#include <_ansi.h>
#ifdef _HAVE_STDC
#include <stdarg.h>
@@ -5,6 +5,10 @@
* To build ROM based i960 image.
*------------------------------------*/
/*
* $Id$
*/
MEMORY
{
@@ -2,6 +2,10 @@
/* main.h */
/* Last change : 2. 2.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _MAIN_H_
#define _MAIN_H_
@@ -2,6 +2,10 @@
/* memchnl.h */
/* Last change : 16. 5.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _MEMCHNL_H_
#define _MEMCHNL_H_
@@ -1,3 +1,7 @@
/*
* $Id$
*/
int mach_error_expected = 0;
void nmi_isr(void)
{
@@ -2,6 +2,10 @@
/* systbl.c */
/* Last change : 21. 3.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "prcb.h"
#include "systbl.h"
/*-------------------------------------*/
@@ -1,3 +1,7 @@
/*
* $Id$
*/
/* Memory map for the pmc901 ; works for most RAMiX PMC/CPCI modules as well */
#define UART_REG 0xc0000100
@@ -2,6 +2,10 @@
/* prcb.c */
/* Last change : 11.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "flttbl.h"
#include "cntrltbl.h"
#include "intrtbl.h"
@@ -2,6 +2,10 @@
/* prcb.h */
/* Last change : 11. 1.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _PRCB_H_
#define _PRCB_H_
@@ -5,6 +5,10 @@
* To build ROM based i960 image.
*------------------------------------*/
/*
* $Id$
*/
MEMORY
{
@@ -2,6 +2,10 @@
/* cntrltbl.c */
/* Last change : 7.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include <i960RP.h>
#include "cntrltbl.h"
/*-------------------------------------*/
@@ -2,6 +2,10 @@
/* rom_ibr.h */
/* Last change : 23. 1.95 */
/*-------------------------------------*/\
/*
* $Id$
*/
#include "rom_ibr.h"
#include "prcb.h"
#include "cntrltbl.h"
@@ -2,6 +2,10 @@
/* rom_ibr.h */
/* Last change : 23. 1.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _ROM_IBR_H_
#define _ROM_IBR_H_
@@ -2,6 +2,10 @@
/* prcb.c */
/* Last change : 11.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "flttbl.h"
#include "cntrltbl.h"
#include "intrtbl.h"
@@ -2,6 +2,10 @@
/* rommon.h */
/* Last change : 23. 1.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _ROMMON_H_
#define _ROMMON_H_
@@ -1,3 +1,7 @@
/*
* $Id$
*/
#include "asm.h"
BEGIN_CODE
@@ -2,6 +2,10 @@
/* sctns.c */
/* Last change : 10.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "sctns.h"
#include "pmc901_memmap.h"
/*#include "led.h"*/
@@ -2,6 +2,10 @@
/* sctns.h */
/* Last change : 10.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _SCTNS_H_
#define _SCTNS_H_
@@ -2,6 +2,10 @@
/* systbl.c */
/* Last change : 21. 3.95 */
/*-------------------------------------*/
/*
* $Id$
*/
#include "prcb.h"
/*#include "uart_access.h" */
#include "fault.h"
@@ -2,6 +2,10 @@
/* systbl.h */
/* Last change : 14.10.94 */
/*-------------------------------------*/
/*
* $Id$
*/
#ifndef _SYSTBL_H_
#define _SYSTBL_H_
@@ -1,2 +1,6 @@
/*
* $Id$
*/
extern void gettime_impl(void);
extern void gettime_us_impl(void);
@@ -1,3 +1,7 @@
/*
* $Id$
*/
/* Type definitions for our use */
#ifndef __TYPES_H
#define __TYPES_H