nb/amd/agesa/family15tn: define macro for internal HDMI audio controller
Following the example of CB:7630 done for family16kb boards
(git commit 3ff4f85ccd
).
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>
This commit is contained in:
parent
de20b28fe4
commit
58d0336ef3
|
@ -12,6 +12,10 @@
|
||||||
#define GFX_FUNC 0
|
#define GFX_FUNC 0
|
||||||
#define GFX_DEVFN PCI_DEVFN(GFX_DEV,GFX_FUNC)
|
#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 */
|
/* PCIe Ports */
|
||||||
#define NB_PCIE_PORT1_DEV 0x2
|
#define NB_PCIE_PORT1_DEV 0x2
|
||||||
#define NB_PCIE_PORT2_DEV 0x3
|
#define NB_PCIE_PORT2_DEV 0x3
|
||||||
|
|
Loading…
Reference in New Issue