[coreboot-gerrit] New patch to review for coreboot: a25ae15 northbridge/amd: Add the audio device to the PCI devices

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Tue Dec 2 23:34:56 CET 2014


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7630

-gerrit

commit a25ae1555e949155aa565b97dcf2f9d0c4deace2
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Mon Dec 1 15:20:47 2014 -0700

    northbridge/amd: Add the audio device to the PCI devices
    
    Change-Id: I826f98e450c9a614930a5e83c7c6bfb4ccdc5984
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/northbridge/amd/agesa/family16kb/pci_devs.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/northbridge/amd/agesa/family16kb/pci_devs.h b/src/northbridge/amd/agesa/family16kb/pci_devs.h
index be0f524..c0ed306 100644
--- a/src/northbridge/amd/agesa/family16kb/pci_devs.h
+++ b/src/northbridge/amd/agesa/family16kb/pci_devs.h
@@ -27,6 +27,10 @@
 #define GFX_FUNC 0
 #define GFX_DEVFN PCI_DEVFN(GFX_DEV,GFX_FUNC)
 
+/* Internal Audio Controller */
+#define ACTL_FUNC	1
+#define ACTL_DEVFN	PCI_DEVFN(GFX_DEV,ACTL_FUNC)
+
 /* PCIe Ports */
 #define NB_PCIE_PORT1_DEV 0x1
 #define NB_PCIE_PORT2_DEV 0x2



More information about the coreboot-gerrit mailing list