summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike Banon <mikebdp2@gmail.com>2020-10-20 15:31:17 +0300
committerFelix Held <felix-coreboot@felixheld.de>2020-11-23 16:46:55 +0000
commit58d0336ef382cf299923777e269d11fd9fadcfa1 (patch)
treeecfffc119a1b7120d7a01797f63d22c0ea27ae76 /src
parentde20b28fe48be9f279f34469f585f9b3aa6db818 (diff)
downloadcoreboot-58d0336ef382cf299923777e269d11fd9fadcfa1.tar.gz
coreboot-58d0336ef382cf299923777e269d11fd9fadcfa1.tar.bz2
coreboot-58d0336ef382cf299923777e269d11fd9fadcfa1.zip
nb/amd/agesa/family15tn: define macro for internal HDMI audio controller
Following the example of CB:7630 done for family16kb boards (git commit 3ff4f85ccd9fdb7cd4885a10f025b5ab297a445f). Signed-off-by: Mike Banon <mikebdp2@gmail.com> Change-Id: Ic48c7475ceadb60f825ca9e3c3427c8a7525a266 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/amd/agesa/family15tn/pci_devs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/family15tn/pci_devs.h b/src/northbridge/amd/agesa/family15tn/pci_devs.h
index ea79970afb3a..22ce8f5e9519 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)
+/* Integrated GPU Internal HDMI 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