Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/etype/
H 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(
H A Du_boot_dtb_with_ucode.py44 ucode_dest_entry = self.section.FindEntryType(
47 ucode_dest_entry = self.section.FindEntryType(
50 ucode_dest_entry = self.section.FindEntryType(
H A Du_boot_ucode.py68 entry = self.section.FindEntryType(name)
80 fdt_entry = self.section.FindEntryType(name)
/openbmc/u-boot/tools/binman/
H A Dbsection.py198 def FindEntryType(self, etype): member in Section