Searched refs:dtb_addr (Results 1 – 4 of 4) sorted by relevance
/u-boot/common/ |
A D | image-android.c | 335 ulong dtb_addr; /* address of DTB blob with specified index */ in android_image_get_dtb_by_index() local 353 dtb_addr = dtb_img_addr; in android_image_get_dtb_by_index() 354 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_get_dtb_by_index() 358 fdt = map_sysmem(dtb_addr, sizeof(*fdt)); in android_image_get_dtb_by_index() 372 *addr = dtb_addr; in android_image_get_dtb_by_index() 376 dtb_addr += dtb_size; in android_image_get_dtb_by_index() 432 printf("%sdtb addr: %llx\n", p, hdr->dtb_addr); in android_print_contents() 513 dtb_addr = dtb_img_addr; in android_image_print_dtb_contents() 514 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_print_dtb_contents() 518 fdt = map_sysmem(dtb_addr, sizeof(*fdt)); in android_image_print_dtb_contents() [all …]
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | cmd_stm32prog.c | 132 char dtb_addr[20]; in do_stm32prog() local 134 "bootm", boot_addr_start, "-", dtb_addr, NULL in do_stm32prog() 139 snprintf(dtb_addr, sizeof(dtb_addr) - 1, in do_stm32prog()
|
/u-boot/include/ |
A D | android_image.h | 67 u64 dtb_addr; /* physical load address for DTB image */ member
|
/u-boot/cmd/ |
A D | abootimg.c | 88 printf("%lx\n", (ulong)hdr->dtb_addr); in abootimg_get_dtb_load_addr() 90 env_set_hex(argv[0], (ulong)hdr->dtb_addr); in abootimg_get_dtb_load_addr()
|
Completed in 6 milliseconds