aboutsummaryrefslogtreecommitdiff
path: root/core
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 /core
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 'core')
-rw-r--r--core/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index a8bac28..235f905 100644
--- a/core/init.c
+++ b/core/init.c
@@ -1370,7 +1370,6 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
/* Probe NPUs */
probe_npu();
probe_npu2();
- probe_npu3();
/* Initialize PCI */
pci_init_slots();