mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: build flag for secure boot
Use CONFIG_NVGPU_GR_FALCON_NON_SECURE_BOOT build flag for gm20b_gr_falcon_fecs_host_int_enable. Jira NVGPU-4661 Change-Id: Id7d991b81206d00e38049556b42b4e9a4abd1708 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2313620 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
d980bd2781
commit
0c23bf57ea
@@ -227,7 +227,7 @@ void gm20b_gr_falcon_configure_fmodel(struct gk20a *g)
|
||||
*/
|
||||
|
||||
/* Sideband mailbox writes are done a bit differently */
|
||||
|
||||
#ifdef CONFIG_NVGPU_GR_FALCON_NON_SECURE_BOOT
|
||||
void gm20b_gr_falcon_fecs_host_int_enable(struct gk20a *g)
|
||||
{
|
||||
nvgpu_writel(g, gr_fecs_host_int_enable_r(),
|
||||
@@ -237,3 +237,4 @@ void gm20b_gr_falcon_fecs_host_int_enable(struct gk20a *g)
|
||||
gr_fecs_host_int_enable_umimp_illegal_method_enable_f() |
|
||||
gr_fecs_host_int_enable_watchdog_enable_f());
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user