aboutsummaryrefslogtreecommitdiff
path: root/include/pci.h
diff options
context:
space:
mode:
authorFrederic Barrat <fbarrat@linux.ibm.com>2021-08-30 14:06:33 +0200
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-09-09 13:02:17 +0530
commit91650384becbeb320317f88721882ea55b4ede2f (patch)
tree5d3c05fe81d183c4c863e404a33097f8577d1c7b /include/pci.h
parent220b8861d375e8c620f2898411d00bcfe2ab9d4c (diff)
downloadskiboot-91650384becbeb320317f88721882ea55b4ede2f.zip
skiboot-91650384becbeb320317f88721882ea55b4ede2f.tar.gz
skiboot-91650384becbeb320317f88721882ea55b4ede2f.tar.bz2
npu3: Remove GPU support on Swift
npu3 was only used on the Swift platform to add support for GPUs (nvlink). The Swift platform has never left the lab and support for GPUs on it is pretty much dead. So let's remove it. The patch removes all related code. Device tree entries are no longer created and in the very unlikely case that someone is still trying to boot it, the linux nvlink discovery code should be quiet. Tested by booting on Swift with no GPU. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Reza Arbab <arbab@linux.ibm.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'include/pci.h')
-rw-r--r--include/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pci.h b/include/pci.h
index eb23a6d..8d46721 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -352,7 +352,6 @@ enum phb_type {
phb_type_pcie_v4,
phb_type_npu_v2,
phb_type_npu_v2_opencapi,
- phb_type_npu_v3,
};
/* Generic PCI NVRAM flags */