[coreboot-gerrit] New patch to review for coreboot: mainboard/asus/kgpe-d16: Enable ASUS MIO audio option

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Jan 23 00:33:33 CET 2016


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13152

-gerrit

commit be643ef17d8d2f737993a37db145528435d8e1aa
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Nov 24 14:11:55 2015 -0600

    mainboard/asus/kgpe-d16: Enable ASUS MIO audio option
    
    The KGPE-D16 supports an optional MIO audio card, which connects
    to the on-board HDA interface of the SP5100.
    
    Enable the HDA interface for use with the MIO card.
    
    Change-Id: Idfe069f4bce7b94a7460bc7fcdd378eb57e51fda
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kgpe-d16/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb
index 014a35f..96372f9 100644
--- a/src/mainboard/asus/kgpe-d16/devicetree.cb
+++ b/src/mainboard/asus/kgpe-d16/devicetree.cb
@@ -175,7 +175,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 						end
 					end
 					device pci 14.1 on end			# IDE 0x439c
-					device pci 14.2 off end			# HDA 0x4383 (KGPE-D16 omits audio option)
+					device pci 14.2 on end			# HDA 0x4383 (ASUS MIO add-on card)
 					device pci 14.3 on			# LPC 0x439d (SMBUS primary controller)
 						chip superio/nuvoton/nct5572d	# Super I/O
 							device pnp 2e.0 off end	# FDC; Not available on the KGPE-D16



More information about the coreboot-gerrit mailing list