Home
last modified time | relevance | path

Searched refs:FindEntryType (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/tools/binman/etype/
Du_boot_ucode.py59 ucode_dest_entry = self.section.FindEntryType('u-boot-with-ucode-ptr')
60 ucode_dest_entry_spl = self.section.FindEntryType(
68 fdt_entry = self.section.FindEntryType('u-boot-dtb-with-ucode')
Du_boot_dtb_with_ucode.py33 ucode_dest_entry = self.section.FindEntryType(
36 ucode_dest_entry = self.section.FindEntryType(
Du_boot_with_ucode_ptr.py48 ucode_entry = self.section.FindEntryType('u-boot-ucode')
75 dtb_entry = self.section.FindEntryType('u-boot-dtb-with-ucode')
/external/u-boot/tools/binman/
Dbsection.py134 def FindEntryType(self, etype): member in Section