Searched refs:dtb_size (Results 1 - 6 of 6) sorted by last modified time

/u-boot/boot/
H A Dimage-android.c113 data->dtb_size = hdr->dtb_size;
115 end += ALIGN(hdr->dtb_size, hdr->page_size);
168 data->dtb_size = hdr->dtb_size;
169 end += ALIGN(hdr->dtb_size, hdr->page_size);
535 if (!hdr->dtb_size) {
536 printf("Error: dtb_size is 0\n");
553 if (!v_hdr->dtb_size) {
554 printf("Error: dtb_size i
624 u32 dtb_size; local
788 u32 dtb_size; local
[all...]
/u-boot/
H A DMakefile1337 @dtb_size=$(shell wc -c u-boot.dtb | awk '{print $$1}') ; \
1341 if [ $${dtb_size} -gt $${quarter_space} ]; then \
/u-boot/tools/binman/
H A Dftest.py2754 dtb_size = ent.size
2756 self.assertGreater(dtb_size, len(U_BOOT_DTB_DATA))
2760 self.assertEqual(section_size, 0x400 + dtb_size)
H A Dimage.py127 dtb_size = probe_dtb.GetFdtObj().totalsize()
128 fdtmap_data = data[pos:pos + dtb_size + fdtmap.FDTMAP_HDR_LEN]
/u-boot/lib/efi_loader/
H A Ddtbdump.c427 efi_uintn_t dtb_size; local
441 dtb_size = f2h(dtb->totalsize);
475 ret = file->write(file, &dtb_size, dtb);
/u-boot/include/
H A Dandroid_image.h69 u32 dtb_size; /* size of dtb image */ member in struct:andr_vnd_boot_img_hdr
121 u32 dtb_size; /* size in bytes for DTB image */ member in struct:andr_boot_img_hdr_v0
175 * q = (dtb_size + page_size - 1) / page_size
222 * q = (dtb_size + page_size - 1) / page_size
276 * q = (dtb_size + page_size - 1) / page_size
340 u32 dtb_size; /* size of dtb image */ member in struct:andr_image_data

Completed in 92 milliseconds