Searched refs:AddBintool (Results 1 – 9 of 9) sorted by relevance
| /u-boot/tools/binman/etype/ |
| A D | _testing.py | 164 self.bintool_for_contents = self.AddBintool(btools, 167 self.bintool_for_pack = self.AddBintool(btools,
|
| A D | gbb.py | 104 self.futility = self.AddBintool(btools, 'futility')
|
| A D | x509_cert.py | 92 self.openssl = self.AddBintool(btools, 'openssl')
|
| A D | vblock.py | 102 self.futility = self.AddBintool(btools, 'futility')
|
| A D | intel_ifwi.py | 148 self.ifwitool = self.AddBintool(btools, 'ifwitool')
|
| A D | mkimage.py | 256 self.mkimage = self.AddBintool(btools, 'mkimage')
|
| A D | fit.py | 827 self.mkimage = self.AddBintool(btools, 'mkimage')
|
| /u-boot/tools/binman/ |
| A D | entry_test.py | 113 base.comp_bintool = base.AddBintool(bintools, '_testing')
|
| A D | entry.py | 1272 self.comp_bintool = self.AddBintool(btools, name) 1275 def AddBintool(self, tools, name): member in Entry
|
Completed in 22 milliseconds