/trusted-firmware-a/plat/common/ |
A D | plat_spmd_manifest.c | 94 static int manifest_parse_root(spmc_manifest_attribute_t *manifest, in manifest_parse_root() argument 100 assert(manifest != NULL); in manifest_parse_root() 110 return manifest_parse_attribute(manifest, fdt, node); in manifest_parse_root() 116 int plat_spm_core_manifest_load(spmc_manifest_attribute_t *manifest, in plat_spm_core_manifest_load() argument 123 assert(manifest != NULL); in plat_spm_core_manifest_load() 181 rc = manifest_parse_root(manifest, pm_addr, rc); in plat_spm_core_manifest_load()
|
/trusted-firmware-a/docs/resources/diagrams/plantuml/ |
A D | fip-secure-partitions.puml | 81 manifest 91 manifest 105 manifest 117 manifest
|
/trusted-firmware-a/plat/arm/board/fvp/fdts/ |
A D | optee_sp_manifest.dts | 14 compatible = "arm,ffa-manifest-1.0"; 36 compatible = "arm,ffa-manifest-device-regions";
|
A D | fvp_spmc_optee_sp_manifest.dts | 16 compatible = "arm,ffa-core-manifest-1.0";
|
A D | fvp_spmc_manifest.dts | 16 compatible = "arm,ffa-core-manifest-1.0";
|
/trusted-firmware-a/plat/arm/board/diphda/common/fdts/ |
A D | diphda_spmc_manifest.dts | 9 compatible = "arm,ffa-core-manifest-1.0";
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | index.rst.txt | 24 ffa-manifest-binding
|
A D | ffa-manifest-binding.rst.txt | 1 FF-A manifest binding to device tree 15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and 16 minor versions of the device tree binding for the FFA manifest represented 106 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer". 159 - Must be the string "arm,ffa-manifest-memory-regions". 195 - Must be the string "arm,ffa-manifest-device-regions".
|
A D | secure-partition-manager.rst.txt | 296 An SP manifest describes SP attributes as defined in `[1]`_ 297 (partition manifest at virtual FF-A instance) in DTS format. It is 363 SPMC manifest 400 Other nodes in the manifest are consumed by Hafnium in the secure world. 419 BL2 passes the SPMC manifest address to BL31 through a register. 499 The SP manifest may contain memory and device regions nodes. In case of 529 partition manifest properties. 698 specified in the SPMC manifest. 751 the SPMC (see `SPMC manifest`_) 847 specified in the SPMC manifest. [all …]
|
/trusted-firmware-a/docs/components/ |
A D | index.rst | 24 ffa-manifest-binding
|
A D | ffa-manifest-binding.rst | 1 FF-A manifest binding to device tree 15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and 16 minor versions of the device tree binding for the FFA manifest represented 106 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer". 159 - Must be the string "arm,ffa-manifest-memory-regions". 195 - Must be the string "arm,ffa-manifest-device-regions".
|
A D | secure-partition-manager.rst | 296 An SP manifest describes SP attributes as defined in `[1]`_ 297 (partition manifest at virtual FF-A instance) in DTS format. It is 363 SPMC manifest 400 Other nodes in the manifest are consumed by Hafnium in the secure world. 419 BL2 passes the SPMC manifest address to BL31 through a register. 499 The SP manifest may contain memory and device regions nodes. In case of 529 partition manifest properties. 698 specified in the SPMC manifest. 751 the SPMC (see `SPMC manifest`_) 847 specified in the SPMC manifest. [all …]
|
/trusted-firmware-a/plat/arm/board/tc/fdts/ |
A D | tc_spmc_manifest.dts | 9 compatible = "arm,ffa-core-manifest-1.0";
|
A D | tc_spmc_optee_sp_manifest.dts | 9 compatible = "arm,ffa-core-manifest-1.0";
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/ |
A D | arm-build-options.rst.txt | 100 - ``ARM_SPMC_MANIFEST_DTS`` : path to an alternate manifest file used as the 101 SPMC Core manifest. Valid when ``SPD=spmd`` is selected. 107 device tree. This flag is defined only when ``ARM_SPMC_MANIFEST_DTS`` manifest
|
/trusted-firmware-a/docs/plat/arm/ |
A D | arm-build-options.rst | 100 - ``ARM_SPMC_MANIFEST_DTS`` : path to an alternate manifest file used as the 101 SPMC Core manifest. Valid when ``SPD=spmd`` is selected. 107 device tree. This flag is defined only when ``ARM_SPMC_MANIFEST_DTS`` manifest
|
/trusted-firmware-a/include/plat/common/ |
A D | platform.h | 329 int plat_spm_core_manifest_load(spmc_manifest_attribute_t *manifest,
|
/trusted-firmware-a/docs/security_advisories/ |
A D | security-advisory-tfv-3.rst | 49 would only manifest itself for device memory mapped as RO; use of this mapping
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/ |
A D | security-advisory-tfv-3.rst.txt | 49 would only manifest itself for device memory mapped as RO; use of this mapping
|
/trusted-firmware-a/docs/design_documents/ |
A D | measured_boot_poc.rst | 87 the OP-TEE toolkit. On step 3, you need to get the manifest for FVP 92 $ repo init -u https://github.com/OP-TEE/manifest.git -m fvp.xml
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/ |
A D | measured_boot_poc.rst.txt | 87 the OP-TEE toolkit. On step 3, you need to get the manifest for FVP 92 $ repo init -u https://github.com/OP-TEE/manifest.git -m fvp.xml
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 314 …- change manifest messaging method ([bb320db](https://review.trustedfirmware.org/plugins/gitiles/T… 535 …- spmc optee manifest remove SMC allowlist ([183725b](https://review.trustedfirmware.org/plugins/g… 539 …- OP-TEE SP manifest per latest SPMC changes ([b7bc51a](https://review.trustedfirmware.org/plugins… 1421 - Move OP-TEE SP manifest DTS to FVP platform 1422 - Update OP-TEE SP manifest with device-regions node 1834 - SPMC manifest size is now retrieved directly from SPMD instead of the 1840 - Updated the manifest to declare CPU nodes in descending order as per the 1951 - Fixed SPMD aborts caused by incorrect behaviour when the manifest is
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 314 …- change manifest messaging method ([bb320db](https://review.trustedfirmware.org/plugins/gitiles/T… 535 …- spmc optee manifest remove SMC allowlist ([183725b](https://review.trustedfirmware.org/plugins/g… 539 …- OP-TEE SP manifest per latest SPMC changes ([b7bc51a](https://review.trustedfirmware.org/plugins… 1421 - Move OP-TEE SP manifest DTS to FVP platform 1422 - Update OP-TEE SP manifest with device-regions node 1834 - SPMC manifest size is now retrieved directly from SPMD instead of the 1840 - Updated the manifest to declare CPU nodes in descending order as per the 1951 - Fixed SPMD aborts caused by incorrect behaviour when the manifest is
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …manifest:[6,19,47,66,135],manipul:[10,34,38,142],manish:4,manishvb:4,manner:[16,38,41],manoj:4,man…
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 19182 \paragraph{SPMC manifest} 19275 BL2 passes the SPMC manifest address to BL31 through a register. 19441 partition manifest properties. 19733 specified in the SPMC manifest. 19825 …ef[\detokenize{components/secure-partition-manager:spmc-manifest}]{\sphinxcrossref{SPMC manifest}}… 19970 specified in the SPMC manifest. 20713 \subsubsection{Peripheral device manifest} 22224 \section{FF\sphinxhyphen{}A manifest binding to device tree} 22225 …{\detokenize{components/ffa-manifest-binding:ff-a-manifest-binding-to-device-tree}}\label{\detoken… 22232 \label{\detokenize{components/ffa-manifest-binding:version-1-0}} [all …]
|