Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_support.c309 struct efi_guid *guid) in fsp_get_reserved_mem_from_guid() argument
322 if (compare_guid(&res_desc->owner, guid)) { in fsp_get_reserved_mem_from_guid()
338 const struct efi_guid guid = FSP_HOB_RESOURCE_OWNER_FSP_GUID; in fsp_get_fsp_reserved_mem() local
343 &length, (struct efi_guid *)&guid); in fsp_get_fsp_reserved_mem()
352 const struct efi_guid guid = FSP_HOB_RESOURCE_OWNER_TSEG_GUID; in fsp_get_tseg_reserved_mem() local
357 &length, (struct efi_guid *)&guid); in fsp_get_tseg_reserved_mem()
381 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid, in fsp_get_next_guid_hob() argument
391 if (compare_guid(guid, &(guid_hob->name))) in fsp_get_next_guid_hob()
400 struct efi_guid *guid) in fsp_get_guid_hob_data() argument
404 guid_hob = fsp_get_next_guid_hob(guid, hob_list); in fsp_get_guid_hob_data()
[all …]
H A Dcmd_fsp.c86 struct efi_guid *guid = (struct efi_guid *)(hdr + 1); in do_hob() local
89 printf("%08x-%04x-%04x", guid->data1, in do_hob()
90 guid->data2, guid->data3); in do_hob()
91 for (j = 0; j < ARRAY_SIZE(guid->data4); j++) in do_hob()
92 printf("-%02x", guid->data4[j]); in do_hob()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c485 if (!handler->guid) in efi_install_protocol_interface()
487 if (!guidcmp(handler->guid, protocol)) { in efi_install_protocol_interface()
496 if (handler->guid) in efi_install_protocol_interface()
499 handler->guid = protocol; in efi_install_protocol_interface()
554 const efi_guid_t *hprotocol = handler->guid; in efi_uninstall_protocol_interface()
562 handler->guid = 0; in efi_uninstall_protocol_interface()
604 const efi_guid_t *guid = efiobj->protocols[i].guid; in efi_search() local
605 if (guid && !guidcmp(guid, protocol)) in efi_search()
692 efi_status_t efi_install_configuration_table(const efi_guid_t *guid, void *table) in efi_install_configuration_table() argument
698 if (!guidcmp(guid, &efi_conf_table[i].guid)) { in efi_install_configuration_table()
[all …]
H A Defi_net.c236 netobj->parent.protocols[0].guid = &efi_net_guid; in efi_net_register()
238 netobj->parent.protocols[1].guid = &efi_guid_device_path; in efi_net_register()
240 netobj->parent.protocols[2].guid = &efi_pxe_guid; in efi_net_register()
H A Defi_disk.c193 diskobj->parent.protocols[0].guid = &efi_block_io_guid; in efi_disk_add_dev()
195 diskobj->parent.protocols[1].guid = &efi_guid_device_path; in efi_disk_add_dev()
H A Defi_device_path.c36 .guid = U_BOOT_GUID,
136 if (!handler->guid) in find_obj()
139 if (guidcmp(handler->guid, &efi_guid_device_path)) in find_obj()
H A Defi_gop.c179 gopobj->parent.protocols[0].guid = &efi_gop_guid;
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A Dfsp_support.h109 u64 *len, struct efi_guid *guid);
152 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid,
167 struct efi_guid *guid);
/rk3399_rockchip-uboot/lib/
H A Duuid.c86 efi_guid_t guid; member
110 memcpy(guid_bin, &list_guid[i].guid, 16); in uuid_guid_get_bin()
129 if (!memcmp(list_guid[i].guid.b, guid_bin, 16)) { in uuid_guid_get_str()
307 U_BOOT_CMD(guid, CONFIG_SYS_MAXARGS, 1, do_uuid,
/rk3399_rockchip-uboot/include/
H A Defi_loader.h75 const efi_guid_t *guid; member
97 .guid = &(_guid), \
193 efi_status_t efi_install_configuration_table(const efi_guid_t *guid, void *table);
H A Defi_api.h99 efi_guid_t *guid, void *table);
228 efi_guid_t guid; member
298 efi_guid_t guid; member
H A Dpart.h424 int get_disk_guid(struct blk_desc *dev_desc, char *guid);
/rk3399_rockchip-uboot/doc/
H A DREADME.gpt174 the generated UUID. The 'gpt guid' command reads the current value of the
217 communicate about software updates and boot failure. The 'gpt guid',
249 can specify a other partition type guid:
H A DREADME.x86572 guid: 9d02e8e4-4d59-408f-a9b0-fd497bc9291c
576 guid: 965c59ee-1822-4326-90d2-b02446050059
580 guid: 2c4282bd-1e82-4bcf-a5ff-51dedbf39f17
/rk3399_rockchip-uboot/cmd/
H A Dgpt.c266 static int create_gpt_partitions_list(int numparts, const char *guid, in create_gpt_partitions_list() argument
277 strncat(partitions_list, guid, UUID_STR_LEN + 1); in create_gpt_partitions_list()
H A DKconfig1336 bool "uuid, guid - generation of unique IDs"
1341 guid - generate Globally Unique Identifier based on random UUID
/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.h48 u32 guid; member
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h181 __u8 guid[16]; member
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c197 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid() argument
219 uuid_bin_to_str(guid_bin, guid, UUID_STR_FORMAT_GUID); in get_disk_guid()