summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-25 21:32:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-25 21:32:22 +0000
commit4ce40845d30f7bfae81a9eb56df75428dcbe3391 (patch)
treef420903be05ccc9d6eb8e0ff29c0176a01b8a3e3 /c
parent2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4ce40845d30f7bfae81a9eb56df75428dcbe3391.tar.bz2
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add fast idle information.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/ChangeLog4
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/README3
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog b/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog
index 7595882a51..f93bd2c20f 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog
+++ b/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog
@@ -1,5 +1,9 @@
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * README: Add fast idle information.
+
+2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE,
BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard
bsp_cleanup code.
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/README b/c/src/lib/libbsp/lm32/lm32_evr/README
index 060aa7cffe..9e2823fe8a 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/README
+++ b/c/src/lib/libbsp/lm32/lm32_evr/README
@@ -12,3 +12,6 @@ tar sim --hw-device lm32cpu \
--memory-region 0x08000000,0x4000000
load
+The simulator is VERY VERY slow when RTEMS is idle.
+To speed this up, add SIMULATOR_FAST_IDLE=1 to the
+configure command.