aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10/Kconfig
diff options
context:
space:
mode:
authorKnut Kujat <knuku@gap.upv.es>2010-02-24 08:48:35 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-24 08:48:35 +0000
commit4801e32f9700ce6431a22e12b784b8f561fd0e90 (patch)
treecf501e0e62666dedf79ef499f7c89f51ae4af92f /src/mainboard/supermicro/h8qme_fam10/Kconfig
parentd1fc066697ea3d06cc2cb77de5d653b9b79e932d (diff)
Several fixes to the supermicro/h8qme_fam10 board, so it
builds and boots correctly. Signed-off-by: Knut Kujat <knuku@gap.upv.es> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5154 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10/Kconfig')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig
index 510ce617e3..13eff4dd80 100644
--- a/src/mainboard/supermicro/h8qme_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig
@@ -4,6 +4,7 @@ config BOARD_SUPERMICRO_H8QME_FAM10
select CPU_AMD_SOCKET_F_1207
select NORTHBRIDGE_AMD_AMDFAM10
select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
+ select SOUTHBRIDGE_AMD_AMD8132
select SOUTHBRIDGE_NVIDIA_MCP55
select SUPERIO_WINBOND_W83627HF
select HAVE_PIRQ_TABLE
@@ -49,7 +50,7 @@ config RAMTOP
config HEAP_SIZE
hex
- default 0xc0000
+ default 0xff000
depends on BOARD_SUPERMICRO_H8QME_FAM10
config APIC_ID_OFFSET
@@ -134,10 +135,15 @@ config AMD_UCODE_PATCH_FILE
config SERIAL_CPU_INIT
bool
- default n
+ default y
depends on BOARD_SUPERMICRO_H8QME_FAM10
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
hex
default 0x1511
depends on BOARD_SUPERMICRO_H8QME_FAM10
+
+config STACK_SIZE
+ hex
+ default 0x10000
+ depends on BOARD_SUPERMICRO_H8QME_FAM10