| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | index.rst | 21 Accessing properties 31 - GICv3 properties: hw_config.gicv3_config.gicr_base 35 Defining properties 39 properties originate from a different backend source such as a device tree, 49 configuration properties which is usually a device tree file. 52 - FW_CONFIG: properties related to base address, maximum size and image id 54 - TB_FW: properties related to trusted firmware such as IO policies, 56 - HW_CONFIG: properties related to hardware configuration of the SoC 86 To ensure a good interpretation of the properties, this documentation must 87 explain how the properties are described for a specific backend. Refer to the [all …]
|
| H A D | fconf_properties.rst | 1 DTB binding for FCONF properties 4 This document describes the device tree format of |FCONF| properties. These 5 properties are not related to a specific platform and can be queried from
|
| H A D | tb_fw_bindings.rst | 4 This document defines the nodes and properties used to define the Trusted-Boot 8 compatibility with the nodes and properties outlined in this context. 145 key integration. For full details on required properties and node structure,
|
| /rk3399_ARM-atf/docs/components/measured_boot/ |
| H A D | event_log.rst | 1 DTB binding for Event Log properties 4 This document describes the device tree format of Event Log properties. 5 These properties are not related to a specific platform and can be queried 18 Then a list of properties representing Event Log configuration, which
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | fconf_bl2_populate.puml | 32 note over fconf_dyn_cfg_getter: read dtb_registry properties from dtb 39 note over fconf_tbbr_getter: read tbbr properties from dtb 44 note over arm_io_storage: use populated properties
|
| /rk3399_ARM-atf/include/services/ |
| H A D | el3_spmc_logical_sp.h | 28 uint32_t properties; member 43 .properties = (_properties), \
|
| H A D | el3_spmd_logical_sp.h | 22 uint32_t properties; member 56 .properties = (_properties), \
|
| H A D | ffa_svc.h | 394 uint32_t properties; member 401 uint32_t properties; member
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | logical_sp.c | 82 if (lp_desc->properties & in el3_sp_desc_validate() 85 lp_desc->properties); in el3_sp_desc_validate()
|
| H A D | spmc_main.c | 345 static bool direct_msg_receivable(uint32_t properties, uint16_t dir_req_fnum) in direct_msg_receivable() argument 348 ((properties & FFA_PARTITION_DIRECT_REQ_RECV) == 0U)) || in direct_msg_receivable() 350 ((properties & FFA_PARTITION_DIRECT_REQ2_RECV) == 0U))) { in direct_msg_receivable() 420 if (!direct_msg_receivable(el3_lp_descs[i].properties, dir_req_funcid)) { in direct_req_smc_handler() 458 if (!direct_msg_receivable(sp->properties, dir_req_funcid)) { in direct_req_smc_handler() 986 uint32_t properties = sp_properties; in partition_info_get_populate_properties() local 994 properties |= ec_state << FFA_PARTITION_INFO_GET_EXEC_STATE_SHIFT; in partition_info_get_populate_properties() 996 return properties; in partition_info_get_populate_properties() 1026 desc->properties = in partition_info_get_handler_v1_1() 1028 el3_lp_descs[index].properties, in partition_info_get_handler_v1_1() [all …]
|
| H A D | spmc.h | 176 uint32_t properties; member
|
| /rk3399_ARM-atf/services/std_svc/spmd/ |
| H A D | spmd_logical_sp.c | 106 if (lp_desc->properties != FFA_PARTITION_DIRECT_REQ_SEND) { in el3_spmd_sp_desc_validate() 108 lp_desc->properties); in el3_spmd_sp_desc_validate() 254 (*partitions)[array_index].properties = lp->properties; in spmd_fill_lp_info_array() 255 (*partitions)[array_index].properties |= in spmd_fill_lp_info_array() 270 uint32_t properties) in spmd_pack_lp_count_props() argument 274 *xn |= (uint64_t)properties << 32; in spmd_pack_lp_count_props() 389 partition_info->properties = (uint32_t)(info >> 32); in ffa_partition_info_regs_get_part_info() 476 partitions[idx].properties); in spmd_el3_populate_logical_partition_info()
|
| /rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/ |
| H A D | n1sdp_tb_fw_config.dts | 20 * BL1 will populate these two properties with the respective
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/ |
| H A D | rdn2_tb_fw_config.dts | 21 * BL1 will populate these two properties with the respective
|
| /rk3399_ARM-atf/plat/arm/board/morello/fdts/ |
| H A D | morello_tb_fw_config.dts | 20 * BL1 will populate these two properties with the respective
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | cot-binding.rst | 7 and 'image' nodes) mentioning properties of the certificate and image respectively. 10 sub-nodes mentioning properties of all non-volatile-counters used in the chain of trust. 35 Describes certificate properties which are used 189 Describes image properties which will be used during 251 Description: Contains properties for non-volatile counters.
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/ |
| H A D | rdv3_tb_fw_config.dts | 21 * BL1 will populate these two properties with the respective
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_spmd_logical_sp.c | 65 INFO("\tProperties: 0x%x\n", part_info[i].properties); in fvp_get_partition_info()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/fdts/ |
| H A D | optee_sp_manifest.dts | 7 * that has additional optional properties defined.
|
| H A D | fvp_stmm_rust_spmc_manifest.dts | 62 * Other properties
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-build-options.rst | 50 - ``INITRD_SIZE`` : Enable the insertion of initrd properties to the device 53 - ``INITRD_PATH`` : Enable the insertion of initrd properties to the device tree
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/misc/ |
| H A D | mvebu-amb.rst | 10 address space and the properties associated with that address space.
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_tb_fw_config.dts | 22 * BL1 will populate these two properties with the respective
|
| /rk3399_ARM-atf/plat/arm/board/juno/fdts/ |
| H A D | juno_tb_fw_config.dts | 19 * BL1 will populate these two properties with the respective
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 31 … c.properties.append(Property("signing-key", CellArray([LabelReference("subject_pk")]))) 290 for p in node.properties: 296 for p in node.properties: 303 for nv in node.properties:
|