2000-11-01 Joel Sherrill <joel@OARcorp.com>

* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
	and libcsupport.h moved from libc to lib/include/rtems and
	now must be referenced as <rtems/XXX.h>.   Header file order
	was cleaned up while doing this.
This commit is contained in:
Joel Sherrill
2000-11-01 21:19:23 +00:00
parent 2af54bf6c0
commit eba2e4f7b3
76 changed files with 377 additions and 147 deletions

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
#ifndef lint #ifndef lint
static char _sccsid[] = "@(#)bspstart.c 09/11/96 1.15\n"; static char _sccsid[] = "@(#)bspstart.c 09/11/96 1.15\n";

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -15,10 +15,11 @@
#include <bsp.h> #include <bsp.h>
#include <uart.h> #include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <uart.h>
/*-------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
| Global Variables | Global Variables
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -15,10 +15,11 @@
#include <bsp.h> #include <bsp.h>
#include <uart.h> #include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <uart.h>
/*-------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
| Global Variables | Global Variables
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,13 +14,11 @@
* $Id$ * $Id$
*/ */
#include <rtems.h> #include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
extern rtems_configuration_table Configuration; extern rtems_configuration_table Configuration;

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -24,8 +24,7 @@ void bsp_clean_up(void);
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-29 Joel Sherrill <joel@OARcorp.com> 2000-10-29 Joel Sherrill <joel@OARcorp.com>
* startup/sbrk.c: Removed. Redundant with shared version. * startup/sbrk.c: Removed. Redundant with shared version.

View File

@@ -32,8 +32,8 @@
#include <bsp.h> #include <bsp.h>
#include <libcsupport.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcpu/cpuModel.h> #include <libcpu/cpuModel.h>
/*-------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -24,8 +24,7 @@ void bsp_clean_up(void);
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,4 +1,11 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,13 +14,12 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with
* some changes. * some changes.

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -20,15 +20,13 @@
* $Id$ * $Id$
*/ */
#include <bsp.h>
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>
#include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#define HEAP_SIZE 1024*1024*2 #define HEAP_SIZE 1024*1024*2

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,11 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <libcsupport.h> #include <rtems/libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,11 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <libcsupport.h> #include <rtems/libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -19,14 +19,12 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with
* some changes. * some changes.

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
unsigned char *duart_base; unsigned char *duart_base;
extern struct duart_regs duart_info; extern struct duart_regs duart_info;

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,14 +14,13 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <zilog/z8036.h> #include <zilog/z8036.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with
* some changes. * some changes.

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -18,12 +18,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -18,12 +18,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -21,14 +21,13 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <page_table.h> #include <page_table.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with
* some changes. * some changes.

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -19,15 +19,13 @@
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <page_table.h> #include <page_table.h>
#include <fatal.h> #include <fatal.h>
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application (in ROM) and our copy of it with * The original table from the application (in ROM) and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -21,13 +21,11 @@
* static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n"; * static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n";
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -21,13 +21,11 @@
* static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n"; * static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n";
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,4 +1,11 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -14,12 +14,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -12,12 +12,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -59,15 +59,13 @@
* $Id$ * $Id$
*/ */
#include <bsp.h>
#include <ictrl.h>
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>
#include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <ictrl.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -32,12 +32,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -31,11 +31,12 @@
* $Id: * $Id:
*/ */
#include <bsp.h> #include <string.h>
#include <pci.h>
#include <rtems/libio.h>
#include <libcsupport.h> #include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <pci.h>
unsigned char ucSystemType; unsigned char ucSystemType;
unsigned char ucBoardRevMaj; unsigned char ucBoardRevMaj;

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -15,14 +15,13 @@
* $Id$ * $Id$
*/ */
#include <bsp.h>
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>
#include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with
* some changes. * some changes.

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -16,12 +16,11 @@
* $Id: * $Id:
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
vector function (mpc60x_vector_is_valid) instead of MPC750
specific function to allow operation on boards with CPUs other
than the MPC750.
2001-03-30 Eric Valette <valette@crf.canon.fr>
* Makefile.am, console/consoleIo.h, include/bsp.h:
These modifications are part of the conversion of the These modifications are part of the conversion of the
mpc8xx CPU to the "new exception processing model." mpc8xx CPU to the "new exception processing model."

View File

@@ -18,10 +18,10 @@
* $Id$ * $Id$
*/ */
#include <bsp.h>
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h> #include <string.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <bsp/consoleIo.h> #include <bsp/consoleIo.h>
#include <libcpu/spr.h> #include <libcpu/spr.h>
#include <bsp/residual.h> #include <bsp/residual.h>

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -25,12 +25,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.

View File

@@ -21,12 +21,11 @@
* $Id$ * $Id$
*/ */
#include <string.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <libcsupport.h>
#include <string.h>
/* /*
* The original table from the application and our copy of it with * The original table from the application and our copy of it with

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Add qnolinkcmds. * bsp_specs: Add qnolinkcmds.

View File

@@ -18,12 +18,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <bsp.h> #include <bsp.h>
#include <libcsupport.h> #include <rtems/libcsupport.h>
#include <rtems/libio.h> #include <rtems/libio.h>
extern rtems_configuration_table Configuration; extern rtems_configuration_table Configuration;