mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: secure boot flag, default disabled
- set "privsecurity" to 1 to enable secure boot else set to 0. Bug 200085428 Change-Id: Ia4bf214f4a4bb2573c8869ea2182bbe680f67782 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/729101 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Tested-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Deepak Nibade
parent
c5425c5a1b
commit
0f2a1edd65
@@ -92,6 +92,8 @@ int gp10b_init_hal(struct gk20a *g)
|
||||
struct nvgpu_gpu_characteristics *c = &g->gpu_characteristics;
|
||||
|
||||
*gops = gp10b_ops;
|
||||
gops->privsecurity = 0;
|
||||
|
||||
gp10b_init_mc(gops);
|
||||
gp10b_init_gr(gops);
|
||||
gp10b_init_ltc(gops);
|
||||
|
||||
Reference in New Issue
Block a user