| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_info.c | 48 char *fdtfile = NULL; in main() local 59 fdtfile = optarg; in main() 72 if (!fdtfile) { in main() 84 ffd = mmap_fdt(cmdname, fdtfile, 0, &fit_blob, &fsbuf, false); in main() 87 printf("Could not open %s\n", fdtfile); in main()
|
| H A D | fit_check_sign.c | 43 char *fdtfile = NULL; in main() local 56 fdtfile = optarg; in main() 69 if (!fdtfile) { in main() 78 ffd = mmap_fdt(cmdname, fdtfile, 0, &fit_blob, &fsbuf, false); in main()
|
| /OK3568_Linux_fs/u-boot/board/raspberrypi/rpi/ |
| H A D | rpi.c | 82 const char *fdtfile; member 248 const char *fdtfile; in set_fdtfile() local 253 fdtfile = model->fdtfile; in set_fdtfile() 254 env_set("fdtfile", fdtfile); in set_fdtfile()
|
| /OK3568_Linux_fs/buildroot/board/olimex/a33_olinuxino/ |
| H A D | boot.cmd | 2 ext4load mmc 0 0x49000000 /boot/${fdtfile}
|
| /OK3568_Linux_fs/buildroot/board/olimex/a10_olinuxino/ |
| H A D | boot.cmd | 2 ext4load mmc 0 0x49000000 /boot/${fdtfile}
|
| /OK3568_Linux_fs/buildroot/board/beagleboneai/ |
| H A D | uEnv.txt | 5 fdtfile=am5729-beagleboneai.dtb
|
| /OK3568_Linux_fs/buildroot/board/olimex/a20_olinuxino/ |
| H A D | boot.cmd | 2 ext4load mmc 0 0x49000000 /boot/${fdtfile}
|
| /OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/ |
| H A D | 0001-BeagleBone-AI-support.patch | 1401 + "setenv fdtfile ${dtb};" \ 1402 + "echo debug: [dtb=${fdtfile}] ...;" \ 1439 + "setenv fdtfile ${dtb};" \ 1440 + "echo debug: [dtb=${fdtfile}] ...;" \ 1477 + "setenv fdtfile ${dtb};" \ 1478 + "echo debug: [dtb=${fdtfile}] ...;" \ 1498 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \ 1502 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \ 1506 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \ 1510 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \ [all …]
|
| /OK3568_Linux_fs/buildroot/board/udoo/common/ |
| H A D | boot.scr.txt | 5 load mmc 0:1 ${fdt_addr} boot/${fdtfile}
|
| /OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/ |
| H A D | readme.txt | 48 The device tree is loaded according to the filename in fdtfile. The 52 # setenv fdtfile freescale/fsl-ls1028a-kontron-sl28.dtb
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pxe.c | 721 char *fdtfile = NULL; in label_boot() local 725 fdtfile = label->fdt; in label_boot() 767 fdtfile = fdtfilefree; in label_boot() 770 if (fdtfile) { in label_boot() 771 int err = get_relfile_envaddr(cmdtp, fdtfile, "fdt_addr_r"); in label_boot()
|
| /OK3568_Linux_fs/u-boot/board/logicpd/omap3som/ |
| H A D | omap3logic.c | 62 char *fdtfile; member 68 .fdtfile = "logicpd-som-lv-35xx-devkit.dtb", 73 .fdtfile = "logicpd-torpedo-35xx-devkit.dtb", 79 .fdtfile = "logicpd-som-lv-37xx-devkit.dtb", 83 .fdtfile = "logicpd-torpedo-37xx-devkit.dtb", 223 env_set("fdtimage", board->fdtfile); in board_late_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/ |
| H A D | README | 58 fdtfile, and bootfile).
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/ |
| H A D | README | 94 fdtfile, and bootfile).
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/ |
| H A D | README | 100 fdtfile, and bootfile).
|
| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | README | 159 U-Boot # tftp ${fdtaddr} am335x/${fdtfile} 180 U-Boot # load mmc 0:1 ${fdtaddr} ${fdtfile}
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.pxe | 159 relative to <path>. If the fdtfile environment variable 160 is set, <path>/<fdtfile> is retrieved. Otherwise, the
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 4067 device tree blob fdtfile fdt_addr_r fdt_addr
|