Browse Source
Created a header file defining the id of the various nv-counters used in the system. Also, updated the device tree to add 'id' property for the trusted and non-trusted nv-counters. Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: Ia41a557f7e56ad4ed536aee11c7a59e078ae07c0pull/1979/head
Manish V Badarkhe
4 years ago
committed by
Manish V Badarkhe
2 changed files with 19 additions and 8 deletions
@ -0,0 +1,9 @@ |
|||
/*
|
|||
* Copyright (c) 2020, Arm Limited. All rights reserved. |
|||
* |
|||
* SPDX-License-Identifier: BSD-3-Clause |
|||
*/ |
|||
|
|||
#define TRUSTED_NV_CTR_ID U(0) |
|||
#define NON_TRUSTED_NV_CTR_ID U(1) |
|||
#define MAX_NV_CTR_IDS U(2) |
Loading…
Reference in new issue