the following patch was just integrated into master: commit 6503114554ab8585d0b296d06d9520d16e1df658 Author: Ronald G. Minnich rminnich@chromium.org Date: Tue Jun 5 15:13:21 2012 -0700
Shrink the stack sizes we need in coreboot
We accomplish this goal by getting rid of the huge auto array in the ram stage. This will in turn let us reduce CONFIG_STACK_SIZE.
We have to leave it on the stack in CAR as that's the simple way to keep it private. It does not matter then as there is only one core that is active.
Change-Id: Ie37a057ccae088b7f3bb4aab6de2713e64d96df6 Signed-off-by: Ronald G. Minnich rminnich@chromium.org
Build-Tested: build bot (Jenkins) at Tue Jul 24 01:01:53 2012, giving +1 See http://review.coreboot.org/1271 for details.
-gerrit