From d8e7600ed884b5bacb042f66c9b1044f24da3997 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Mon, 16 Jun 2014 20:28:45 -0700 Subject: gpu: nvgpu: support non-secure boot For non-secure FALCON boot support, by-pass MMU check. Bug 1524197 Change-Id: I735c10a1ea50357c1ea2d5514c73477e76db7e77 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/424005 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Supriya Sharatkumar Reviewed-by: Vijayakumar Subbu GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h') diff --git a/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h index f3ad6f26..39259516 100644 --- a/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h +++ b/drivers/gpu/nvgpu/gm20b/hw_fb_gm20b.h @@ -58,6 +58,10 @@ static inline u32 fb_mmu_ctrl_r(void) { return 0x00100c80; } +static inline u32 fb_priv_mmu_phy_secure_r(void) +{ + return 0x00100ce4; +} static inline u32 fb_mmu_ctrl_vm_pg_size_f(u32 v) { return (v & 0x1) << 0; -- cgit v1.2.2