Home
last modified time | relevance | path

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

/u-boot/tools/binman/etype/
A Du_boot_with_ucode_ptr.py55 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 Du_boot_dtb_with_ucode.py50 ucode_dest_entry = self.section.FindEntryType(
53 ucode_dest_entry = self.section.FindEntryType(
56 ucode_dest_entry = self.section.FindEntryType(
A Du_boot_ucode.py68 entry = self.section.FindEntryType(name)
80 fdt_entry = self.section.FindEntryType(name)
A Dsection.py495 def FindEntryType(self, etype): member in Entry_section

Completed in 6 milliseconds