From d4b89091d2f7c31d80e15d779f6190b7c9883d36 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 4 Nov 2018 16:53:15 +0100 Subject: mb/asus/p5qc: Add p5ql_pro mainboard as variant Working: - SATA on southbridge ports - SATA on Marvell IDE controller ports - USB - COM1 - PS/2 keyboard - DDR2 DIMMs - PCIe x16 PEG port - PCIe x1 ports - PCI ports - NIC (MAC address needs to be set in Kconfig or in a CBFS file) - S3 resume - Green audio line out connector (the rest is untested) Not working: - Floppy port. Does not seem to be mainboard-specific, though. Untested: - EHCI debug TODO: - Add documentation Change-Id: I6ed434a691e8ef2a61e0acb1f986a59b8e1ad818 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/25691 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/asus/p5qc/Kconfig.name | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/asus/p5qc/Kconfig.name') diff --git a/src/mainboard/asus/p5qc/Kconfig.name b/src/mainboard/asus/p5qc/Kconfig.name index a4c6e4892c..2a3503690f 100644 --- a/src/mainboard/asus/p5qc/Kconfig.name +++ b/src/mainboard/asus/p5qc/Kconfig.name @@ -3,3 +3,6 @@ config BOARD_ASUS_P5QC config BOARD_ASUS_P5Q_PRO bool "P5Q PRO" + +config BOARD_ASUS_P5QL_PRO + bool "P5QL PRO" -- cgit v1.2.3