Searched refs:fdt_addr_r (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootrkp.c | 221 ulong fdt_addr_r; in boot_rockchip_image() local 231 fdt_addr_r = env_get_ulong("fdt_addr_r", 16, 0); in boot_rockchip_image() 251 if (gd->fdt_blob != (void *)fdt_addr_r) { in boot_rockchip_image() 252 fdt_size = rockchip_read_dtb_file((void *)fdt_addr_r); in boot_rockchip_image() 261 printf("fdt @ 0x%08lx (0x%08x)\n", fdt_addr_r, fdt_totalsize(fdt_addr_r)); in boot_rockchip_image() 269 kernel_addr_r, ramdisk_addr_r, ramdisk_size, fdt_addr_r); in boot_rockchip_image() 294 images.ft_addr = (void *)fdt_addr_r; in boot_rockchip_image() 295 images.ft_len = fdt_totalsize(fdt_addr_r); in boot_rockchip_image()
|
| /rk3399_rockchip-uboot/board/keymile/scripts/ |
| H A D | develop-common.txt | 6 … != arm; then if tftpboot ${fdt_addr_r} ${tftppath}/fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb; then;…
|
| H A D | ramfs-common.txt | 10 tftpfdt=if run set_fdthigh || test ${arch} != arm; then tftpboot ${fdt_addr_r} ${hostname}/${hostna…
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | rv1106-spi-nor-wakeup.config | 2 CONFIG_ENV_MEM_LAYOUT_SETTINGS="fdt_addr_r=0x007e0000\0kernel_addr_c=0x00a08000\0kernel_addr_r=0x00…
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.pxe | 85 fdt_addr_r - location in RAM at which 'pxe boot' will store the fdt blob it 87 pxe file and 'fdt_addr_r' is set. If retrieval is possible, 'fdt_addr_r' 91 command if it is set and 'fdt_addr_r' is not passed to bootm command. 155 the fdt_addr_r environment variable, and that address will
|
| H A D | README.distro | 219 fdt_addr_r:
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-android.c | 370 ulong fdt_addr_r; in android_image_get_fdt() local 378 fdt_addr_r = env_get_ulong("fdt_addr_r", 16, 0); in android_image_get_fdt() 379 if (!fdt_addr_r) { in android_image_get_fdt() 384 *rd_data = fdt_addr_r; in android_image_get_fdt()
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 4067 device tree blob fdtfile fdt_addr_r fdt_addr
|