mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00: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
352 B
Makefile
13 lines
352 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/falcon/base.o
|
|
nvkm-y += nvkm/falcon/cmdq.o
|
|
nvkm-y += nvkm/falcon/fw.o
|
|
nvkm-y += nvkm/falcon/msgq.o
|
|
nvkm-y += nvkm/falcon/qmgr.o
|
|
nvkm-y += nvkm/falcon/v1.o
|
|
|
|
nvkm-y += nvkm/falcon/gm200.o
|
|
nvkm-y += nvkm/falcon/gp102.o
|
|
nvkm-y += nvkm/falcon/tu102.o
|
|
nvkm-y += nvkm/falcon/ga100.o
|
|
nvkm-y += nvkm/falcon/ga102.o
|