Increase size of the coreboot table area
authorStefan Reinauer <reinauer@chromium.org>
Sun, 14 Aug 2011 20:52:03 +0000 (13:52 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 9 Mar 2012 22:25:32 +0000 (23:25 +0100)
commit294edb24b5a79b90db669d372e17741dc30354c0
treec10684128efb1901637493a5eeb2525e1e780fb4
parent66ecdc52e1ed09b116fd47a59e0aa8905bffef09
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>
Reviewed-on: http://review.coreboot.org/704
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/arch/x86/boot/tables.c
src/include/cbmem.h