/external/u-boot/common/ |
D | image-fdt.c | 36 static const image_header_t *image_get_fdt(ulong fdt_addr) in image_get_fdt() argument 38 const image_header_t *fdt_hdr = map_sysmem(fdt_addr, 0); in image_get_fdt() 233 ulong fdt_addr; in boot_get_fdt() local 267 &fdt_addr, &fit_uname_config)) { in boot_get_fdt() 269 fit_uname_config, fdt_addr); in boot_get_fdt() 271 &fdt_addr, &fit_uname_fdt)) { in boot_get_fdt() 273 fit_uname_fdt, fdt_addr); in boot_get_fdt() 277 fdt_addr = simple_strtoul(select, NULL, 16); in boot_get_fdt() 279 fdt_addr); in boot_get_fdt() 286 fdt_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_fdt() [all …]
|
D | android_bootloader.c | 163 char *fdt_addr = env_get("fdt_addr"); in android_bootloader_boot_kernel() local 165 "bootm", kernel_addr_str, kernel_addr_str, fdt_addr, NULL }; in android_bootloader_boot_kernel() 170 kernel_addr_str, fdt_addr); in android_bootloader_boot_kernel()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 310 spl_image->fdt_addr = (void *)image_info.load_addr; in spl_fit_append_fdt() 313 ret = fdt_shrink_to_minimum(spl_image->fdt_addr, 8192); in spl_fit_append_fdt() 491 spl_image->fdt_addr = image_info.fdt_addr; in spl_load_simple_fit() 503 if (spl_image->fdt_addr) in spl_load_simple_fit() 505 spl_image->fdt_addr, in spl_load_simple_fit()
|
D | spl_atf.c | 89 uintptr_t fdt_addr) in bl31_entry() argument 99 atf_entry((void *)bl31_params, (void *)fdt_addr); in bl31_entry() 146 void *blob = spl_image->fdt_addr; in spl_invoke_atf()
|
/external/u-boot/board/samsung/common/bootscripts/ |
D | autoboot.cmd | 21 setenv fdt_addr ${fdtaddr}; 24 setenv fdt_addr; 41 setenv fdt_addr ; 73 '${imgbootcmd}' '${kerneladdr}${itbcfg}' '${initrd_addr}' '${fdt_addr}';"
|
/external/u-boot/arch/arm/include/asm/ |
D | system.h | 218 void __noreturn armv8_switch_to_el2(u64 args, u64 mach_nr, u64 fdt_addr, 233 void armv8_switch_to_el1(u64 args, u64 mach_nr, u64 fdt_addr, 235 void armv8_el2_to_aarch32(u64 args, u64 mach_nr, u64 fdt_addr,
|
/external/u-boot/cmd/ |
D | bootefi.c | 397 void *fdt_addr; in do_bootefi() local 414 fdt_addr = (void *)simple_strtoul(argv[2], NULL, 16); in do_bootefi() 415 if (!fdt_addr && *argv[2] != '0') in do_bootefi() 418 r = efi_install_fdt(fdt_addr); in do_bootefi()
|
/external/u-boot/board/freescale/mx6sabreauto/ |
D | README | 60 # load mmc 0:1 ${fdt_addr} imx6dl-sabreauto.dtb 76 # spl export fdt ${loadaddr} - ${fdt_addr}
|
/external/u-boot/board/freescale/mx6sabresd/ |
D | README | 91 # dhcp ${fdt_addr} imx6q-sabresd.dtb 107 # spl export fdt ${loadaddr} - ${fdt_addr}
|
/external/u-boot/arch/arm/lib/ |
D | bootm.c | 323 void (*kernel_entry)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() 327 kernel_entry = (void (*)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux()
|
/external/u-boot/doc/ |
D | README.commands.spl | 13 spl export <fdt|atags> [kernel_addr] [initrd_addr] [fdt_addr if fdt]
|
D | README.vxworks | 30 void (*kernel_entry)(fdt_addr, 0, 0, EPAPR_MAGIC, boot_IMA, 0, 0) 34 void (*kernel_entry)(void *fdt_addr)
|
D | README.falcon | 105 spl export <img=atags|fdt> [kernel_addr] [initrd_addr] [fdt_addr ] 111 can be set to "-" if fdt_addr without initrd_addr is used 112 fdt_addr : in case of fdt, the address of the device tree.
|
D | README.pxe | 89 fdt_addr - the location of a fdt blob. 'fdt_addr' will be passed to bootm
|
D | README.distro | 207 fdt_addr: 222 This is mandatory even when fdt_addr is provided, since extlinux.conf must
|
/external/u-boot/include/ |
D | spl.h | 30 void *fdt_addr; member
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | README | 221 Ventana > tftp ${fdt_addr} ventana/${fdt_file2} 233 Ventana > spl export fdt ${loadaddr} - ${fdt_addr} 295 Ventana > ext2load mmc 0:1 ${fdt_addr} boot/${fdt_file2} 307 Ventana > spl export fdt ${loadaddr} - ${fdt_addr}
|
/external/u-boot/ |
D | README | 3904 device tree blob fdtfile fdt_addr_r fdt_addr
|