aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorNaresh G Solanki <naresh.solanki@intel.com>2016-12-13 21:16:46 +0530
committerMartin Roth <martinroth@google.com>2016-12-16 18:30:14 +0100
commit04bb48008e5a2b2eb2640a1053f934de83680ecb (patch)
tree397c8672129c9eff81e37dfdc223fb47331f0d66 /src/arch/x86/Kconfig
parentf3018f9def40782f9c7dc7baa569eabd027f4c14 (diff)
x86: Configure premem cbmem console size
Sometime preram cbmem logs are truncated due to lack of space (default preram cbmem console size is 0xc00). Provide Kconfig option to configure preram cbmem console size so that mainboard can configure it to required value. Change-Id: I221d9170c547d41d8bd678a3a8b3bca6a76ccd2e Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/17839 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index cd5f8e5180..6280024bdf 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -118,6 +118,12 @@ config LATE_CBMEM_INIT
early get_top_of_ram() call for romstage. CBMEM tables will be
allocated late in ramstage, after PCI devices resources are known.
+config PRERAM_CBMEM_CONSOLE_SIZE
+ hex
+ default 0xc00
+ help
+ Increase this value if preram cbmem console is getting truncated
+
config PC80_SYSTEM
bool
default y if ARCH_X86