From 45bb25f36f05df7bf9ccbf9e038169d6619aba48 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 22 Sep 2009 18:49:08 +0000 Subject: tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... Kconfig_bools.diff: Change some more ints to bools, change some default values. xip_size.diff: Make XIP_SIZE + XIP_BASE add up to 4GB. smp.diff: set CONFIG_SMP based on MAX_CPUS. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4655 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/Kconfig | 2 +- src/cpu/x86/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 3f7d606c4c..b9ce5a893c 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -19,7 +19,7 @@ config DCACHE_RAM_SIZE config SMP bool - default n + default y if MAX_CPUS != 1 config CPU_SOCKET_TYPE hex diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 7cb5da0893..c4ee9fa271 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -16,4 +16,4 @@ config XIP_ROM_BASE config XIP_ROM_SIZE hex - default 0x2000 + default 0x20000 -- cgit v1.2.3