Home
last modified time | relevance | path

Searched refs:dtb_addr (Results 1 – 3 of 3) sorted by relevance

/u-boot/boot/
A Dimage-android.c102 data->dtb_load_addr = hdr->dtb_addr; in android_vendor_boot_image_v3_v4_parse_hdr()
138 data->dtb_load_addr = hdr->dtb_addr; in android_boot_image_v0_v1_v2_parse_hdr()
622 dtb_addr = dtb_img_addr; in android_image_get_dtb_by_index()
623 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_get_dtb_by_index()
627 fdt = map_sysmem(dtb_addr, sizeof(*fdt)); in android_image_get_dtb_by_index()
641 *addr = dtb_addr; in android_image_get_dtb_by_index()
645 dtb_addr += dtb_size; in android_image_get_dtb_by_index()
786 dtb_addr = dtb_img_addr; in android_image_print_dtb_contents()
787 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_print_dtb_contents()
791 fdt = map_sysmem(dtb_addr, sizeof(*fdt)); in android_image_print_dtb_contents()
[all …]
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dcmd_stm32prog.c124 char dtb_addr[20]; in do_stm32prog() local
127 "bootm", boot_addr_start, "-", dtb_addr, NULL in do_stm32prog()
136 snprintf(dtb_addr, sizeof(dtb_addr) - 1, in do_stm32prog()
/u-boot/include/
A Dandroid_image.h70 u64 dtb_addr; /* physical load address */ member
122 u64 dtb_addr; /* physical load address for DTB image */ member

Completed in 8 milliseconds