summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:36 +0000
commit628d804f36cd252ed24611b0ef9bc0c643cfc5a1 (patch)
treebe5af4f5bbfd76ce4ba3f3858407576c085f17a0 /c/src/lib/libbsp/sh/simsh4/ChangeLog
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-628d804f36cd252ed24611b0ef9bc0c643cfc5a1.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: 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. * startup/bspstart.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/sh/simsh4/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/ChangeLog b/c/src/lib/libbsp/sh/simsh4/ChangeLog
index a70bfe9129..37bd4d80fc 100644
--- a/c/src/lib/libbsp/sh/simsh4/ChangeLog
+++ b/c/src/lib/libbsp/sh/simsh4/ChangeLog
@@ -1,3 +1,13 @@
+2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c,
+ startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: 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.
+ * startup/bspstart.c: Removed.
+
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this