coreboot/src
Stefan Reinauer 294edb24b5 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>
2012-03-09 23:25:32 +01:00
..
arch/x86 Increase size of the coreboot table area 2012-03-09 23:25:32 +01:00
boot Move C labels to start-of-line 2012-03-07 17:48:03 +01:00
console move console includes to central console/console.h 2012-03-09 20:31:45 +01:00
cpu move console includes to central console/console.h 2012-03-09 20:31:45 +01:00
devices Add helper function to find a Local APIC by ID in the device tree. 2012-03-09 20:34:03 +01:00
drivers OXPCIe: Reinitialize UART after pci_dev_set_resources() 2012-03-09 20:32:30 +01:00
ec X60/T60: Add option to enable/disable bluetooth 2012-01-31 18:03:40 +01:00
include Increase size of the coreboot table area 2012-03-09 23:25:32 +01:00
lib Fix dependency problem for uart8250.c as well 2012-03-09 20:34:43 +01:00
mainboard Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
northbridge Move C labels to start-of-line 2012-03-07 17:48:03 +01:00
pc80 vga: removed inclusion of .c files 2012-01-27 20:07:00 +01:00
southbridge Move C labels to start-of-line 2012-03-07 17:48:03 +01:00
superio SIO: Add smsc sio1036 superio 2012-02-17 17:19:34 +01:00
vendorcode SB700 southbridge: AMD SB700/SP5100 southbridge CIMX code 2012-02-02 15:05:36 +01:00
Kconfig Move SeaBIOS output out of coreboot source tree 2012-02-07 00:21:03 +01:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00