source: rtems/c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in @ 63d82b7

4.104.115
Last change on this file since 63d82b7 was 63d82b7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 19:52:35

2008-09-23 Joel Sherrill <joel.sherrill@…>

  • configure.ac, include/bspopts.h.in: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 926 bytes
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* If defined */
4#undef BSP_DIRTY_MEMORY
5
6/* Define to the address where bug reports for this package should be sent. */
7#undef PACKAGE_BUGREPORT
8
9/* Define to the full name of this package. */
10#undef PACKAGE_NAME
11
12/* Define to the full name and version of this package. */
13#undef PACKAGE_STRING
14
15/* Define to the one symbol short name of this package. */
16#undef PACKAGE_TARNAME
17
18/* Define to the version of this package. */
19#undef PACKAGE_VERSION
20
21/* If defined, then the PowerPC specific code in RTEMS will use data cache
22   instructions to optimize the context switch code. This code can conflict
23   with debuggers or emulators. It is known to break the Corelis PowerPC
24   emulator with at least some combinations of PowerPC 603e revisions and
25   emulator versions. The BSP actually contains the call that enables this. */
26#undef PPC_USE_DATA_CACHE
Note: See TracBrowser for help on using the repository browser.