]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/secboot: support for loading LS PMU firmware
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 27 Oct 2016 05:22:28 +0000 (14:22 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 7 Mar 2017 07:05:12 +0000 (17:05 +1000)
commite2ea1134164d841d1c8b87ceef5910d5c9e88bc2
treeabcf52410e9e7dd8a3dae40fe373ba6fdeec9ff4
parentad5f5fc3cc1701496ed46e0df4b0c1bfc76872ff
drm/nouveau/secboot: support for loading LS PMU firmware

Allow secboot to load a LS PMU firmware. LS PMU is one instance of
firmwares based on the message queue mechanism, which is also used for
other firmwares like SEC, so name its source file accordingly.

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