From ed03556fbf62c6150a2a9c6eb22e49e638262fbb Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 22 Sep 2009 21:29:32 +0000 Subject: src/Kconfig: Remove HT-specific options. src/cpu/amd/socket_F/Kconfig: Remove second occurrence of CPU_SOCKET_TYPE. src/mainboard/amd/serengeti_cheetah/Kconfig: Add HT_CHAIN_UNITID_BASE here, since it is board specific. src/mainboard/tyan/s289X/Kconfig: Fix typo and change APIC_ID_OFFSET to match old config. src/devices/Kconfig: Change default value of *_PLUGIN_SUPPORT to match old config. src/southbridge/amd/amd8131/Makefile.inc: Remove check since it was a typo, and the correct variable is checked in the parent directory. src/Makefile:Use devicetree.cb instead of Config.lb to generate static.c. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4657 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/serengeti_cheetah/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/amd/serengeti_cheetah/Kconfig') diff --git a/src/mainboard/amd/serengeti_cheetah/Kconfig b/src/mainboard/amd/serengeti_cheetah/Kconfig index dce3ce4b1d..c581945b0c 100644 --- a/src/mainboard/amd/serengeti_cheetah/Kconfig +++ b/src/mainboard/amd/serengeti_cheetah/Kconfig @@ -119,6 +119,11 @@ config HT_CHAIN_END_UNITID_BASE default 0x6 depends on BOARD_AMD_SERENGETI_CHEETAH +config HT_CHAIN_UNITID_BASE + hex + default 0x1 + depends on BOARD_AMD_SERENGETI_CHEETAH + config USE_INIT bool default n -- cgit v1.2.3