forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
+--------------------------------------------------------------------------*/
|
+--------------------------------------------------------------------------*/
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
+--------------------------------------------------------------------------*/
|
+--------------------------------------------------------------------------*/
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------+
|
/*-------------------------------------------------------------------------+
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user