From 14e1c414fe51ad21b745474de75a900d2be7b581 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Nov 2001 12:08:08 +0000 Subject: 2001-11-27 Ralf Corsepius * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE), RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE). --- c/src/lib/libbsp/powerpc/mbx8xx/configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/configure.ac') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac index 43833d46f2..5ab192c05c 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac +++ b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac @@ -32,6 +32,16 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE], data cache instructions to optimize the context switch code. 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],[*],[1]) RTEMS_BSPOPTS_HELP([NVRAM_CONFIGURE], -- cgit v1.2.3