mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Update the FALCON/NVRISCV define's
Update the FALCON/NVRISCV define's Bug 200728965 Change-Id: I2b45c216cc274e097d6bc99831b934eb29840dc9 Signed-off-by: mkumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2531635 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
57089a1b34
commit
f3c2c4e730
@@ -179,19 +179,19 @@
|
||||
* Falcon/Falcon2 fuse settings bit
|
||||
*/
|
||||
#if defined(CONFIG_NVGPU_NEXT)
|
||||
#define FALCON_DISABLE (0U)
|
||||
#define FALCON_FORCE_ENCRYPTION_EN (1U)
|
||||
#define NVRISCV_BR_ERROR_INFO_EN (2U)
|
||||
#define NVRISCV_DEV_DIS (3U)
|
||||
#define NVRISCV_PL3_DISABLE (4U)
|
||||
#define DEFAULT_CORE_SELECT (5U)
|
||||
#define NVRISCV_DCLS_EN (6U)
|
||||
#define NVRISCV_DCLS_SECURITY_ACTION_ASSERT (7U)
|
||||
#define NVRISCV_DCLS_SECURITY_ACTION_HALT (8U)
|
||||
#define NVRISCV_DCLS_SECURITY_ACTION_INTERRUPT (9U)
|
||||
#define SECURE_DEBUG_DISABLE (10U)
|
||||
#define AES_ALGO_DISABLE (11U)
|
||||
#define PKC_ALGO_DISABLE (12U)
|
||||
#define FCD (0U)
|
||||
#define FENEN (1U)
|
||||
#define NVRISCV_BRE_EN (2U)
|
||||
#define NVRISCV_DEVD (3U)
|
||||
#define NVRISCV_PLD (4U)
|
||||
#define DCS (5U)
|
||||
#define NVRISCV_SEN (6U)
|
||||
#define NVRISCV_SA (7U)
|
||||
#define NVRISCV_SH (8U)
|
||||
#define NVRISCV_SI (9U)
|
||||
#define SECURE_DBGD (10U)
|
||||
#define AES_ALGO_DIS (11U)
|
||||
#define PKC_ALGO_DIS (12U)
|
||||
#endif
|
||||
|
||||
struct gk20a;
|
||||
|
||||
Reference in New Issue
Block a user