/openbmc/u-boot/tools/ |
H A D | fit_info.c | 47 char *fdtfile = NULL; in main() local 58 fdtfile = optarg; in main() 71 if (!fdtfile) { in main() 83 ffd = mmap_fdt(cmdname, fdtfile, 0, &fit_blob, &fsbuf, false); in main() 86 printf("Could not open %s\n", fdtfile); in main()
|
H A D | fit_check_sign.c | 42 char *fdtfile = NULL; in main() local 54 fdtfile = optarg; in main() 64 if (!fdtfile) { in main() 73 ffd = mmap_fdt(cmdname, fdtfile, 0, &fit_blob, &fsbuf, false); in main()
|
/openbmc/u-boot/board/raspberrypi/rpi/ |
H A D | rpi.c | 75 const char *fdtfile; member 291 const char *fdtfile; in set_fdtfile() local 296 fdtfile = model->fdtfile; in set_fdtfile() 297 env_set("fdtfile", fdtfile); in set_fdtfile()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | zynqmp.c | 514 char *compatible, *fdtfile; in set_fdtfile() local 528 fdtfile = calloc(1, strlen(vendor) + strlen(compatible) + in set_fdtfile() 530 if (!fdtfile) in set_fdtfile() 533 sprintf(fdtfile, "%s%s%s", vendor, compatible, suffix); in set_fdtfile() 535 env_set("fdtfile", fdtfile); in set_fdtfile() 536 free(fdtfile); in set_fdtfile()
|
/openbmc/u-boot/board/samsung/common/bootscripts/ |
H A D | bootzimg.cmd | 4 if load mmc ${mmcbootdev}:${mmcbootpart} 40800000 ${fdtfile}; then 7 echo Warning! Booting without DTB: '${fdtfile}'!;
|
H A D | autoboot.cmd | 6 # platform dependent: board_name, fdtfile, console 12 setenv loaddtb "load mmc ${mmcbootdev}:${mmcbootpart} ${fdtaddr} ${fdtfile}" 19 if test -e mmc '${mmcbootdev}':'${mmcbootpart}' '${fdtfile}'; then 23 echo Warning! Booting without DTB: '${fdtfile}'!;
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/ |
H A D | uEnv.txt | 7 afs load ${fdtfile} ${fdt_addr_r}; \ 8 if test $? -eq 1; then echo Loading ${fdt_alt_name} instead of ${fdtfile}; \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/juno/ |
H A D | 0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch | 26 "fdtfile=board.dtb\0" \
|
/openbmc/u-boot/configs/ |
H A D | apalis-tk1_defconfig | 10 CONFIG_BOOTCOMMAND="run emmcboot; setenv fdtfile ${soc}-apalis-${fdt_board}.dtb && run distro_bootc…
|
/openbmc/u-boot/cmd/ |
H A D | pxe.c | 737 char *fdtfile = NULL; in label_boot() local 741 fdtfile = label->fdt; in label_boot() 783 fdtfile = fdtfilefree; in label_boot() 786 if (fdtfile) { in label_boot() 787 int err = get_relfile_envaddr(cmdtp, fdtfile, "fdt_addr_r"); in label_boot()
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | README | 58 fdtfile, and bootfile).
|
/openbmc/u-boot/board/freescale/mpc8315erdb/ |
H A D | README | 94 fdtfile, and bootfile).
|
/openbmc/u-boot/board/freescale/mpc8313erdb/ |
H A D | README | 100 fdtfile, and bootfile).
|
/openbmc/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}
|
/openbmc/qemu/docs/system/arm/ |
H A D | orangepi.rst | 249 => setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb 250 …load mmc 0:1 ${kernel_addr_r} ${kernel}; fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}; fdt addr ${fdt_…
|
/openbmc/u-boot/doc/ |
H A D | README.pxe | 165 relative to <path>. If the fdtfile environment variable 166 is set, <path>/<fdtfile> is retrieved. Otherwise, the
|
/openbmc/u-boot/ |
H A D | README | 3781 device tree blob fdtfile fdt_addr_r fdt_addr
|