Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 6 of 6) sorted by relevance

/u-boot/tools/
A Domapimage.c47 && toc->section_size != 0xffffffff) { in omapimage_verify_header()
50 size = cpu_to_be32(toc->section_size); in omapimage_verify_header()
53 size = toc->section_size; in omapimage_verify_header()
96 && toc->section_size != 0xffffffff) { in omapimage_print_header()
99 size = cpu_to_be32(toc->section_size); in omapimage_print_header()
102 size = toc->section_size; in omapimage_print_header()
112 toc->section_size); in omapimage_print_header()
135 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
A Domapimage.h14 uint32_t section_size; member
A Dmxsimage.h130 uint32_t section_size; member
A Dmxsimage.c1423 offset += shdr->section_size; in sb_fixup_sections_and_tags()
1426 shdr->section_size--; in sb_fixup_sections_and_tags()
1434 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
1581 ictx->sect_tail->payload.section_size = in sb_parse_line()
1994 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
/u-boot/arch/arm/mach-omap2/
A Demif-common.c905 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument
918 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map()
919 return log_2_n_round_down(section_size); in get_dmm_section_size_map()
/u-boot/tools/binman/
A Dftest.py2458 section_size = ent.size
2501 self.assertEqual(len(data), 0x100 + section_size)
2502 self.assertEqual(section_size, 0x400 + dtb_size)
2583 section_size = entries['section'].size
2599 ' section 100 %x section 100' % section_size,

Completed in 22 milliseconds