2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac: Add fast idle.
This commit is contained in:
Joel Sherrill
2008-07-16 20:22:00 +00:00
parent 798ff5a8ea
commit 10f095c83f
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add fast idle.
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Add capability for

View File

@@ -29,6 +29,12 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
[This defines the base address of the exception table.
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
RTEMS_BSPOPTS_SET([CLOCK_DRIVER_USE_FAST_IDLE],[psim],[1])
RTEMS_BSPOPTS_HELP([CLOCK_DRIVER_USE_FAST_IDLE],
[This sets a mode where the time runs as fast as possible when
a clock ISR occurs while the IDLE thread is executing. This can
significantly reduce simulation times.])
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
# Explicitly list all Makefiles here