diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 07:56:01 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 07:56:01 +0000 |
commit | 29647d97c5e66484ab5c8b56ede57329ab5410c4 (patch) | |
tree | 465c55984cd67c4e74c3b740db47531f256d018d /src/mainboard/iwill/dk8x | |
parent | 480b37f8e9b16efd3b9a91def3d3007241126833 (diff) | |
download | coreboot-29647d97c5e66484ab5c8b56ede57329ab5410c4.tar.xz |
Align several kconfig options to match newconfig:
HT_CHAIN_UNITID_BASE
HT_CHAIN_END_UNITID_BASE
SB_HT_CHAIN_ON_BUS0
SB_HT_CHAIN_UNITID_OFFSET_ONLY
MAX_CPUS
MAX_PHYSICAL_CPUS
ROM_SIZE
TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
Also hook up asus/p2b-ds
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5051 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iwill/dk8x')
-rw-r--r-- | src/mainboard/iwill/dk8x/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig index 3e304bdfcb..2fef70be34 100644 --- a/src/mainboard/iwill/dk8x/Kconfig +++ b/src/mainboard/iwill/dk8x/Kconfig @@ -63,7 +63,7 @@ config HW_MEM_HOLE_SIZEK config MAX_CPUS int - default 4 + default 2 depends on BOARD_IWILL_DK8X config MAX_PHYSICAL_CPUS @@ -78,17 +78,17 @@ config HW_MEM_HOLE_SIZE_AUTO_INC config SB_HT_CHAIN_ON_BUS0 int - default 2 + default 0 depends on BOARD_IWILL_DK8X config HT_CHAIN_END_UNITID_BASE hex - default 0x6 + default 0x20 depends on BOARD_IWILL_DK8X config HT_CHAIN_UNITID_BASE hex - default 0xa + default 0x1 depends on BOARD_IWILL_DK8X config USE_INIT |