Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 25 of 25) sorted by relevance

/trusted-firmware-a/plat/common/
A Dplat_spmd_manifest.c94 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 Dfip-secure-partitions.puml81 manifest
91 manifest
105 manifest
117 manifest
/trusted-firmware-a/plat/arm/board/fvp/fdts/
A Doptee_sp_manifest.dts14 compatible = "arm,ffa-manifest-1.0";
36 compatible = "arm,ffa-manifest-device-regions";
A Dfvp_spmc_optee_sp_manifest.dts16 compatible = "arm,ffa-core-manifest-1.0";
A Dfvp_spmc_manifest.dts16 compatible = "arm,ffa-core-manifest-1.0";
/trusted-firmware-a/plat/arm/board/diphda/common/fdts/
A Ddiphda_spmc_manifest.dts9 compatible = "arm,ffa-core-manifest-1.0";
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dindex.rst.txt24 ffa-manifest-binding
A Dffa-manifest-binding.rst.txt1 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 Dsecure-partition-manager.rst.txt296 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 Dindex.rst24 ffa-manifest-binding
A Dffa-manifest-binding.rst1 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 Dsecure-partition-manager.rst296 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 Dtc_spmc_manifest.dts9 compatible = "arm,ffa-core-manifest-1.0";
A Dtc_spmc_optee_sp_manifest.dts9 compatible = "arm,ffa-core-manifest-1.0";
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/
A Darm-build-options.rst.txt100 - ``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 Darm-build-options.rst100 - ``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 Dplatform.h329 int plat_spm_core_manifest_load(spmc_manifest_attribute_t *manifest,
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-3.rst49 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 Dsecurity-advisory-tfv-3.rst.txt49 would only manifest itself for device memory mapped as RO; use of this mapping
/trusted-firmware-a/docs/design_documents/
A Dmeasured_boot_poc.rst87 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 Dmeasured_boot_poc.rst.txt87 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 Dchange-log.md.txt314 …- 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 Dchange-log.md314 …- 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 Dsearchindex.js1manifest:[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 Dtrustedfirmware-a.tex19182 \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 …]

Completed in 133 milliseconds