Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Du_boot_ucode.py60 ucode_dest_entry = self.image.FindEntryType('u-boot-with-ucode-ptr')
66 ucode_dest_entry = self.image.FindEntryType('u-boot-spl-with-ucode-ptr')
72 fdt_entry = self.image.FindEntryType('u-boot-dtb-with-ucode')
H A Du_boot_dtb_with_ucode.py34 ucode_dest_entry = self.image.FindEntryType('u-boot-spl-with-ucode-ptr')
36 ucode_dest_entry = self.image.FindEntryType('u-boot-with-ucode-ptr')
H A Du_boot_with_ucode_ptr.py50 ucode_entry = self.image.FindEntryType('u-boot-ucode')
77 dtb_entry = self.image.FindEntryType('u-boot-dtb-with-ucode')
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dimage.py123 def FindEntryType(self, etype): member in Image