summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/pi/00630F01/pci_devs.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-25 10:03:57 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-27 11:48:19 +0000
commit8dd5b17c7a9f6fe607e201b97deb24c1ce10bafc (patch)
tree56aefb620a44523333d1e1cfb21213e3c2a167e0 /src/northbridge/amd/pi/00630F01/pci_devs.h
parent1aa60a95bd8363d215fae11663229c976338ef6e (diff)
downloadcoreboot-8dd5b17c7a9f6fe607e201b97deb24c1ce10bafc.tar.gz
coreboot-8dd5b17c7a9f6fe607e201b97deb24c1ce10bafc.tar.bz2
coreboot-8dd5b17c7a9f6fe607e201b97deb24c1ce10bafc.zip
nb/amd/pi/00630F01: Remove unused directory and code
No board uses AMD PI 00630F01, so drop it. And drop a single reference to the now-removed `NORTHBRIDGE_AMD_PI_00630F01` Kconfig option inside the `drivers/amd/agesa/acpi_tables.c` file. Change-Id: Ibc45a4a6041220ed22273c1d41f9b796e1acb901 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54897 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/amd/pi/00630F01/pci_devs.h')
-rw-r--r--src/northbridge/amd/pi/00630F01/pci_devs.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/northbridge/amd/pi/00630F01/pci_devs.h b/src/northbridge/amd/pi/00630F01/pci_devs.h
deleted file mode 100644
index 94ff2c3c118f..000000000000
--- a/src/northbridge/amd/pi/00630F01/pci_devs.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef _AMD_00630F01_PCI_DEVS_H_
-#define _AMD_00630F01_PCI_DEVS_H_
-
-#define BUS0 0
-
-/* Graphics and Display */
-#define GFX_DEV 0x1
-#define GFX_FUNC 0
-#define GFX_DEVID 0x1304
-#define GFX_DEVFN PCI_DEVFN(GFX_DEV,GFX_FUNC)
-#define PIRQ_GFX FCH_INT_TABLE_SIZE
- /* Integrated graphics device, must be after the
- * last C00/C01 entry
- */
-
-/* Internal Audio controller */
-#define ACTL_DEV 0x1
-#define ACTL_FUNC 1
-#define ACTL_DEVID 0x1308
-#define ACTL_DEVFN PCI_DEVFN(ACTL_DEV,ACTL_FUNC)
-#define PIRQ_ACTL FCH_INT_TABLE_SIZE+1
- /* Integrated HDMI audio device, must be after the
- * last C00/C01 entry
- */
-
-/* PCIe Ports */
-#define NB_GFX_PCIE_PORTS_DEV 0x2
-#define NB_GPP_PCIE_PORTS_DEV 0x3
-#define NB_PCIE_PORT1_DEVFN PCI_DEVFN(NB_GFX_PCIE_PORTS_DEV,0x01)
-#define NB_PCIE_PORT2_DEVFN PCI_DEVFN(NB_GFX_PCIE_PORTS_DEV,0x02)
-#define NB_PCIE_PORT3_DEVFN PCI_DEVFN(NB_GPP_PCIE_PORTS_DEV,0x01)
-#define NB_PCIE_PORT4_DEVFN PCI_DEVFN(NB_GPP_PCIE_PORTS_DEV,0x02)
-#define NB_PCIE_PORT5_DEVFN PCI_DEVFN(NB_GPP_PCIE_PORTS_DEV,0x03)
-#define NB_PCIE_PORT6_DEVFN PCI_DEVFN(NB_GPP_PCIE_PORTS_DEV,0x04)
-#define NB_PCIE_PORT7_DEVFN PCI_DEVFN(NB_GPP_PCIE_PORTS_DEV,0x05)
-
-#endif /* _AMD_00630F01_PCI_DEVS_H_ */