Home
last modified time | relevance | path

Searched refs:version (Results 1 – 7 of 7) sorted by relevance

/boot/
A Dvbe_simple_os.c20 const char *version, *str; in vbe_simple_fixup_node() local
23 version = strdup(state->fw_version); in vbe_simple_fixup_node()
24 if (!version) in vbe_simple_fixup_node()
27 ret = ofnode_write_string(node, "cur-version", version); in vbe_simple_fixup_node()
A Dandroid_ab.c57 abc->version = BOOT_CTRL_VERSION; in ab_control_default()
262 if (abc->version > BOOT_CTRL_VERSION) { in ab_select_slot()
264 abc->version); in ab_select_slot()
400 if (abc->version > BOOT_CTRL_VERSION) { in ab_dump_abc()
402 abc->version); in ab_dump_abc()
417 printf("Version: %u\n", abc->version); in ab_dump_abc()
A Dbootmeth_cros.c227 const char *version; in cros_read_buf() local
229 version = zimage_get_kernel_version(map_sysmem(setup, 0), in cros_read_buf()
231 log_debug("version %s\n", version); in cros_read_buf()
232 if (version) in cros_read_buf()
233 bflow->name = strdup(version); in cros_read_buf()
A Dvbe_common.c49 int vbe_read_version(struct udevice *blk, ulong offset, char *version, in vbe_read_version() argument
67 strlcpy(version, buf, max_size); in vbe_read_version()
68 log_debug("version=%s\n", version); in vbe_read_version()
A Dvbe_common.h124 int vbe_read_version(struct udevice *blk, ulong offset, char *version,
A Dimage-android-dt.c122 printf(" version = %d\n", fdt32_to_cpu(hdr->version)); in android_dt_print_contents()
A DKconfig733 A and B have the same version. If neither firmware image passes the

Completed in 15 milliseconds