diff options
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr_fam10/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8dme/Kconfig b/src/mainboard/supermicro/h8dme/Kconfig index 1eda572916..95cef528da 100644 --- a/src/mainboard/supermicro/h8dme/Kconfig +++ b/src/mainboard/supermicro/h8dme/Kconfig @@ -1,7 +1,6 @@ config BOARD_SUPERMICRO_H8DME bool "H8DME-2" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_F select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX @@ -14,6 +13,7 @@ config BOARD_SUPERMICRO_H8DME select HAVE_HARD_RESET select AP_CODE_IN_CAR select IOAPIC + select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_1024 config MAINBOARD_DIR diff --git a/src/mainboard/supermicro/h8dmr/Kconfig b/src/mainboard/supermicro/h8dmr/Kconfig index 722f1f4608..9d1611c593 100644 --- a/src/mainboard/supermicro/h8dmr/Kconfig +++ b/src/mainboard/supermicro/h8dmr/Kconfig @@ -1,7 +1,6 @@ config BOARD_SUPERMICRO_H8DMR bool "H8DMR-i2" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_F select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX @@ -13,6 +12,7 @@ config BOARD_SUPERMICRO_H8DMR select USE_DCACHE_RAM select HAVE_HARD_RESET select IOAPIC + select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR diff --git a/src/mainboard/supermicro/h8dmr_fam10/Kconfig b/src/mainboard/supermicro/h8dmr_fam10/Kconfig index 41b96a3448..72bff0e9b4 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/Kconfig +++ b/src/mainboard/supermicro/h8dmr_fam10/Kconfig @@ -1,7 +1,6 @@ config BOARD_SUPERMICRO_H8DMR_FAM10 bool "H8DMR-i2 (Fam10)" select ARCH_X86 - select CPU_AMD_FAM10 select CPU_AMD_SOCKET_F_1207 select NORTHBRIDGE_AMD_AMDFAM10 select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX @@ -13,6 +12,7 @@ config BOARD_SUPERMICRO_H8DMR_FAM10 select USE_DCACHE_RAM select HAVE_HARD_RESET select IOAPIC + select LIFT_BSP_APIC_ID select AMDMCT select BOARD_ROMSIZE_KB_1024 |