diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-12-15 18:21:08 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-20 14:40:46 +0000 |
commit | 9bcbdbf9e48f3977cf5d48732527bbf02fea02de (patch) | |
tree | 3816727d783eb72f753acfe045bf1f6080752497 /src/northbridge/amd | |
parent | 2dfce0fd94cdad6b7b60c8c54dd8ed8438eb613e (diff) |
nb,sb/amd/pi/*/pci_devs: drop unused PCI device IDs
SATA_IDE_DEVID, AHCI_DEVID_MS and AHCI_DEVID_AMD are still kept even
though they're unused at the moment, but those might still be useful to
keep around, since the SATA controller can have different PCI device IDs
depending on in which mode it is in.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ia05683b732d9748d9198225acaecbd4dc196733a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79577
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/pi/00730F01/pci_devs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/amd/pi/00730F01/pci_devs.h b/src/northbridge/amd/pi/00730F01/pci_devs.h index f2633d8af2..92f6ac5c57 100644 --- a/src/northbridge/amd/pi/00730F01/pci_devs.h +++ b/src/northbridge/amd/pi/00730F01/pci_devs.h @@ -6,13 +6,11 @@ /* Graphics and Display */ #define GFX_DEV 0x1 #define GFX_FUNC 0 -#define GFX_DEVID 0x9850 #define GFX_DEVFN PCI_DEVFN(GFX_DEV, GFX_FUNC) /* Internal Audio controller */ #define ACTL_DEV 0x1 #define ACTL_FUNC 1 -#define ACTL_DEVID 0x9840 #define ACTL_DEVFN PCI_DEVFN(ACTL_DEV, ACTL_FUNC) /* PCIe Ports */ @@ -23,7 +21,6 @@ #define NB_PCIE_FUNC3 3 #define NB_PCIE_FUNC4 4 #define NB_PCIE_FUNC5 5 -#define NB_PCIE_PORT_DEVID 0x1439 #define NB_PCIE_PORT0_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC0) #define NB_PCIE_PORT1_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC1) #define NB_PCIE_PORT2_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC2) |