/tools/binman/test/ |
A D | 289_template_section.dts | 23 type = "section"; 30 section { 32 type = "section"; 45 type = "section";
|
A D | 131_pack_align_section.dts | 11 type = "section"; 17 type = "section"; 22 type = "section";
|
A D | 261_section_fname.dts | 12 section@0 { 18 section { 24 section@1 {
|
A D | 055_sections.dts | 12 section@0 { 20 section@1 { 27 section@2 {
|
A D | 186_compress_extra.dts | 9 type = "section"; 12 section { 22 type = "section";
|
A D | 199_collection_section.dts | 11 content = <§ion &u_boot>; 17 section: section { label
|
A D | 101_sections_offset.dts | 12 section@0 { 21 section@1 { 29 section@2 {
|
A D | embed_data.c | 10 int before[2] __attribute__((section(".embed"))) = {2, 3}; 11 int embed[3] __attribute__((section(".embed"))) = {0x1234, 0x5678};
|
A D | 346_remove_template.dts | 9 section { 17 section { 29 section {
|
A D | elf_sections.c | 8 int __attribute__((section(".sram_data"))) data[29]; 10 int __attribute__((section(".sram_code"))) calculate(int x) in calculate()
|
/tools/binman/etype/ |
A D | image_header.py | 59 def __init__(self, section, etype, node): argument 60 super().__init__(section, etype, node) 73 image_size = self.section.GetImageSize() or 0 91 if self.location != order and not self.section.GetSort(): 97 image_size = self.section.GetImageSize() 104 offset += self.section.GetStartOffset()
|
A D | u_boot_ucode.py | 60 def __init__(self, section, etype, node): argument 61 super().__init__(section, etype, node) 68 entry = self.section.FindEntryType(name) 80 fdt_entry = self.section.FindEntryType(name)
|
A D | u_boot_with_ucode_ptr.py | 31 def __init__(self, section, etype, node, auto_write_symbols=False): argument 32 super().__init__(section, etype, node, auto_write_symbols) 55 ucode_entry = self.section.FindEntryType('u-boot-ucode') 82 dtb_entry = self.section.FindEntryType('u-boot-dtb-with-ucode') 84 dtb_entry = self.section.FindEntryType(
|
A D | nxp_header_ddrfw.py | 5 from binman.etype.section import Entry_section 16 def __init__(self, section, etype, node): argument 17 super().__init__(section, etype, node)
|
A D | u_boot_dtb_with_ucode.py | 29 def __init__(self, section, etype, node): argument 34 super().__init__(section, etype, node) 53 ucode_dest_entry = self.section.FindEntryType( 56 ucode_dest_entry = self.section.FindEntryType( 59 ucode_dest_entry = self.section.FindEntryType(
|
A D | blob_phase.py | 8 from binman.etype.section import Entry_section 20 def __init__(self, section, etype, node, root_fname, dtb_file, bss_pad): argument 40 super().__init__(section, etype, node)
|
A D | intel_cmc.py | 21 def __init__(self, section, etype, node): argument 22 super().__init__(section, etype, node)
|
A D | intel_me.py | 28 def __init__(self, section, etype, node): argument 29 super().__init__(section, etype, node)
|
A D | intel_vbt.py | 20 def __init__(self, section, etype, node): argument 21 super().__init__(section, etype, node)
|
A D | intel_vga.py | 23 def __init__(self, section, etype, node): argument 24 super().__init__(section, etype, node)
|
A D | intel_fsp.py | 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | intel_fsp_m.py | 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | intel_fsp_s.py | 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | intel_fsp_t.py | 24 def __init__(self, section, etype, node): argument 25 super().__init__(section, etype, node)
|
/tools/buildman/ |
A D | bsettings.py | 37 def get_items(section): argument 47 return settings.items(section) 64 def set_item(section, tag, value): argument 69 settings.set(section, tag, value)
|