From 9bcbdbf9e48f3977cf5d48732527bbf02fea02de Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 15 Dec 2023 18:21:08 +0100 Subject: 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 Change-Id: Ia05683b732d9748d9198225acaecbd4dc196733a Reviewed-on: https://review.coreboot.org/c/coreboot/+/79577 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/northbridge/amd/pi/00730F01/pci_devs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/northbridge') 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) -- cgit v1.2.3