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 <wangqingpei@gmail.com> Reviewed-on: http://review.coreboot.org/205 Tested-by: build bot (Jenkins) Reviewed-by: Kerry Sheh <shekairui@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
914377efd6
commit
cc66d97f50
@@ -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"
|
||||
|
Reference in New Issue
Block a user