blob: bb8abe46ada84fab4017ea30533d4668582f812e [file] [log] [blame]
Tamas Banf5492752022-01-18 16:19:17 +01001/*
Tamas Banfb6237e2023-06-06 13:41:14 +02002 * Copyright (c) 2019-2024, Arm Limited. All rights reserved.
Tamas Banf5492752022-01-18 16:19:17 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef PSA_MANIFEST_SID_H
9#define PSA_MANIFEST_SID_H
10
Tamas Bandc2a2862024-02-22 11:41:25 +010011/******** RSE_SP_CRYPTO ********/
12#define RSE_CRYPTO_HANDLE (0x40000100U)
laurenw-arm6c4d0412023-06-13 16:40:51 -050013
Tamas Bandc2a2862024-02-22 11:41:25 +010014/******** RSE_SP_PLATFORM ********/
15#define RSE_PLATFORM_SERVICE_HANDLE (0x40000105U)
laurenw-arm4fc77a72022-08-11 15:29:56 -050016
Tamas Banf5492752022-01-18 16:19:17 +010017/******** PSA_SP_MEASURED_BOOT ********/
Tamas Bandc2a2862024-02-22 11:41:25 +010018#define RSE_MEASURED_BOOT_HANDLE (0x40000110U)
Tamas Banf5492752022-01-18 16:19:17 +010019
Tamas Banfb6237e2023-06-06 13:41:14 +020020/******** PSA_SP_DELEGATED_ATTESTATION ********/
Tamas Bandc2a2862024-02-22 11:41:25 +010021#define RSE_DELEGATED_SERVICE_HANDLE (0x40000111U)
Tamas Ban3ae52c62022-08-31 14:50:27 +020022
Tamas Banfb6237e2023-06-06 13:41:14 +020023/******** PSA_SP_DICE_PROTECTION_ENVIRONMENT ********/
Tamas Bandc2a2862024-02-22 11:41:25 +010024#define RSE_DPE_SERVICE_HANDLE (0x40000112U)
Tamas Banfb6237e2023-06-06 13:41:14 +020025
Tamas Banf5492752022-01-18 16:19:17 +010026#endif /* PSA_MANIFEST_SID_H */