Trusted Boot Firmware Configuration bindings ============================================ This document defines the nodes and properties used to define the Trusted-Boot firmware configuration. Platform owners are advised to define shared bindings here. If a binding does not generalize, they should be documented alongside platform documentation. There is no guarantee of backward compatibility with the nodes and properties outlined in this context. IO FIP Handles -------------- - compatible [mandatory] - value type: - Should be the string ``",io-fip-handle"``, where ```` is the name of the platform (i.e. ``"arm,io-fip-handle"``). - scp_bl2_uuid [mandatory] - value type: - SCP Firmware SCP_BL2 UUID - bl31_uuid [mandatory] - value type: - EL3 Runtime Firmware BL31 UUID - bl32_uuid [mandatory] - value type: - Secure Payload BL32 (Trusted OS) UUID - bl32_extra1_uuid [mandatory] - value type: - Secure Payload BL32_EXTRA1 (Trusted OS Extra1) UUID - bl32_extra2_uuid [mandatory] - value type: - Secure Payload BL32_EXTRA2 (Trusted OS Extra2) UUID - bl33_uuid [mandatory] - value type: - Non-Trusted Firmware BL33 UUID - hw_cfg_uuid [mandatory] - value type: - HW_CONFIG (e.g. Kernel DT) UUID - soc_fw_cfg_uuid [mandatory] - value type: - SOC Firmware Configuration SOC_FW_CONFIG UUID - tos_fw_cfg_uuid [mandatory] - value type: - Trusted OS Firmware Configuration TOS_FW_CONFIG UUID - nt_fw_cfg_uuid [mandatory] - value type: - Non-Trusted Firmware Configuration NT_FW_CONFIG UUID - cca_cert_uuid [optional] - value type: - CCA Content Certificate UUID - core_swd_cert_uuid [optional] - value type: - Core SWD Key Certificate UUID - plat_cert_uuid [optional] - value type: - Core SWD Key Certificate UUID - t_key_cert_uuid [optional] - value type: - Trusted Key Certificate UUID - scp_fw_key_uuid [optional] - value type: - SCP Firmware Key UUID - soc_fw_key_uuid [optional] - value type: - SOC Firmware Key UUID - tos_fw_key_cert_uuid [optional] - value type: - TOS Firmware Key UUID - nt_fw_key_cert_uuid [optional] - value type: - Non-Trusted Firmware Key UUID - scp_fw_content_cert_uuid [optional] - value type: - SCP Firmware Content Certificate UUID - soc_fw_content_cert_uuid [optional] - value type: - SOC Firmware Content Certificate UUID - tos_fw_content_cert_uuid [optional] - value type: - TOS Firmware Content Certificate UUID - nt_fw_content_cert_uuid [optional] - value type: - Non-Trusted Firmware Content Certificate UUID - plat_sp_content_cert_uuid [optional] - value type: - Platform Secure Partition Content Certificate UUID Secure Partitions ----------------- - compatible [mandatory] - value type: - Should be the string ``",sp"``, where ```` is the name of the platform (i.e. ``"arm,sp"``). - uuid [mandatory] - value type: - A string identifying the UUID of the service implemented by this partition. The UUID format is described in RFC 4122. - load-address [mandatory] - value type: - Physical base address of the partition in memory. Absence of this field indicates that the partition is position independent and can be loaded at any address chosen at boot time. - owner [optional] - value type: - A string property representing the name of the owner of the secure partition, which may be the silicon or platform provider. Chain of Trust Descriptors -------------------------- If a structure includes a Chain of Trust (CoT) for secure authentication and verification, it must conform to the bindings described in the `Chain of Trust Bindings`_ document. Specifically, the CoT should be represented using a ``cot`` node containing ``manifests`` and ``images`` sub-nodes, with certificates, images, and non-volatile counters defined as per the specifications therein. This ensures compatibility with the authentication framework and supports features such as certificate hierarchies, rollback protection, and root-of-trust key integration. For full details on required properties and node structure, refer to the `Chain of Trust Bindings`_ document. -------------- *Copyright (c) 2024-2025, Arm Limited and Contributors. All rights reserved.* .. _Chain of Trust Bindings: ../cot-binding.html