summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 18:44:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 18:44:10 +0000
commitc296687193a2740471f097498b10eb7f481f7372 (patch)
treeea776ed72bd11ad6b71fa6b476d07c7fa22fc3a4 /c/src/lib/libbsp/i386/pc386/ChangeLog
parent2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c296687193a2740471f097498b10eb7f481f7372.tar.bz2
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.
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.