Searched refs:version (Results 1 – 7 of 7) sorted by relevance
| /boot/ |
| A D | vbe_simple_os.c | 20 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 D | android_ab.c | 57 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 D | bootmeth_cros.c | 227 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 D | vbe_common.c | 49 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 D | vbe_common.h | 124 int vbe_read_version(struct udevice *blk, ulong offset, char *version,
|
| A D | image-android-dt.c | 122 printf(" version = %d\n", fdt32_to_cpu(hdr->version)); in android_dt_print_contents()
|
| A D | Kconfig | 733 A and B have the same version. If neither firmware image passes the
|
Completed in 15 milliseconds