Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 178) sorted by relevance

12345678

/tools/binman/test/
A D289_template_section.dts23 type = "section";
30 section {
32 type = "section";
45 type = "section";
A D131_pack_align_section.dts11 type = "section";
17 type = "section";
22 type = "section";
A D261_section_fname.dts12 section@0 {
18 section {
24 section@1 {
A D055_sections.dts12 section@0 {
20 section@1 {
27 section@2 {
A D186_compress_extra.dts9 type = "section";
12 section {
22 type = "section";
A D199_collection_section.dts11 content = <&section &u_boot>;
17 section: section { label
A D101_sections_offset.dts12 section@0 {
21 section@1 {
29 section@2 {
A Dembed_data.c10 int before[2] __attribute__((section(".embed"))) = {2, 3};
11 int embed[3] __attribute__((section(".embed"))) = {0x1234, 0x5678};
A D346_remove_template.dts9 section {
17 section {
29 section {
A Delf_sections.c8 int __attribute__((section(".sram_data"))) data[29];
10 int __attribute__((section(".sram_code"))) calculate(int x) in calculate()
/tools/binman/etype/
A Dimage_header.py59 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 Du_boot_ucode.py60 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 Du_boot_with_ucode_ptr.py31 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 Dnxp_header_ddrfw.py5 from binman.etype.section import Entry_section
16 def __init__(self, section, etype, node): argument
17 super().__init__(section, etype, node)
A Du_boot_dtb_with_ucode.py29 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 Dblob_phase.py8 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 Dintel_cmc.py21 def __init__(self, section, etype, node): argument
22 super().__init__(section, etype, node)
A Dintel_me.py28 def __init__(self, section, etype, node): argument
29 super().__init__(section, etype, node)
A Dintel_vbt.py20 def __init__(self, section, etype, node): argument
21 super().__init__(section, etype, node)
A Dintel_vga.py23 def __init__(self, section, etype, node): argument
24 super().__init__(section, etype, node)
A Dintel_fsp.py25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dintel_fsp_m.py25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dintel_fsp_s.py25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dintel_fsp_t.py24 def __init__(self, section, etype, node): argument
25 super().__init__(section, etype, node)
/tools/buildman/
A Dbsettings.py37 def get_items(section): argument
47 return settings.items(section)
64 def set_item(section, tag, value): argument
69 settings.set(section, tag, value)

Completed in 26 milliseconds

12345678