diff options
author | Frederic Barrat <fbarrat@linux.ibm.com> | 2021-08-30 14:06:33 +0200 |
---|---|---|
committer | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2021-09-09 13:02:17 +0530 |
commit | 91650384becbeb320317f88721882ea55b4ede2f (patch) | |
tree | 5d3c05fe81d183c4c863e404a33097f8577d1c7b /hw/Makefile.inc | |
parent | 220b8861d375e8c620f2898411d00bcfe2ab9d4c (diff) | |
download | skiboot-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 'hw/Makefile.inc')
-rw-r--r-- | hw/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc index 37256d3..c254fcb 100644 --- a/hw/Makefile.inc +++ b/hw/Makefile.inc @@ -8,8 +8,7 @@ HW_OBJS += dts.o lpc-rtc.o npu.o npu-hw-procedures.o xive.o phb4.o HW_OBJS += fake-nvram.o lpc-mbox.o npu2.o npu2-hw-procedures.o HW_OBJS += npu2-common.o npu2-opencapi.o phys-map.o sbe-p9.o capp.o HW_OBJS += occ-sensor.o vas.o sbe-p8.o dio-p9.o lpc-port80h.o cache-p9.o -HW_OBJS += npu-opal.o npu3.o npu3-nvlink.o npu3-hw-procedures.o -HW_OBJS += ocmb.o xive2.o +HW_OBJS += npu-opal.o ocmb.o xive2.o HW=hw/built-in.a include $(SRC)/hw/fsp/Makefile.inc |