the following patch was just integrated into master: commit 221274e7533b5b7c0ca772eb899492129d7c23a0 Author: Stefan Reinauer reinauer@chromium.org Date: Sun Aug 14 13:52:03 2011 -0700
Increase size of the coreboot table area
Packing a device tree into the coreboot table can easily make the table exceed the current limit of 8KB. However, right now there is no error handling in place to catch that case.
Increase the maximum memory usable for all tables from 64KB to 128KB and increase the maximum coreboot table size from 8KB to 32KB.
Change-Id: I2025bf070d0adb276c1cd610aa8402b50bdf2525 Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Fri Mar 9 05:24:30 2012, giving +1 See http://review.coreboot.org/704 for details.
-gerrit