Home
last modified time | relevance | path

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

123

/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/
Dtbbr_config.c17 .uuid = UUID_TRUSTED_UPDATE_FIRMWARE_SCP_BL2U,
22 .uuid = UUID_TRUSTED_UPDATE_FIRMWARE_BL2U,
27 .uuid = UUID_TRUSTED_UPDATE_FIRMWARE_NS_BL2U,
32 .uuid = UUID_TRUSTED_FWU_CERT,
37 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
42 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
47 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
52 .uuid = UUID_SECURE_PAYLOAD_BL32,
57 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
62 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
[all …]
Dfiptool.c140 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc() argument
147 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc()
216 desc = new_image_desc(&toc_entry->uuid, in fill_image_descs()
227 desc = new_image_desc(&toc_entry->uuid, in fill_image_descs()
235 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid() argument
240 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid()
346 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip()
372 desc = lookup_image_desc_from_uuid(&toc_entry->uuid); in parse_fip()
376 uuid_to_str(name, sizeof(name), &toc_entry->uuid); in parse_fip()
379 desc = new_image_desc(&toc_entry->uuid, name, "blob"); in parse_fip()
[all …]
/trusted-firmware-a-3.6.0-3.5.0/common/
Duuid.c72 int read_uuid(uint8_t *dest, char *uuid) in read_uuid() argument
78 if (strnlen(uuid, UUID_STRING_LENGTH) != UUID_STRING_LENGTH) { in read_uuid()
84 err = read_hex(dest, uuid, 8); in read_uuid()
85 uuid += 8; in read_uuid()
89 err |= ((*uuid == '-') ? 0 : -1); in read_uuid()
90 uuid++; in read_uuid()
93 err |= read_hex(dest, uuid, 4); in read_uuid()
94 uuid += 4; in read_uuid()
98 err |= ((*uuid == '-') ? 0 : -1); in read_uuid()
99 uuid++; in read_uuid()
[all …]
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/plat_fiptool/nxp/
Dplat_def_uuid_config.c17 .uuid = UUID_DDR_IMEM_UDIMM_1D,
22 .uuid = UUID_DDR_IMEM_UDIMM_2D,
27 .uuid = UUID_DDR_DMEM_UDIMM_1D,
32 .uuid = UUID_DDR_DMEM_UDIMM_2D,
37 .uuid = UUID_DDR_IMEM_RDIMM_1D,
42 .uuid = UUID_DDR_IMEM_RDIMM_2D,
47 .uuid = UUID_DDR_DMEM_RDIMM_1D,
52 .uuid = UUID_DDR_DMEM_RDIMM_2D,
57 .uuid = UUID_FUSE_PROV,
62 .uuid = UUID_FUSE_UP,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/plat_fiptool/arm/board/tc/
Dplat_def_uuid_config.c17 .uuid = UUID_RSS_FIRMWARE_BL1_2,
22 .uuid = UUID_RSS_FIRMWARE_BL2,
27 .uuid = UUID_RSS_FIRMWARE_SCP_BL1,
32 .uuid = UUID_RSS_FIRMWARE_AP_BL1,
37 .uuid = UUID_RSS_FIRMWARE_NS,
42 .uuid = UUID_RSS_FIRMWARE_S,
47 .uuid = UUID_RSS_SIC_TABLES_NS,
52 .uuid = UUID_RSS_SIC_TABLES_S,
58 .uuid = { {0} },
/trusted-firmware-a-3.6.0-3.5.0/plat/brcm/common/
Dbrcm_io_storage.c44 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
48 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
52 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
56 .uuid = UUID_SECURE_PAYLOAD_BL32,
60 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
64 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
68 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
72 .uuid = UUID_TB_FW_CONFIG,
76 .uuid = UUID_HW_CONFIG,
80 .uuid = UUID_SOC_FW_CONFIG,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/common/
Drpi3_io_storage.c48 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
52 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
56 .uuid = UUID_SECURE_PAYLOAD_BL32,
60 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
64 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
68 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
73 .uuid = UUID_TRUSTED_BOOT_FW_CERT,
77 .uuid = UUID_TRUSTED_KEY_CERT,
81 .uuid = UUID_SOC_FW_KEY_CERT,
85 .uuid = UUID_TRUSTED_OS_FW_KEY_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey/
Dhikey_io_storage.c76 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
80 .uuid = UUID_SECURE_PAYLOAD_BL32,
84 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
88 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
92 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
96 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
101 .uuid = UUID_TRUSTED_KEY_CERT,
105 .uuid = UUID_SCP_FW_KEY_CERT,
109 .uuid = UUID_SOC_FW_KEY_CERT,
113 .uuid = UUID_TRUSTED_OS_FW_KEY_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/nxp/common/fip_handler/ddr_fip/
Dddr_io_storage.c38 .uuid = UUID_DDR_IMEM_UDIMM_1D,
42 .uuid = UUID_DDR_IMEM_UDIMM_2D,
46 .uuid = UUID_DDR_DMEM_UDIMM_1D,
50 .uuid = UUID_DDR_DMEM_UDIMM_2D,
54 .uuid = UUID_DDR_IMEM_RDIMM_1D,
58 .uuid = UUID_DDR_IMEM_RDIMM_2D,
62 .uuid = UUID_DDR_DMEM_RDIMM_1D,
66 .uuid = UUID_DDR_DMEM_RDIMM_2D,
71 .uuid = UUID_DDR_FW_KEY_CERT,
74 .uuid = UUID_DDR_UDIMM_FW_CONTENT_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/socionext/synquacer/
Dsq_io_storage.c35 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
39 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
43 .uuid = UUID_SECURE_PAYLOAD_BL32,
47 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
52 .uuid = UUID_TRUSTED_BOOT_FW_CERT,
56 .uuid = UUID_TRUSTED_KEY_CERT,
60 .uuid = UUID_SOC_FW_KEY_CERT,
64 .uuid = UUID_TRUSTED_OS_FW_KEY_CERT,
68 .uuid = UUID_NON_TRUSTED_FW_KEY_CERT,
72 .uuid = UUID_SOC_FW_CONTENT_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/
Dimx_io_storage.c63 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
67 .uuid = UUID_SECURE_PAYLOAD_BL32,
71 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
75 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
79 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
84 .uuid = UUID_TRUSTED_BOOT_FW_CERT,
88 .uuid = UUID_TRUSTED_KEY_CERT,
92 .uuid = UUID_SOC_FW_KEY_CERT,
96 .uuid = UUID_TRUSTED_OS_FW_KEY_CERT,
100 .uuid = UUID_TRUSTED_OS_FW_CONTENT_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey960/
Dhikey960_io_storage.c71 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
75 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
79 .uuid = UUID_SECURE_PAYLOAD_BL32,
83 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
87 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
92 .uuid = UUID_TOS_FW_CONFIG,
97 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
102 .uuid = UUID_TRUSTED_KEY_CERT,
106 .uuid = UUID_SCP_FW_KEY_CERT,
110 .uuid = UUID_SOC_FW_KEY_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/qemu/common/
Dqemu_io_storage.c68 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
72 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
76 .uuid = UUID_SECURE_PAYLOAD_BL32,
80 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
84 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
88 .uuid = UUID_TB_FW_CONFIG,
92 .uuid = UUID_TOS_FW_CONFIG,
96 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
101 .uuid = UUID_TRUSTED_BOOT_FW_CERT,
105 .uuid = UUID_TRUSTED_KEY_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/nxp/common/setup/
Dls_io_storage.c59 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
63 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
67 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
71 .uuid = UUID_SECURE_PAYLOAD_BL32,
75 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
79 .uuid = UUID_TB_FW_CONFIG,
83 .uuid = UUID_HW_CONFIG,
88 .uuid = UUID_TRUSTED_BOOT_FW_CERT,
92 .uuid = UUID_TRUSTED_KEY_CERT,
96 .uuid = UUID_SCP_FW_KEY_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/plat/socionext/uniphier/
Duniphier_io_storage.c43 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
47 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
51 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
55 .uuid = UUID_SECURE_PAYLOAD_BL32,
59 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
64 .uuid = UUID_TRUSTED_BOOT_FW_CERT,
68 .uuid = UUID_TRUSTED_KEY_CERT,
72 .uuid = UUID_SCP_FW_KEY_CERT,
76 .uuid = UUID_SOC_FW_KEY_CERT,
80 .uuid = UUID_TRUSTED_OS_FW_KEY_CERT,
[all …]
/trusted-firmware-a-3.6.0-3.5.0/include/tools_share/
Duuid.h52 struct uuid { struct
69 struct uuid uuid_struct; argument
74 typedef struct uuid uuid_t;
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/tc/fdts/
Dtc_tb_fw_config.dts37 uuid = "dc1eef48-b17a-4ccf-ac8b-dfcff7711b14";
41 uuid = "d9df52d5-16a2-4bb2-9aa4-d26d3b84e8c0";
47 uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
52 uuid = "b4b5671e-4a90-4fe1-b81f-fb13dae1dacb";
58 uuid = "d1582309-f023-47b9-827c-4464f5578fc8";
64 uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
69 uuid = "eaba83d8-baaf-4eaf-8144-f7fdcbe544a7";
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/spm/el3_spmc/
Dlogical_sp.c67 if (lp_desc->uuid[0] == 0 && lp_desc->uuid[1] == 0 && in el3_sp_desc_validate()
68 lp_desc->uuid[2] == 0 && lp_desc->uuid[3] == 0) { in el3_sp_desc_validate()
/trusted-firmware-a-3.6.0-3.5.0/plat/marvell/armada/common/
Dmarvell_io_storage.c33 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
37 .uuid = UUID_SCP_FIRMWARE_SCP_BL2,
41 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
44 .uuid = UUID_SECURE_PAYLOAD_BL32,
48 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
52 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
56 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
/trusted-firmware-a-3.6.0-3.5.0/include/common/
Duuid.h16 int read_uuid(uint8_t *dest, char *uuid);
19 bool is_null_uuid(uint32_t *uuid);
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/poplar/
Dplat_storage.c64 .uuid = UUID_TRUSTED_BOOT_FIRMWARE_BL2,
68 .uuid = UUID_EL3_RUNTIME_FIRMWARE_BL31,
72 .uuid = UUID_SECURE_PAYLOAD_BL32,
76 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA1,
80 .uuid = UUID_SECURE_PAYLOAD_BL32_EXTRA2,
84 .uuid = UUID_NON_TRUSTED_FIRMWARE_BL33,
/trusted-firmware-a-3.6.0-3.5.0/include/services/
Del3_spmc_logical_sp.h29 uint32_t uuid[4]; /* Little Endian. */ member
42 .uuid = _uuid, \
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/fdts/
Dfvp_tb_fw_config.dts75 uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
80 uuid = "b4b5671e-4a90-4fe1-b81f-fb13dae1dacb";
86 uuid = "d1582309-f023-47b9-827c-4464f5578fc8";
92 uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
98 uuid = "eaba83d8-baaf-4eaf-8144-f7fdcbe544a7";
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/plat_fiptool/st/stm32mp1/
Dplat_def_uuid_config.c14 .uuid = UUID_STM32MP_CONFIG_CERT,
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/juno/fip/
Dplat_def_uuid_config.c22 .uuid = { { 0 } },

123