Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46589 )
Change subject: nb/amd/agesa/family15tn: Add the audio device to the PCI devices ......................................................................
nb/amd/agesa/family15tn: Add the audio device to the PCI devices
Following the example of CB:7630 done for family16kb boards.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: Ic48c7475ceadb60f825ca9e3c3427c8a7525a266 --- M src/northbridge/amd/agesa/family15tn/pci_devs.h 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/46589/1
diff --git a/src/northbridge/amd/agesa/family15tn/pci_devs.h b/src/northbridge/amd/agesa/family15tn/pci_devs.h index ea79970..45ef546 100644 --- a/src/northbridge/amd/agesa/family15tn/pci_devs.h +++ b/src/northbridge/amd/agesa/family15tn/pci_devs.h @@ -12,6 +12,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 0x2 #define NB_PCIE_PORT2_DEV 0x3