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)
commiteabe4ea6a418a60b4df666154f2b0d8cd7d5ba29
treeabcf52410e9e7dd8a3dae40fe373ba6fdeec9ff4
parent9ce480fead6cf57640a2bde8024578e61acb77a3
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]