From 27ccae87c243aceb396679b3e1060bcbbdbb8d0c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 24 Sep 2008 02:19:03 +0000 Subject: =?UTF-8?q?2008-09-24=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR 1322/bsps * include/bspopts.h.in: Remove. --- c/src/lib/libbsp/arm/smdk2410/include/bspopts.h.in | 16 ----------- .../libbsp/m68k/genmcf548x/include/bspopts.h.in | 19 ------------- .../lib/libbsp/m68k/mcf52235/include/bspopts.h.in | 24 ---------------- c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in | 24 ---------------- .../libbsp/powerpc/mvme3100/include/bspopts.h.in | 23 --------------- .../lib/libbsp/powerpc/virtex/include/bspopts.h.in | 33 ---------------------- 6 files changed, 139 deletions(-) delete mode 100644 c/src/lib/libbsp/arm/smdk2410/include/bspopts.h.in delete mode 100644 c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in delete mode 100644 c/src/lib/libbsp/m68k/mcf52235/include/bspopts.h.in delete mode 100644 c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in delete mode 100644 c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in delete mode 100644 c/src/lib/libbsp/powerpc/virtex/include/bspopts.h.in 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 -- cgit v1.2.3