summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index a17a633400..ca9ec107ba 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,5 +1,12 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
+ bsp_get_work_area() implementation and use more of the BSP
+ Initialization Framework.
+ * startup/bspgetworkarea.c: New file.
+
+2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
is NOT used anywhere.