Home
last modified time | relevance | path

Searched refs:fdtdir (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dpxe.c478 char *fdtdir; member
551 if (label->fdtdir) in label_destroy()
552 free(label->fdtdir); in label_destroy()
726 } else if (label->fdtdir) { in label_boot()
748 len = strlen(label->fdtdir); in label_boot()
751 else if (label->fdtdir[len - 1] != '/') in label_boot()
756 len = strlen(label->fdtdir) + strlen(slash) + in label_boot()
766 label->fdtdir, slash, f1, f2, f3, f4); in label_boot()
1261 if (!label->fdtdir) in parse_label()
1262 err = parse_sliteral(c, &label->fdtdir); in parse_label()
/rk3399_rockchip-uboot/doc/
H A DREADME.distro88 * Does not document the fdtdir option, which automatically selects the DTB to
110 fdtdir /boot/dtb-3.17.0-0.rc4.git2.1.fc22.armv7hl
116 fdtdir /boot/dtb-3.17.0-0.rc4.git2.1.fc22.armv7hl+lpae
123 fdtdir /boot/dtb-3.16.0-0.rc6.git1.1.fc22.armv7hl+lpae
222 processing the fdtdir/devicetreedir or fdt/devicetree options in
H A DREADME.pxe158 fdtdir <path> - if this label is chosen, use tftp to retrieve a fdt blob
163 If the fdt command is specified, fdtdir is ignored.