Displaying 5 results from an estimated 5 matches for "r352".
Did you mean:
352
2016 Nov 02
0
[PATCH v3 14/15] secboot: abstract LS firmware loading functions
...and LSB headers, used to generate the LS blob, may have a
different layout and sizes depending on the driver version they come
from. Abstract them and confine their use to driver-specific code.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
drm/nouveau/nvkm/subdev/secboot/acr_r352.c | 102 +++++++++++++---------
drm/nouveau/nvkm/subdev/secboot/acr_r352.h | 119 ++++++++++++++++++++++++++
drm/nouveau/nvkm/subdev/secboot/acr_r361.c | 9 +-
drm/nouveau/nvkm/subdev/secboot/ls_ucode.h | 100 +---------------------
drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c | 39...
2016 Oct 27
15
[PATCH v2 00/14] Secure Boot refactoring
...with any ACR version just by
instanciating the proper ACR and adds a lot of flexibility that will be required
as more firmwares get released. At the moment, released firmwares cover driver
versions 352 (for GM20B) and 361 (for GM200, GM204, GM206 and GP100). The r361
implementation re-uses most of r352, and only implements its own BL descritors
since the structure changed between the two versions.
Other patches are a mix of minor optimizations (1, 2, 3, 4, 9, 10, 12, 13),
small fixes (5, 7, 11), and addition of abstractions to properly support various
ACR versions (6, 14). Not all the abstractio...
2016 Nov 02
15
[PATCH v3 00/15] Secure Boot refactoring
...with any ACR version just by
instanciating the proper ACR and adds a lot of flexibility that will be required
as more firmwares get released. At the moment, released firmwares cover driver
versions 352 (for GM20B) and 361 (for GM200, GM204, GM206 and GP100). The r361
implementation re-uses most of r352, and only implements its own BL descritors
since the structure changed between the two versions.
Other patches are a mix of minor optimizations (1, 2, 3, 4, 9, 10, 12, 13, 15),
small fixes (5, 7, 11), and addition of abstractions to properly support various
ACR versions (6, 14). Not all the abstra...
2016 Nov 21
33
[PATCH v4 0/33] Secure Boot refactoring / signed PMU firmware support for GM20B
...ion
pmu: add nvkm_pmu_ctor function
pmu: make sure the reset hook exists before running it
secboot: add LS firmware post-run hooks
secboot: support for loading LS PMU firmware
secboot: base support for PMU falcon
secboot: write PMU firmware version into register
secboot: enable PMU in r352 ACR
secboot: support optional falcons
gm20b: enable PMU
Deepak Goyal (2):
pmu: support for GM20X
pmu: support for GM20B signed firmware
drm/nouveau/include/nvkm/core/client.h | 4 +-
drm/nouveau/include/nvkm/core/device.h | 2 +-
drm/nouveau/include/nvkm/core/falcon...
2016 Dec 14
18
[PATCH v5 0/18] Secure Boot refactoring
...on/base.c | 6 +-
drm/nouveau/nvkm/falcon/v1.c | 17 +-
drm/nouveau/nvkm/subdev/secboot/Kbuild | 4 +-
drm/nouveau/nvkm/subdev/secboot/acr.c | 54 +-
drm/nouveau/nvkm/subdev/secboot/acr.h | 69 +-
drm/nouveau/nvkm/subdev/secboot/acr_r352.c | 936 +++++++++++++-
drm/nouveau/nvkm/subdev/secboot/acr_r352.h | 250 ++++-
drm/nouveau/nvkm/subdev/secboot/acr_r361.c | 138 ++-
drm/nouveau/nvkm/subdev/secboot/base.c | 95 +-
drm/nouveau/nvkm/subdev/secboot/gm200.c | 1283 +------------------
drm/nouveau/nvkm/subde...