mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(auth): add explicit entries for key OIDs
Key-OIDs that authenticate SCP_BL2, BL32, BL33, Trusted FW config and Non-trusted FW config images have been explicitly entered. Implementations of signer-ID consume these entries. Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: Icfb4a4920792c475a92d190837fb24090a57ef89
This commit is contained in:
parent
0ae9c631ea
commit
2b53106a0e
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015-2023, Arm Limited and Contributors. All rights reserved.
|
* Copyright (c) 2015-2024, Arm Limited and Contributors. All rights reserved.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
@ -170,6 +170,12 @@
|
||||||
#define SOC_FW_CONFIG_KEY_OID SOC_FW_CONTENT_CERT_PK_OID
|
#define SOC_FW_CONFIG_KEY_OID SOC_FW_CONTENT_CERT_PK_OID
|
||||||
#define HW_CONFIG_KEY_OID ZERO_OID
|
#define HW_CONFIG_KEY_OID ZERO_OID
|
||||||
|
|
||||||
|
#define SCP_BL2_IMAGE_KEY_OID SCP_FW_CONTENT_CERT_PK_OID
|
||||||
|
#define BL32_IMAGE_KEY_OID TRUSTED_OS_FW_CONTENT_CERT_PK_OID
|
||||||
|
#define TOS_FW_CONFIG_KEY_OID TRUSTED_OS_FW_CONTENT_CERT_PK_OID
|
||||||
|
#define BL33_IMAGE_KEY_OID NON_TRUSTED_FW_CONTENT_CERT_PK_OID
|
||||||
|
#define NT_FW_CONFIG_KEY_OID NON_TRUSTED_FW_CONTENT_CERT_PK_OID
|
||||||
|
|
||||||
#ifdef PLAT_DEF_OID
|
#ifdef PLAT_DEF_OID
|
||||||
#include <platform_oid.h>
|
#include <platform_oid.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue