summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:31 +0000
commit512d0fcba10b84737fbaca5dd078995000667120 (patch)
tree672cf547719761f6016854ba3cdf72d541c18d62 /c/src/lib/libbsp/sh/shsim/ChangeLog
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-512d0fcba10b84737fbaca5dd078995000667120.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. After factoring this out, it turned out that all SuperH BSPs has the same bsp_start() implementation so this was made shared.
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sh/shsim/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog
index 6b3c70d6e7..e34d74f6fc 100644
--- a/c/src/lib/libbsp/sh/shsim/ChangeLog
+++ b/c/src/lib/libbsp/sh/shsim/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
+ shared bsp_get_work_area() in its own file and rely on BSP Framework
+ to perform more initialization. After factoring this out, it turned
+ out that all SuperH BSPs has the same bsp_start() implementation so
+ this was made shared.
+
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this