Searched refs:_MakeInputFile (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/binman/
H A Dftest.py161 TestFunctional._MakeInputFile('u-boot.bin', U_BOOT_DATA)
162 TestFunctional._MakeInputFile('u-boot.img', U_BOOT_IMG_DATA)
163 TestFunctional._MakeInputFile('spl/u-boot-spl.bin', U_BOOT_SPL_DATA)
164 TestFunctional._MakeInputFile('tpl/u-boot-tpl.bin', U_BOOT_TPL_DATA)
165 TestFunctional._MakeInputFile('vpl/u-boot-vpl.bin', U_BOOT_VPL_DATA)
166 TestFunctional._MakeInputFile('blobfile', BLOB_DATA)
167 TestFunctional._MakeInputFile('me.bin', ME_DATA)
168 TestFunctional._MakeInputFile('vga.bin', VGA_DATA)
171 TestFunctional._MakeInputFile('u-boot-br.bin', PPC_MPC85XX_BR_DATA)
173 TestFunctional._MakeInputFile('
608 def _MakeInputFile(cls, fname, contents): member in class:TestFunctional
[all...]

Completed in 45 milliseconds