Home
last modified time | relevance | path

Searched refs:metadata (Results 1 – 17 of 17) sorted by relevance

/trusted-firmware-a/drivers/fwu/
A Dfwu.c27 static struct fwu_metadata metadata; variable
38 unsigned char *data = (unsigned char *)&metadata; in fwu_metadata_crc_check()
41 (sizeof(metadata) - in fwu_metadata_crc_check()
42 sizeof(metadata.crc_32))); in fwu_metadata_crc_check()
44 if (metadata.crc_32 != calc_crc) { in fwu_metadata_crc_check()
59 if ((metadata.active_index >= NR_OF_FW_BANKS) || in fwu_metadata_sanity_check()
60 (metadata.previous_active_index >= NR_OF_FW_BANKS)) { in fwu_metadata_sanity_check()
100 result = io_read(image_handle, (uintptr_t)&metadata, in fwu_metadata_load()
148 struct fwu_image_entry *entry = &metadata.img_entry[i]; in fwu_is_trial_run_state()
150 &entry->img_props[metadata.active_index]; in fwu_is_trial_run_state()
[all …]
/trusted-firmware-a/plat/brcm/board/common/
A Dbcm_elog_ddr.c26 uintptr_t metadata; in elog_init_ddr_log() local
53 metadata = TMP_ELOG_METADATA_BASE; in elog_init_ddr_log()
55 memcpy((void *)metadata, &global, sizeof(global)); in elog_init_ddr_log()
56 metadata += sizeof(global); in elog_init_ddr_log()
109 memcpy((void *)metadata, &rec, sizeof(rec)); in elog_init_ddr_log()
110 metadata += sizeof(rec); in elog_init_ddr_log()
/trusted-firmware-a/plat/arm/common/
A Darm_io_storage.c220 void plat_fwu_set_images_source(struct fwu_metadata *metadata) in plat_fwu_set_images_source() argument
222 arm_set_fip_addr(metadata->active_index); in plat_fwu_set_images_source()
/trusted-firmware-a/include/plat/common/
A Dplatform.h382 void plat_fwu_set_images_source(struct fwu_metadata *metadata);
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst892 Argument : struct fwu_metadata *metadata
898 FWU metadata, and update I/O policies of active/updated images using retrieved
916 responsible for setting up the platform I/O policy of the requested metadata
920 FWU metadata can not be always stored as a raw image in non-volatile storage
923 For example, the FWU metadata image is stored as a partition inside the GUID
927 the I/O policy of the FWU metadata image.
928 Further I/O layer operations such as I/O open, I/O read, etc. on FWU metadata
933 of the requested FWU metadata image.
A Dbuild-options.rst927 in defining the firmware update metadata structure. This flag is by default
933 This flag is used in defining the firmware update metadata structure. This
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt892 Argument : struct fwu_metadata *metadata
898 FWU metadata, and update I/O policies of active/updated images using retrieved
916 responsible for setting up the platform I/O policy of the requested metadata
920 FWU metadata can not be always stored as a raw image in non-volatile storage
923 For example, the FWU metadata image is stored as a partition inside the GUID
927 the I/O policy of the FWU metadata image.
928 Further I/O layer operations such as I/O open, I/O read, etc. on FWU metadata
933 of the requested FWU metadata image.
A Dbuild-options.rst.txt927 in defining the firmware update metadata structure. This flag is by default
933 This flag is used in defining the firmware update metadata structure. This
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dthreat_model.rst.txt279 | | unauthenticated data, such as FIP metadata, prior|
/trusted-firmware-a/docs/threat_model/
A Dthreat_model.rst279 | | unauthenticated data, such as FIP metadata, prior|
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …4,38,47,53,54,57,86,92,112,122,123,125,142,143],met:[27,56,60],meta:114,metadata:[6,38,48,53,142],…
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.aux380 \newlabel{getting_started/porting-guide:function-plat-fwu-set-metadata-image-source-when-psa-fwu-su…
A Dtrustedfirmware-a.tex5052 in defining the firmware update metadata structure. This flag is by default
5060 This flag is used in defining the firmware update metadata structure. This
6537 …G{n}{Argument} \PYG{p}{:} \PYG{n}{struct} \PYG{n}{fwu\PYGZus{}metadata} \PYG{o}{*}\PYG{n}{metadata}
6545 FWU metadata, and update I/O policies of active/updated images using retrieved
6565 responsible for setting up the platform I/O policy of the requested metadata
6573 For example, the FWU metadata image is stored as a partition inside the GUID
6577 the I/O policy of the FWU metadata image.
6578 Further I/O layer operations such as I/O open, I/O read, etc. on FWU metadata
6584 of the requested FWU metadata image.
29237 metadata indicating where these data will be stored at run\sphinxhyphen{}time and the
[all …]
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst1527 metadata indicating where these data will be stored at run-time and the
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt1527 metadata indicating where these data will be stored at run-time and the
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt350 …- add FWU metadata header and build options ([5357f83](https://review.trustedfirmware.org/plugins/…
/trusted-firmware-a/docs/
A Dchange-log.md350 …- add FWU metadata header and build options ([5357f83](https://review.trustedfirmware.org/plugins/…

Completed in 173 milliseconds