Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 18 of 18) sorted by relevance

/boot/
A Dimage-android-dt.c80 const char *compatible; in android_dt_print_fdt_info() local
89 compatible = fdt_getprop(fdt, root_node_off, "compatible", in android_dt_print_fdt_info()
94 compatible ? compatible : "(unknown)"); in android_dt_print_fdt_info()
A Dbootmeth_sandbox.c59 { .compatible = "u-boot,sandbox-bootmeth" },
A Dimage-android.c816 const char *compatible; in android_image_print_dtb_info() local
825 compatible = fdt_getprop(fdt, root_node_off, "compatible", in android_image_print_dtb_info()
833 compatible ? compatible : "(unknown)"); in android_image_print_dtb_info()
A Dimage-board.c636 const char *uname, *name, *compatible; in boot_get_fpga() local
688 compatible = fdt_getprop(buf, conf_noffset, "compatible", NULL); in boot_get_fpga()
689 if (!compatible) { in boot_get_fpga()
693 flags = fpga_compatible2flag(devnum, compatible); in boot_get_fpga()
A Dbootmeth_efi_mgr.c113 { .compatible = "u-boot,efi-bootmgr" },
A Dbootmeth_qfw.c92 { .compatible = "u-boot,qfw-bootmeth" },
A Dvbe_simple.c156 { .compatible = "fwupd,vbe-simple" },
A Dupl_read.c451 ser->compatible = ofnode_read_string(node, UPLP_COMPATIBLE); in decode_upl_serial()
452 if (!ser->compatible) { in decode_upl_serial()
A Dbootstd-uclass.c216 { .compatible = "u-boot,boot-std" },
A Dbootmeth_pxe.c191 { .compatible = "u-boot,extlinux-pxe" },
A Dbootmeth_extlinux.c255 { .compatible = "u-boot,extlinux" },
A Dupl_write.c459 if (!ser->compatible || skip_existing) in add_upl_serial()
468 ret = ofnode_write_string(node, UPLP_COMPATIBLE, ser->compatible); in add_upl_serial()
A Dbootmeth_script.c261 { .compatible = "u-boot,script" },
A Dbootmeth_efi.c323 { .compatible = "u-boot,distro-efi" },
A Dbootmeth_rauc.c426 { .compatible = "u-boot,distro-rauc" },
A Dbootmeth_cros.c481 { .compatible = "u-boot,cros" },
A Dbootmeth_android.c617 { .compatible = "u-boot,android" },
A DKconfig250 images with the correct "compatible" string.
251 2. For FPGA images, the supported "compatible" list may be found in
310 images with the correct "compatible" string.
311 2. For FPGA images, the supported "compatible" list is in the

Completed in 32 milliseconds