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 <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6170 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user