mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
This commit adds the initial code needed to boot the GSP-RM firmware provided by NVIDIA, bringing with it the beginnings of Ada support. Until it's had more testing and time to bake, support is disabled by default (except on Ada). GSP-RM usage can be enabled by passing the "config=NvGspRm=1" module option. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230918202149.4343-33-skeggsb@gmail.com
13 lines
337 B
Makefile
13 lines
337 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/gsp/base.o
|
|
nvkm-y += nvkm/subdev/gsp/fwsec.o
|
|
|
|
nvkm-y += nvkm/subdev/gsp/gv100.o
|
|
nvkm-y += nvkm/subdev/gsp/tu102.o
|
|
nvkm-y += nvkm/subdev/gsp/tu116.o
|
|
nvkm-y += nvkm/subdev/gsp/ga100.o
|
|
nvkm-y += nvkm/subdev/gsp/ga102.o
|
|
nvkm-y += nvkm/subdev/gsp/ad102.o
|
|
|
|
nvkm-y += nvkm/subdev/gsp/r535.o
|