From 5364257c7f9792b3e85d4af89528d6bda02bfee5 Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Wed, 5 Jul 2017 12:37:23 +0530 Subject: gpu : nvgpu: secure boot code unification. This exposes all secure boot functions that can be re-used by other chips. This is the first patch in this series. Other pacthes will also follow. JIRA NVGPU-60 Change-Id: I523637bbf601166f8a01ddf29a913e193d3fdc7a Signed-off-by: Deepak Goyal Reviewed-on: https://git-master.nvidia.com/r/1514567 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/include') diff --git a/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h b/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h index 89edcefa..ff13be83 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h +++ b/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h @@ -26,6 +26,7 @@ #define LSF_FALCON_ID_RESERVED (1) #define LSF_FALCON_ID_FECS (2) #define LSF_FALCON_ID_GPCCS (3) +#define LSF_FALCON_ID_SEC2 (7) #define LSF_FALCON_ID_END (11) #define LSF_FALCON_ID_INVALID (0xFFFFFFFF) -- cgit v1.2.2