summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/k8v-x/Kconfig
diff options
context:
space:
mode:
authorFlorian Zumbiehl <florz@florz.de>2011-11-01 20:19:41 +0100
committerRudolf Marek <r.marek@assembler.cz>2011-12-03 13:13:36 +0100
commit6cdf5a9e2e545e18f8878698ec9cae61b6ad964b (patch)
tree8be4941749a4a40dc5005ddf6016f40564e2b79a /src/mainboard/asus/k8v-x/Kconfig
parentf22a6d0c5edac4456eae50f398b5c6ffe6b9e8fe (diff)
downloadcoreboot-6cdf5a9e2e545e18f8878698ec9cae61b6ad964b.tar.xz
adding support for the Asus K8V-X
This pulls it all together and adds the real board-specific code. Confirmed to be working: - IDE - SATA - floppy - USB1.1 - USB2.0 - PS/2 keyboard - PS/2 mouse - serial - parport - sound - ethernet - PCI slots - AGP - powernow - fan speed monitoring - flashrom write Change-Id: Ifb97714c2f009d688be0ca3c38ddc01599ffd799 Signed-off-by: Florian Zumbiehl <florz@florz.de> Reviewed-on: http://review.coreboot.org/390 Reviewed-by: Rudolf Marek <r.marek@assembler.cz> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/asus/k8v-x/Kconfig')
-rw-r--r--src/mainboard/asus/k8v-x/Kconfig20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/mainboard/asus/k8v-x/Kconfig b/src/mainboard/asus/k8v-x/Kconfig
index 4975cfaebd..d297143404 100644
--- a/src/mainboard/asus/k8v-x/Kconfig
+++ b/src/mainboard/asus/k8v-x/Kconfig
@@ -1,26 +1,24 @@
-if BOARD_ASUS_A8V_E_SE
+if BOARD_ASUS_K8V_X
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select ARCH_X86
- select CPU_AMD_SOCKET_939
- select K8_HT_FREQ_1G_SUPPORT
+ select CPU_AMD_SOCKET_754
select NORTHBRIDGE_AMD_AMDK8
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
select SOUTHBRIDGE_VIA_VT8237R
- select SOUTHBRIDGE_VIA_K8T890
- select SUPERIO_WINBOND_W83627EHG
+ select SOUTHBRIDGE_VIA_K8T800_OLD
+ select SUPERIO_WINBOND_W83697HF
select HAVE_OPTION_TABLE
select HAVE_ACPI_TABLES
select HAVE_MP_TABLE
select BOARD_ROMSIZE_KB_512
select RAMINIT_SYSINFO
- select QRANK_DIMM_SUPPORT
select SET_FIDVID
config MAINBOARD_DIR
string
- default asus/a8v-e_se
+ default asus/k8v-x
config DCACHE_RAM_BASE
hex
@@ -44,7 +42,11 @@ config SB_HT_CHAIN_ON_BUS0
config MAINBOARD_PART_NUMBER
string
- default "A8V-E SE"
+ default "K8V-X"
+
+config AGP_APERTURE_SIZE
+ hex
+ default 0x10000000
config HW_MEM_HOLE_SIZEK
hex
@@ -70,4 +72,4 @@ config HT_CHAIN_UNITID_BASE
hex
default 0x0
-endif # BOARD_ASUS_A8V_E_SE
+endif # BOARD_ASUS_K8V_X