summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 21:06:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 21:06:53 +0000
commitc1dcda5d1382b14c00be0449bfe57e3daca0826d (patch)
tree092eee8bd4f70921b29a59a9ac870222e84580ee /c/src/lib/libbsp
parent2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c1dcda5d1382b14c00be0449bfe57e3daca0826d.tar.bz2
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove prototypes of routines in bootcard.h.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h16
4 files changed, 11 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
index 7317a30155..dc46e1b438 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
@@ -1,5 +1,9 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * include/bsp.h: Remove prototypes of routines in bootcard.h.
+
+2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
index ef246adf62..b5b72f5fd4 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
@@ -27,7 +27,7 @@
*
* This file includes definitions for the MBX860 and MBX821.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -136,8 +136,6 @@ extern unsigned int BSP_bus_frequency;
/* functions */
-void bsp_cleanup( void );
-
rtems_isr_entry set_vector( /* returns old vector */
rtems_isr_entry handler, /* isr routine */
rtems_vector_number vector, /* vector number */
diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog
index 72987b731d..f80fbb6778 100644
--- a/c/src/lib/libbsp/unix/posix/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/ChangeLog
@@ -1,5 +1,9 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * include/bsp.h: Remove prototypes of routines in bootcard.h.
+
+2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* Makefile.am, configure.ac, startup/bspstart.c: Add
bsp_get_work_area() implementation and use more of the BSP
Initialization Framework.
diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h
index b1fe204d2c..c1feadb4ac 100644
--- a/c/src/lib/libbsp/unix/posix/include/bsp.h
+++ b/c/src/lib/libbsp/unix/posix/include/bsp.h
@@ -1,8 +1,7 @@
-/* bsp.h
- *
+/*
* This include file contains all POSIX BSP definitions.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,20 +25,9 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/iosupp.h>
-#define RAM_START 0
-#define RAM_END 0x100000
-
-/* miscellaneous stuff assumed to exist */
-
/* functions */
rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int);
-void bsp_start( void );
-
-/* miscellaneous stuff assumed to exist */
-
-extern int rtems_argc;
-extern char **rtems_argv;
extern int cpu_number;