summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-24 02:19:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-24 02:19:03 +0000
commit27ccae87c243aceb396679b3e1060bcbbdbb8d0c (patch)
treeb2964845e0127b47e71b75d55d17fdf183c9681c
parent2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-27ccae87c243aceb396679b3e1060bcbbdbb8d0c.tar.bz2
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1322/bsps * include/bspopts.h.in: Remove.
-rw-r--r--c/src/lib/libbsp/arm/smdk2410/include/bspopts.h.in16
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in19
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/include/bspopts.h.in24
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in24
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in23
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/bspopts.h.in33
6 files changed, 0 insertions, 139 deletions
diff --git a/c/src/lib/libbsp/arm/smdk2410/include/bspopts.h.in b/c/src/lib/libbsp/arm/smdk2410/include/bspopts.h.in
deleted file mode 100644
index f11cf7efbb..0000000000
--- a/c/src/lib/libbsp/arm/smdk2410/include/bspopts.h.in
+++ /dev/null
@@ -1,16 +0,0 @@
-/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in b/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
deleted file mode 100644
index 65492dfa5e..0000000000
--- a/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
+++ /dev/null
@@ -1,19 +0,0 @@
-/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-
-/* Use a clock speed of 100000000 for the m5484FireEngine board */
-#undef BSP_CPU_CLOCK_SPEED
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
diff --git a/c/src/lib/libbsp/m68k/mcf52235/include/bspopts.h.in b/c/src/lib/libbsp/m68k/mcf52235/include/bspopts.h.in
deleted file mode 100644
index a8a4bcbb38..0000000000
--- a/c/src/lib/libbsp/m68k/mcf52235/include/bspopts.h.in
+++ /dev/null
@@ -1,24 +0,0 @@
-/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-
-/* BSP uses shared logic in bootcard.c */
-#undef BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
-
-/* If defined, then PSIM will put a non-zero pattern into the RTEMS Workspace
- and C program heap. This should assist in finding code that assumes memory
- starts set to zero. */
-#undef BSP_DIRTY_MEMORY
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
diff --git a/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in b/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in
deleted file mode 100644
index a8a4bcbb38..0000000000
--- a/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in
+++ /dev/null
@@ -1,24 +0,0 @@
-/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-
-/* BSP uses shared logic in bootcard.c */
-#undef BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
-
-/* If defined, then PSIM will put a non-zero pattern into the RTEMS Workspace
- and C program heap. This should assist in finding code that assumes memory
- starts set to zero. */
-#undef BSP_DIRTY_MEMORY
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in b/c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in
deleted file mode 100644
index 2678efef45..0000000000
--- a/c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in
+++ /dev/null
@@ -1,23 +0,0 @@
-/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* If defined, then the PowerPC specific code in RTEMS will use data cache
- instructions to optimize the context switch code. This code can conflict
- with debuggers or emulators. It is known to break the Corelis PowerPC
- emulator with at least some combinations of PowerPC 603e revisions and
- emulator versions. The BSP actually contains the call that enables this. */
-#undef PPC_USE_DATA_CACHE
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/bspopts.h.in b/c/src/lib/libbsp/powerpc/virtex/include/bspopts.h.in
deleted file mode 100644
index 72e76868df..0000000000
--- a/c/src/lib/libbsp/powerpc/virtex/include/bspopts.h.in
+++ /dev/null
@@ -1,33 +0,0 @@
-/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* If defined, then the PowerPC specific code in RTEMS will use some of the
- special purpose registers to slightly optimize interrupt response time. The
- use of these registers can conflict with other tools like debuggers. */
-#undef PPC_USE_SPRG
-
-/* This defines the base address of the exception table. NOTE: Vectors are
- actually at 0xFFF00000 but file starts at offset. */
-#undef PPC_VECTOR_FILE_BASE
-
-/* This defines the location of the hardware specific "xparameters.h" file. in
- the file system. Specify an absolute path. Don't forget the double quotes
- */
-#undef RTEMS_XPARAMETERS_H
-
-/* Defines path to Xilinx XPS PPC libraries. */
-#undef RTEMS_XPPC_BASE