[coreboot-gerrit] Patch set updated for coreboot: 4abe8ce lynxpoint: update azalia device ids

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Nov 20 01:51:24 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4173

-gerrit

commit 4abe8ceedc7b8862984f192689d9b2ddc37ed637
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon May 20 15:57:16 2013 -0500

    lynxpoint: update azalia device ids
    
    The vendor ids were never updated to reflect LynxPoint's device
    ids. Therefore, none of the initialization was being ran. Fix
    this.
    
    Change-Id: Ic6ec00c9fb1cbcb6087fd89b0acff3d83294ac6a
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://gerrit.chromium.org/gerrit/55821
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/southbridge/intel/lynxpoint/azalia.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/intel/lynxpoint/azalia.c b/src/southbridge/intel/lynxpoint/azalia.c
index 0e62676..ee12042 100644
--- a/src/southbridge/intel/lynxpoint/azalia.c
+++ b/src/southbridge/intel/lynxpoint/azalia.c
@@ -365,7 +365,7 @@ static struct device_operations azalia_ops = {
 	.ops_pci		= &azalia_pci_ops,
 };
 
-static const unsigned short pci_device_ids[] = { 0x1c20, 0x1e20, 0 };
+static const unsigned short pci_device_ids[] = { 0x8c20, 0x9c20, 0 };
 
 static const struct pci_driver pch_azalia __pci_driver = {
 	.ops	 = &azalia_ops,



More information about the coreboot-gerrit mailing list