forked from Imagelibrary/rtems
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE), RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
|
||||||
|
RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
|
||||||
|
|
||||||
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
||||||
|
|||||||
@@ -32,6 +32,16 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
|||||||
data cache instructions to optimize the context switch code.
|
data cache instructions to optimize the context switch code.
|
||||||
This code can conflict with debuggers or emulators.])
|
This code can conflict with debuggers or emulators.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[1])
|
||||||
|
RTEMS_BSPOPTS_HELP([DATA_CACHE_ENABLE],
|
||||||
|
[If defined, the data cache will be enabled after address translation
|
||||||
|
is turned on.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([INSTRUCTION_CACHE_ENABLE],[*],[1])
|
||||||
|
RTEMS_BSPOPTS_HELP([INSTRUCTION_CACHE_ENABLE],
|
||||||
|
[If defined, the instruction cache will be enabled after address translation
|
||||||
|
is turned on.])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([NVRAM_CONFIGURE],[mbx860_005b],[0])
|
RTEMS_BSPOPTS_SET([NVRAM_CONFIGURE],[mbx860_005b],[0])
|
||||||
RTEMS_BSPOPTS_SET([NVRAM_CONFIGURE],[*],[1])
|
RTEMS_BSPOPTS_SET([NVRAM_CONFIGURE],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([NVRAM_CONFIGURE],
|
RTEMS_BSPOPTS_HELP([NVRAM_CONFIGURE],
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
|
||||||
|
RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
|
||||||
|
|
||||||
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
||||||
|
|||||||
@@ -20,6 +20,16 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
|||||||
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
|
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[0])
|
||||||
|
RTEMS_BSPOPTS_HELP([DATA_CACHE_ENABLE],
|
||||||
|
[If defined, the data cache will be enabled after address translation
|
||||||
|
is turned on.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([INSTRUCTION_CACHE_ENABLE],[*],[0])
|
||||||
|
RTEMS_BSPOPTS_HELP([INSTRUCTION_CACHE_ENABLE],
|
||||||
|
[If defined, the instruction cache will be enabled after address translation
|
||||||
|
is turned on.])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([UARTS_USE_TERMIOS],[*],[0])
|
RTEMS_BSPOPTS_SET([UARTS_USE_TERMIOS],[*],[0])
|
||||||
RTEMS_BSPOPTS_HELP([UARTS_USE_TERMIOS],
|
RTEMS_BSPOPTS_HELP([UARTS_USE_TERMIOS],
|
||||||
[Define to 1 if you want termios support for every port.
|
[Define to 1 if you want termios support for every port.
|
||||||
|
|||||||
Reference in New Issue
Block a user