Changeset 94f37add in rtems for c/src


Ignore:
Timestamp:
06/07/11 13:27:06 (13 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
353be08
Parents:
904199a
Message:

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • configure.ac: Use standard cache BSP options.
Location:
c/src/lib/libbsp/powerpc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/mvme3100/ChangeLog

    r904199a r94f37add  
     12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
     2
     3        * configure.ac: Use standard cache BSP options.
     4
    152011-05-17      Till Straumann <strauman@slac.stanford.edu>
    26
  • c/src/lib/libbsp/powerpc/mvme3100/configure.ac

    r904199a r94f37add  
    2727dnl   && test -n "$AMPOLISH3"])
    2828
    29 RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
    30 RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
    31 [If defined, then the PowerPC specific code in RTEMS will use
    32  data cache instructions to optimize the context switch code.
    33  This code can conflict with debuggers or emulators.  It is known
    34  to break the Corelis PowerPC emulator with at least some combinations
    35  of PowerPC 603e revisions and emulator versions.
    36  The BSP actually contains the call that enables this.])
     29RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED([*],[1])
     30RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED
     31
     32RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED([*],[1])
     33RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED
    3734
    3835RTEMS_BSPOPTS_SET([CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK], [*], [1])
  • c/src/lib/libbsp/powerpc/mvme5500/ChangeLog

    r904199a r94f37add  
     12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
     2
     3        * configure.ac: Use standard cache BSP options.
     4
    152011-05-17      Till Straumann <strauman@slac.stanford.edu>
    26
  • c/src/lib/libbsp/powerpc/mvme5500/configure.ac

    r904199a r94f37add  
    2323AM_PROG_AS
    2424
    25 RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
    26 RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
    27 [If defined, then the PowerPC specific code in RTEMS will use
    28  data cache instructions to optimize the context switch code.
    29  This code can conflict with debuggers or emulators.  It is known
    30  to break the Corelis PowerPC emulator with at least some combinations
    31  of PowerPC 603e revisions and emulator versions.
    32  The BSP actually contains the call that enables this.])
     25RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED([*],[1])
     26RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED
     27
     28RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED([*],[1])
     29RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED
    3330
    3431RTEMS_BSPOPTS_SET([CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK], [*], [1])
Note: See TracChangeset for help on using the changeset viewer.