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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index b5758c7b55..7fa612867e 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to
+ ensure that multiboot information regarding memory size is used as
+ the primary source. This was broken in the move to supporting a
+ unified workspace. It worked this way in 4.9 so this was a
+ regression.
+
2009-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspgetworkarea.c: Add debug printk's.