summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 22:05:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 22:05:19 +0000
commitdb77b92977831c0cf023fc49dd74d9b18e121ff2 (patch)
tree9126a6a52d5f7c78515b547460f51cbb2e91e0d7 /c/src/lib/libbsp/powerpc/ChangeLog
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-db77b92977831c0cf023fc49dd74d9b18e121ff2.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/startup/bspstart.c, shared/startup/pretaskinghook.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. * shared/startup/bspgetworkarea.c: New file.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 6c74fdb45b..b5cc7183f7 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * shared/startup/bspstart.c, shared/startup/pretaskinghook.c: Add use
+ of bsp_get_work_area() in its own file and rely on BSP Framework to
+ perform more initialization.
+ * shared/startup/bspgetworkarea.c: New file.
+
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/startup/bspstart.c: Review of all bsp_cleanup()