Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/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()
150 &entry->img_props[metadata.active_index]; in fwu_is_trial_run_state()
164 return &metadata; in fwu_get_metadata()
[all …]
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/services/std_svc/drtm/
A Ddrtm_measurements.c44 event_log_metadata_t metadata = {0}; in drtm_event_log_measure_and_record() local
46 metadata.name = event_name; in drtm_event_log_measure_and_record()
47 metadata.pcr = pcr; in drtm_event_log_measure_and_record()
59 event_log_record(hash_data, event_type, &metadata); in drtm_event_log_measure_and_record()
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_io_storage.c220 void plat_fwu_set_images_source(const 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()
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dbl2_io_storage.c652 void plat_fwu_set_images_source(const struct fwu_metadata *metadata) in plat_fwu_set_images_source() argument
664 img_type_uuid = &metadata->img_entry[i].img_type_uuid; in plat_fwu_set_images_source()
672 &metadata->img_entry[i].img_props[boot_idx].img_uuid; in plat_fwu_set_images_source()
/arm-trusted-firmware-2.8.0/include/plat/common/
A Dplatform.h421 void plat_fwu_set_images_source(const struct fwu_metadata *metadata);
/arm-trusted-firmware-2.8.0/docs/components/
A Dfirmware-update.rst54 and write updated FWU metadata in non-volatile storage.
58 - Read FWU metadata in memory
60 present in non-volatile storage with the help of FWU metadata
/arm-trusted-firmware-2.8.0/docs/plat/
A Dqti-msm8916.rst67 but it provides the firmware with required metadata.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst1122 Argument : const struct fwu_metadata *metadata
1128 FWU metadata, and update I/O policies of active/updated images using retrieved
1146 responsible for setting up the platform I/O policy of the requested metadata
1150 FWU metadata can not be always stored as a raw image in non-volatile storage
1153 For example, the FWU metadata image is stored as a partition inside the GUID
1157 the I/O policy of the FWU metadata image.
1158 Further I/O layer operations such as I/O open, I/O read, etc. on FWU metadata
1163 of the requested FWU metadata image.
1177 By default, the platform will read the metadata structure and try to boot from
A Dbuild-options.rst1141 in defining the firmware update metadata structure. This flag is by default
1147 This flag is used in defining the firmware update metadata structure. This
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model.rst307 | | such as FIP metadata, prior to use. |
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md844 …- determine the size of sw_type in RSS mboot metadata ([2c8f2a9](https://review.trustedfirmware.or…
1226 …- add support for reading the metadata partition ([0ca180f](https://review.trustedfirmware.org/plu…
1402 …- add a function to pass metadata structure to platforms ([9adce87](https://review.trustedfirmware…
1405 …- pass a const metadata structure to platform routines ([6aaf257](https://review.trustedfirmware.o…
2458 …- add FWU metadata header and build options ([5357f83](https://review.trustedfirmware.org/plugins/…
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst1531 metadata indicating where these data will be stored at run-time and the

Completed in 29 milliseconds