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)
This commit is contained in:
committed by
Rudolf Marek
parent
f22a6d0c5e
commit
6cdf5a9e2e
@@ -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_K8V_X
|
||||
bool "K8V-X"
|
||||
config BOARD_ASUS_M2N_E
|
||||
bool "M2N-E"
|
||||
config BOARD_ASUS_M2V
|
||||
@@ -63,6 +65,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/k8v-x/Kconfig"
|
||||
source "src/mainboard/asus/m2n-e/Kconfig"
|
||||
source "src/mainboard/asus/m2v/Kconfig"
|
||||
source "src/mainboard/asus/m2v-mx_se/Kconfig"
|
||||
|
Reference in New Issue
Block a user