Home
last modified time | relevance | path

Searched refs:fdtfile (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/tools/
H A Dfit_info.c47 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 Dfit_check_sign.c42 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 Drpi.c75 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 Dzynqmp.c514 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 Dbootzimg.cmd4 if load mmc ${mmcbootdev}:${mmcbootpart} 40800000 ${fdtfile}; then
7 echo Warning! Booting without DTB: '${fdtfile}'!;
H A Dautoboot.cmd6 # 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 DuEnv.txt7 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 D0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch26 "fdtfile=board.dtb\0" \
/openbmc/u-boot/configs/
H A Dapalis-tk1_defconfig10 CONFIG_BOOTCOMMAND="run emmcboot; setenv fdtfile ${soc}-apalis-${fdt_board}.dtb && run distro_bootc…
/openbmc/u-boot/cmd/
H A Dpxe.c737 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 DREADME58 fdtfile, and bootfile).
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A DREADME94 fdtfile, and bootfile).
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A DREADME100 fdtfile, and bootfile).
/openbmc/u-boot/board/ti/am335x/
H A DREADME159 U-Boot # tftp ${fdtaddr} am335x/${fdtfile}
180 U-Boot # load mmc 0:1 ${fdtaddr} ${fdtfile}
/openbmc/qemu/docs/system/arm/
H A Dorangepi.rst249 => 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 DREADME.pxe165 relative to <path>. If the fdtfile environment variable
166 is set, <path>/<fdtfile> is retrieved. Otherwise, the
/openbmc/u-boot/
H A DREADME3781 device tree blob fdtfile fdt_addr_r fdt_addr