summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-06-26 09:11:55 +0200
committerSven Schnelle <svens@stackframe.org>2012-07-02 21:44:36 +0200
commit78efc4c36c68b51b3e73acdb721a12ec23ed0369 (patch)
tree4b9e4f1af76e073acbdaffec5c906bc150eab9ed /src/mainboard/supermicro
parent042c1461fb777e583e5de48edf9326e47ee5595f (diff)
downloadcoreboot-78efc4c36c68b51b3e73acdb721a12ec23ed0369.tar.xz
remove CONFIG_SERIAL_CPU_INIT
The new broadcast code doesn't support serial init - if a CPU needs serial init, this should be handled in the model specific CPU init code. Change-Id: I7cafb0af10d712366819ad0849f9b93558e9d46a Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/1140 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/h8dmr_fam10/Kconfig4
-rw-r--r--src/mainboard/supermicro/h8qgi/Kconfig1
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/Kconfig4
-rw-r--r--src/mainboard/supermicro/h8scm_fam10/Kconfig1
4 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/supermicro/h8dmr_fam10/Kconfig b/src/mainboard/supermicro/h8dmr_fam10/Kconfig
index 7c7b89e0b6..9c3cef4294 100644
--- a/src/mainboard/supermicro/h8dmr_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8dmr_fam10/Kconfig
@@ -94,8 +94,4 @@ config AMD_UCODE_PATCH_FILE
string
default "mc_patch_0100009f.h"
-config SERIAL_CPU_INIT
- bool
- default n
-
endif # BOARD_SUPERMICRO_H8DMR_FAM10
diff --git a/src/mainboard/supermicro/h8qgi/Kconfig b/src/mainboard/supermicro/h8qgi/Kconfig
index 4ab9a6bb55..b8edf196b6 100644
--- a/src/mainboard/supermicro/h8qgi/Kconfig
+++ b/src/mainboard/supermicro/h8qgi/Kconfig
@@ -38,7 +38,6 @@ config BOARD_SPECIFIC_OPTIONS
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
select HAVE_HARD_RESET
- select SERIAL_CPU_INIT
select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_2048
#select MMCONF_SUPPORT_DEFAULT #TODO enable it to resolve Multicore IO conflict
diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig
index 847659925c..a04139e925 100644
--- a/src/mainboard/supermicro/h8qme_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig
@@ -93,10 +93,6 @@ config AMD_UCODE_PATCH_FILE
string
default "mc_patch_0100009f.h"
-config SERIAL_CPU_INIT
- bool
- default y
-
config STACK_SIZE
hex
default 0x10000
diff --git a/src/mainboard/supermicro/h8scm_fam10/Kconfig b/src/mainboard/supermicro/h8scm_fam10/Kconfig
index 844763e211..a3ee500c39 100644
--- a/src/mainboard/supermicro/h8scm_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8scm_fam10/Kconfig
@@ -18,7 +18,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select GENERATE_MP_TABLE
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
select LIFT_BSP_APIC_ID
- select SERIAL_CPU_INIT
select AMDMCT
select GENERATE_ACPI_TABLES
select BOARD_ROMSIZE_KB_2048