summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c7
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c10
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c7
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c7
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/bspstart.c9
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c7
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/bspstart.c6
14 files changed, 73 insertions, 29 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/ChangeLog b/c/src/lib/libbsp/powerpc/dmv177/ChangeLog
index ae36b148ce..ab59e6f9df 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/dmv177/ChangeLog
@@ -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>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c b/c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c
index 4a9f6bcf83..3fccb309fb 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c
@@ -12,12 +12,11 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
/*
* The original table from the application and our copy of it with
diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
index b3acf4a7f8..57d2c1a8b1 100644
--- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
@@ -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>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
index 175f6e147b..0988a57301 100644
--- a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
@@ -59,15 +59,13 @@
* $Id$
*/
+#include <string.h>
+#include <fcntl.h>
#include <bsp.h>
-#include <ictrl.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
-#include <fcntl.h>
+#include <rtems/libcsupport.h>
+#include <ictrl.h>
/*
* The original table from the application and our copy of it with
diff --git a/c/src/lib/libbsp/powerpc/papyrus/ChangeLog b/c/src/lib/libbsp/powerpc/papyrus/ChangeLog
index b3acf4a7f8..57d2c1a8b1 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/papyrus/ChangeLog
@@ -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>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
index c5e15313bf..8d603e4b34 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
@@ -32,12 +32,11 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
/*
* The original table from the application and our copy of it with
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
index fb85537514..f395081ea6 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
@@ -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>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
index e2a4ee0d39..4835f64679 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
@@ -31,11 +31,12 @@
* $Id:
*/
+#include <string.h>
+
#include <bsp.h>
-#include <pci.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
+#include <rtems/libcsupport.h>
+#include <pci.h>
unsigned char ucSystemType;
unsigned char ucBoardRevMaj;
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index 53e5f55609..b889f0d311 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -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>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
index a5cc6ebd9f..cc588fc2cd 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
@@ -15,14 +15,13 @@
* $Id$
*/
-#include <bsp.h>
-#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
#include <string.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
* some changes.
diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
index d36af7c648..0693dac51d 100644
--- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
@@ -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>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
index 4da15d89b6..c0b66fc9cb 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
@@ -16,12 +16,11 @@
* $Id:
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
/*
* The original table from the application and our copy of it with
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index e9cd56d014..77f6605928 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -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
mpc8xx CPU to the "new exception processing model."
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
index f567367834..12061e6206 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
@@ -18,10 +18,10 @@
* $Id$
*/
-#include <bsp.h>
-#include <rtems/libio.h>
-#include <libcsupport.h>
#include <string.h>
+
+#include <rtems/libio.h>
+#include <rtems/libcsupport.h>
#include <bsp/consoleIo.h>
#include <libcpu/spr.h>
#include <bsp/residual.h>