| /u-boot/tools/binman/ |
| A D | fip_util.py | 30 from uuid import UUID 84 self.uuid = bytes(uuid_bytes) 213 uuid = lookup.uuid 216 uuid = fip_type_or_uuid 217 return fip_type, uuid 245 self.uuid = uuid 255 if val.uuid == uuid} 418 if fent.uuid == uuid: 422 label = UUID(bytes=uuid) 503 names = {uuid: (desc, uuid, name) for desc, uuid, name in mat} [all …]
|
| /u-boot/lib/ |
| A D | uuid.c | 66 int uuid_str_valid(const char *uuid) in uuid_str_valid() argument 70 if (uuid == NULL) in uuid_str_valid() 76 valid = (uuid[i] == '-'); in uuid_str_valid() 79 valid = isxdigit(uuid[i]); in uuid_str_valid() 415 struct uuid *uuid = (struct uuid *)ptr; in gen_rand_uuid() local 437 clrsetbits_be16(&uuid->time_hi_and_version, in gen_rand_uuid() 445 memcpy(uuid_bin, uuid, 16); in gen_rand_uuid() 469 char uuid[UUID_STR_LEN + 1]; in do_uuid() local 480 gen_rand_uuid_str(uuid, str_format); in do_uuid() 483 printf("%s\n", uuid); in do_uuid() [all …]
|
| /u-boot/include/ |
| A D | uuid.h | 12 struct uuid { struct 28 #define UUID_BIN_LEN sizeof(struct uuid) argument 38 int uuid_str_valid(const char *uuid);
|
| /u-boot/drivers/xen/ |
| A D | xenbus.c | 483 int xenbus_read_uuid(const char *path, unsigned char uuid[16]) in xenbus_read_uuid() 500 uuid, uuid + 1, uuid + 2, uuid + 3, in xenbus_read_uuid() 501 uuid + 4, uuid + 5, uuid + 6, uuid + 7, in xenbus_read_uuid() 502 uuid + 8, uuid + 9, uuid + 10, uuid + 11, in xenbus_read_uuid() 503 uuid + 12, uuid + 13, uuid + 14, uuid + 15) != 16) { in xenbus_read_uuid()
|
| /u-boot/board/intel/edison/ |
| A D | edison-environment.txt | 1 …uuid=${uuid_uboot0};name=u-boot-env0,size=1MiB,uuid=${uuid_uboot_env0};name=u-boot1,size=2MiB,uuid…
|
| /u-boot/common/ |
| A D | scp03.c | 14 const struct tee_optee_ta_uuid uuid = PTA_SCP03_UUID; in scp03_enable() local 25 tee_optee_ta_uuid_to_octets(session.uuid, &uuid); in scp03_enable()
|
| /u-boot/include/environment/ti/ |
| A D | ufs.env | 2 ufs_finduuid=part uuid scsi ${bootpart} uuid 7 root=PARTUUID=${uuid} rw
|
| A D | mmc.env | 3 finduuid=part uuid ${boot} ${bootpart} uuid 6 root=PARTUUID=${uuid} rw
|
| /u-boot/include/tee/ |
| A D | optee_service.h | 20 const struct tee_optee_ta_uuid uuid; member 26 .uuid = __uuid, \
|
| /u-boot/fs/ |
| A D | fs.c | 165 int (*uuid)(char *uuid_str); member 206 .uuid = fat_uuid, 232 .uuid = ext4fs_uuid, 250 .uuid = fs_uuid_unsupported, 269 .uuid = fs_uuid_unsupported, 310 .uuid = btrfs_uuid, 899 char uuid[37]; in do_fs_uuid() local 900 memset(uuid, 0, sizeof(uuid)); in do_fs_uuid() 908 ret = fs_uuid(uuid); in do_fs_uuid() 913 env_set(argv[3], uuid); in do_fs_uuid() [all …]
|
| /u-boot/board/sifive/unleashed/ |
| A D | genimage_sdcard.cfg | 11 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47 17 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
| A D | genimage_spi-nor.cfg | 11 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47 17 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
| /u-boot/board/xilinx/common/ |
| A D | board.c | 77 char uuid[EEPROM_HDR_UUID_LEN + 1]; member 229 strlcpy(desc->uuid, (char *)fru_data.brd.uuid, in xilinx_read_eeprom_fru() 230 sizeof(desc->uuid)); in xilinx_read_eeprom_fru() 446 if (desc->uuid[0]) { in board_late_init_xilinx() 447 unsigned char uuid[UUID_STR_LEN + 1]; in board_late_init_xilinx() local 448 unsigned char *t = desc->uuid; in board_late_init_xilinx() 450 memset(uuid, 0, UUID_STR_LEN + 1); in board_late_init_xilinx() 452 sprintf(uuid, "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x", in board_late_init_xilinx() 456 ret |= env_set_by_index("uuid", id, uuid); in board_late_init_xilinx()
|
| /u-boot/board/beacon/imx8mp/ |
| A D | imx8mp_beacon.env | 7 finduuid=part uuid mmc ${mmcdev}:2 uuid 12 mmcargs=setenv bootargs console=${console} root=PARTUUID=${uuid} rootwait rw ${mtdparts} ${optargs}
|
| /u-boot/cmd/x86/ |
| A D | hob.c | 99 char uuid[UUID_STR_LEN + 1]; in do_hob() local 144 uuid_bin_to_str(guid->b, uuid, in do_hob() 146 name = uuid; in do_hob()
|
| /u-boot/fs/erofs/ |
| A D | super.c | 103 memcpy(&sbi.uuid, dsb->uuid, sizeof(dsb->uuid)); in erofs_read_superblock()
|
| /u-boot/doc/ |
| A D | README.gpt | 40 uuid command line tool). 157 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...; 158 name=kernel,size=60MiB,uuid=...;" 161 size=${uboot_size},uuid=${uboot_uuid};" 251 edit: uuid_disk=[...];name=part1,start=0x4000,size=0x4000,uuid=[...]; 252 name=part2,start=0xc000,size=0xc000,uuid=[...];[ . . . ] 266 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...; 267 name=kernel,size=60MiB,uuid=..., 290 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...; 291 name=kernel,size=60MiB,uuid=...,type=linux;" [all …]
|
| /u-boot/fs/btrfs/ |
| A D | compat.h | 72 static inline void uuid_unparse(const u8 *uuid, char *out) in uuid_unparse() argument 74 return uuid_bin_to_str((unsigned char *)uuid, out, 0); in uuid_unparse()
|
| /u-boot/drivers/rng/ |
| A D | optee_rng.c | 51 const struct tee_optee_ta_uuid uuid = TA_HWRNG_UUID; in open_session_ta_hwrng() local 56 tee_optee_ta_uuid_to_octets(sess_arg.uuid, &uuid); in open_session_ta_hwrng()
|
| /u-boot/drivers/tee/broadcom/ |
| A D | chimp_optee.c | 28 const struct tee_optee_ta_uuid uuid = CHMIP_BOOT_UUID; in get_open_session() local 38 tee_optee_ta_uuid_to_octets(arg.uuid, &uuid); in get_open_session()
|
| /u-boot/test/dm/ |
| A D | acpi_dp.c | 75 char uuid[UUID_STR_LEN + 1]; in dm_test_acpi_dp_int() local 99 uuid_bin_to_str(ptr + 17, uuid, 1); in dm_test_acpi_dp_int() 100 ut_asserteq_str(ACPI_DP_UUID, uuid); in dm_test_acpi_dp_int() 281 char uuid[UUID_STR_LEN + 1]; in dm_test_acpi_dp_child() local 310 uuid_bin_to_str(ptr + 17, uuid, 1); in dm_test_acpi_dp_child() 311 ut_asserteq_str(ACPI_DP_CHILD_UUID, uuid); in dm_test_acpi_dp_child() 349 uuid_bin_to_str(pptr + 17, uuid, 1); in dm_test_acpi_dp_child() 350 ut_asserteq_str(ACPI_DP_UUID, uuid); in dm_test_acpi_dp_child()
|
| A D | fastboot.c | 45 gen_rand_uuid_str(parts[0].uuid, UUID_STR_FORMAT_STD); in dm_test_fastboot_mmc_part() 46 gen_rand_uuid_str(parts[1].uuid, UUID_STR_FORMAT_STD); in dm_test_fastboot_mmc_part()
|
| A D | part.c | 48 gen_rand_uuid_str(parts[0].uuid, UUID_STR_FORMAT_STD); in dm_test_part() 49 gen_rand_uuid_str(parts[1].uuid, UUID_STR_FORMAT_STD); in dm_test_part()
|
| /u-boot/drivers/tee/ |
| A D | sandbox.c | 32 struct tee_optee_ta_uuid uuid; member 402 { .uuid = TA_AVB_UUID, 408 { .uuid = TA_RPC_TEST_UUID, 414 { .uuid = PTA_SCP03_UUID, 444 static const struct ta_entry *find_ta_entry(u8 uuid[TEE_UUID_LEN]) in find_ta_entry() 449 tee_optee_ta_uuid_from_octets(&u, uuid); in find_ta_entry() 452 if (!memcmp(&u, &ta_entries[n].uuid, sizeof(u))) in find_ta_entry() 470 ta = find_ta_entry(arg->uuid); in sandbox_tee_open_session()
|
| /u-boot/test/cmd/ |
| A D | rw.c | 31 gen_rand_uuid_str(parts[0].uuid, UUID_STR_FORMAT_STD); in setup_partitions() 32 gen_rand_uuid_str(parts[1].uuid, UUID_STR_FORMAT_STD); in setup_partitions()
|