Searched refs:compatible (Results 1 – 18 of 18) sorted by relevance
| /boot/ |
| A D | image-android-dt.c | 80 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 D | bootmeth_sandbox.c | 59 { .compatible = "u-boot,sandbox-bootmeth" },
|
| A D | image-android.c | 816 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 D | image-board.c | 636 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 D | bootmeth_efi_mgr.c | 113 { .compatible = "u-boot,efi-bootmgr" },
|
| A D | bootmeth_qfw.c | 92 { .compatible = "u-boot,qfw-bootmeth" },
|
| A D | vbe_simple.c | 156 { .compatible = "fwupd,vbe-simple" },
|
| A D | upl_read.c | 451 ser->compatible = ofnode_read_string(node, UPLP_COMPATIBLE); in decode_upl_serial() 452 if (!ser->compatible) { in decode_upl_serial()
|
| A D | bootstd-uclass.c | 216 { .compatible = "u-boot,boot-std" },
|
| A D | bootmeth_pxe.c | 191 { .compatible = "u-boot,extlinux-pxe" },
|
| A D | bootmeth_extlinux.c | 255 { .compatible = "u-boot,extlinux" },
|
| A D | upl_write.c | 459 if (!ser->compatible || skip_existing) in add_upl_serial() 468 ret = ofnode_write_string(node, UPLP_COMPATIBLE, ser->compatible); in add_upl_serial()
|
| A D | bootmeth_script.c | 261 { .compatible = "u-boot,script" },
|
| A D | bootmeth_efi.c | 323 { .compatible = "u-boot,distro-efi" },
|
| A D | bootmeth_rauc.c | 426 { .compatible = "u-boot,distro-rauc" },
|
| A D | bootmeth_cros.c | 481 { .compatible = "u-boot,cros" },
|
| A D | bootmeth_android.c | 617 { .compatible = "u-boot,android" },
|
| A D | Kconfig | 250 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