drm/nouveau/secboot: add GP10B support
authorAlexandre Courbot <acourbot@nvidia.com>
Wed, 29 Mar 2017 09:31:14 +0000 (18:31 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 6 Apr 2017 04:39:04 +0000 (14:39 +1000)
commit59d5592d3bf2e70b9c56212cf5c9f1bfab6f0147
treedd308969384a71f902aad3e96bdaf6c57f5d15cd
parentc79505c1f9e14d7aa9eb3b085c799d77950b1e20
drm/nouveau/secboot: add GP10B support

GP10B's secboot is largely similar to GM20B's. Only differences are MC
base address and the fact that GPCCS is also securely managed.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/include/nvkm/subdev/secboot.h
drivers/gpu/drm/nouveau/nvkm/subdev/secboot/Kbuild
drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp10b.c [new file with mode: 0644]