From cc66d97f505c304e773dea938ac864cd74363292 Mon Sep 17 00:00:00 2001 From: QingPei Wang Date: Tue, 13 Sep 2011 17:54:12 +0800 Subject: Add ASUS M5A88-V mainboard support it's a AMD 880+800 mainboard. I port the code based on the AMD reference code. update: 1.use CIMX instead of pmio 2.fix some whitespace 3.fix subsystemid of devicetree.cb Change-Id: I9725ccdbb25365c4007621318efee80b131fec29 Signed-off-by: QingPei Wang Reviewed-on: http://review.coreboot.org/205 Tested-by: build bot (Jenkins) Reviewed-by: Kerry Sheh Reviewed-by: Stefan Reinauer --- src/mainboard/asus/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/asus/Kconfig') diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig index 875fd5aa12..77b7997609 100644 --- a/src/mainboard/asus/Kconfig +++ b/src/mainboard/asus/Kconfig @@ -37,6 +37,8 @@ config BOARD_ASUS_M4A785M bool "M4A785-M" config BOARD_ASUS_M4A78_EM bool "M4A78-EM" +config BOARD_ASUS_M5A88_V + bool "M5A88-V" config BOARD_ASUS_MEW_AM bool "MEW-AM" config BOARD_ASUS_MEW_VM @@ -64,6 +66,7 @@ source "src/mainboard/asus/m2v/Kconfig" source "src/mainboard/asus/m2v-mx_se/Kconfig" source "src/mainboard/asus/m4a785-m/Kconfig" source "src/mainboard/asus/m4a78-em/Kconfig" +source "src/mainboard/asus/m5a88-v/Kconfig" source "src/mainboard/asus/mew-am/Kconfig" source "src/mainboard/asus/mew-vm/Kconfig" source "src/mainboard/asus/p2b/Kconfig" -- cgit v1.2.3