Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duboot-extlinux-config.bbclass129 fdtdir = localdata.getVar('UBOOT_EXTLINUX_FDTDIR')
136 elif fdtdir:
138 (menu_description, kernel_image, fdtdir))
/OK3568_Linux_fs/buildroot/board/wandboard/rootfs_overlay/boot/extlinux/
H A Dextlinux.conf3 fdtdir ../
/OK3568_Linux_fs/buildroot/board/olimex/a20_olinuxino/rootfs_overlay/boot/extlinux/
H A Dextlinux.conf3 fdtdir /boot
/OK3568_Linux_fs/buildroot/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/
H A Dextlinux.conf3 fdtdir ../
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0001-BeagleBone-AI-support.patch1497 + "setenv fdtdir /boot/dtbs/${uname_r}; " \
1498 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1501 + "setenv fdtdir /usr/lib/linux-image-${uname_r}; " \
1502 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1505 + "setenv fdtdir /lib/firmware/${uname_r}/device-tree; " \
1506 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1509 + "setenv fdtdir /boot/dtb-${uname_r}; " \
1510 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1513 + "setenv fdtdir /boot/dtbs; " \
1514 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
[all …]
/OK3568_Linux_fs/u-boot/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.