From 29c7dfcadc49262271dba95697dab841ea076d17 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 13 Dec 2010 13:44:33 +0000 Subject: Add support for the ASUS M2N-E board. This is an AMD K8 + NVIDIA MCP55 + ITE IT8716F mainboard. It has a working hda_verb.h file for HD audio, and a fanctl.c file is used to enable the CPU fan (among others) so that we don't kill the CPU due to excessive heat. Even though some TODOs remain of course, it works good enough to successfully boot Linux (e.g. via SeaBIOS). The full status report is available at: http://www.coreboot.org/ASUS_M2N-E Signed-off-by: Uwe Hermann Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6170 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mainboard/asus/Kconfig') diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig index 6848d8b79a..bf8742a3f0 100644 --- a/src/mainboard/asus/Kconfig +++ b/src/mainboard/asus/Kconfig @@ -27,6 +27,8 @@ config BOARD_ASUS_A8V_E_SE bool "A8V-E SE" config BOARD_ASUS_A8V_E_DELUXE bool "A8V-E Deluxe" +config BOARD_ASUS_M2N_E + bool "M2N-E" config BOARD_ASUS_M2V bool "M2V" config BOARD_ASUS_M2V_MX_SE @@ -57,6 +59,7 @@ endchoice source "src/mainboard/asus/a8n_e/Kconfig" source "src/mainboard/asus/a8v-e_se/Kconfig" source "src/mainboard/asus/a8v-e_deluxe/Kconfig" +source "src/mainboard/asus/m2n-e/Kconfig" source "src/mainboard/asus/m2v/Kconfig" source "src/mainboard/asus/m2v-mx_se/Kconfig" source "src/mainboard/asus/m4a785-m/Kconfig" @@ -74,4 +77,8 @@ config MAINBOARD_VENDOR string default "ASUS" +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x1043 + endif # VENDOR_ASUS -- cgit v1.2.3