[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge: Remove duplicate macros in pci_devs.h

Chris Ching (Code Review) gerrit at coreboot.org
Thu Oct 19 22:38:57 CEST 2017


Chris Ching has uploaded this change for review. ( https://review.coreboot.org/22114


Change subject: soc/amd/stoneyridge: Remove duplicate macros in pci_devs.h
......................................................................

soc/amd/stoneyridge: Remove duplicate macros in pci_devs.h

BUG=none
TEST=build

Change-Id: Iea0df0dc7baa384cac45a300fdcc8d59f0aac798
Signed-off-by: Chris Ching <chingcodes at google.com>
---
M src/soc/amd/stoneyridge/include/soc/pci_devs.h
1 file changed, 0 insertions(+), 72 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/22114/1

diff --git a/src/soc/amd/stoneyridge/include/soc/pci_devs.h b/src/soc/amd/stoneyridge/include/soc/pci_devs.h
index 9b3daec..c02727b 100644
--- a/src/soc/amd/stoneyridge/include/soc/pci_devs.h
+++ b/src/soc/amd/stoneyridge/include/soc/pci_devs.h
@@ -133,78 +133,6 @@
 #define NB_DEVID		0x15b5
 #define NB_DEVFN		PCI_DEVFN(NB_DEV, NB_FUNC)
 
-/* GNB Root Complex */
-#define GNB_DEV			0x0
-#define GNB_FUNC		0
-#define GNB_DEVID		0x1576
-#define GNB_DEVFN		PCI_DEVFN(GNB_DEV, GNB_FUNC)
-
-/* IOMMU */
-#define IOMMU_DEV		0x0
-#define IOMMU_FUNC		2
-#define IOMMU_DEVID		0x1577
-#define IOMMU_DEVFN		PCI_DEVFN(IOMMU_DEV, IOMMU_FUNC)
-
-/* Internal Graphics */
-#define GFX_DEV			0x1
-#define GFX_FUNC		0
-#define GFX_DEVID		098e4 /* subject to SKU/OPN variation */
-#define GFX_DEVFN		PCI_DEVFN(GFX_DEV, GFX_FUNC)
-
-/* HD Audio 0 */
-#define HDA0_DEV		0x1
-#define HDA0_FUNC		1
-#define HDA0_DEVID		015b3
-#define HDA0_DEVFN		PCI_DEVFN(HDA0_DEV, HDA0_FUNC)
-
-/* Host Bridge */
-#define HOST_DEV		0x2
-#define HOST_FUNC		0
-#define HOST_DEVID		0x157b
-#define HOST_DEVFN		PCI_DEVFN(HOST_DEV, HOST_FUNC)
-
-/* PCIe GPP Bridge 0 */
-#define PCIE0_DEV		0x2
-#define PCIE0_FUNC		1
-#define PCIE0_DEVID		0x157c
-#define PCIE0_DEVFN		PCI_DEVFN(PCIE0_DEV, PCIE0_FUNC)
-
-/* PCIe GPP Bridge 1 */
-#define PCIE1_DEV		0x2
-#define PCIE1_FUNC		2
-#define PCIE1_DEVID		0x157c
-#define PCIE1_DEVFN		PCI_DEVFN(PCIE1_DEV, PCIE1_FUNC)
-
-/* PCIe GPP Bridge 2 */
-#define PCIE2_DEV		0x2
-#define PCIE2_FUNC		3
-#define PCIE2_DEVID		0x157c
-#define PCIE2_DEVFN		PCI_DEVFN(PCIE2_DEV, PCIE2_FUNC)
-
-/* PCIe GPP Bridge 3 */
-#define PCIE3_DEV		0x2
-#define PCIE3_FUNC		4
-#define PCIE3_DEVID		0x157c
-#define PCIE3_DEVFN		PCI_DEVFN(PCIE3_DEV, PCIE3_FUNC)
-
-/* PCIe GPP Bridge 4 */
-#define PCIE4_DEV		0x2
-#define PCIE4_FUNC		5
-#define PCIE4_DEVID		0x157c
-#define PCIE4_DEVFN		PCI_DEVFN(PCIE4_DEV, PCIE4_FUNC)
-
-/* Platform Security Processor */
-#define PSP_DEV			0x8
-#define PSP_FUNC		0
-#define PSP_DEVID		0x1578
-#define PSP_DEVFN		PCI_DEVFN(PSP_DEV, PSP_FUNC)
-
-/* HD Audio 1 */
-#define HDA1_DEV		0x9
-#define HDA1_FUNC		2
-#define HDA1_DEVID		0x157a
-#define HDA1_DEVFN		PCI_DEVFN(HDA1_DEV, HDA1_FUNC)
-
 /* XHCI */
 #define XHCI_DEV		0x10
 #define XHCI_FUNC		0

-- 
To view, visit https://review.coreboot.org/22114
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea0df0dc7baa384cac45a300fdcc8d59f0aac798
Gerrit-Change-Number: 22114
Gerrit-PatchSet: 1
Gerrit-Owner: Chris Ching <chingcodes at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171019/af28c313/attachment.html>


More information about the coreboot-gerrit mailing list