Searched refs:_MakeInputFile (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | func_test.py | 66 TestFunctional._MakeInputFile('u-boot.bin', U_BOOT_DATA) 67 TestFunctional._MakeInputFile('u-boot.img', U_BOOT_IMG_DATA) 68 TestFunctional._MakeInputFile('spl/u-boot-spl.bin', U_BOOT_SPL_DATA) 69 TestFunctional._MakeInputFile('blobfile', BLOB_DATA) 70 TestFunctional._MakeInputFile('me.bin', ME_DATA) 71 TestFunctional._MakeInputFile('vga.bin', VGA_DATA) 72 TestFunctional._MakeInputFile('u-boot.dtb', U_BOOT_DTB_DATA) 73 TestFunctional._MakeInputFile('u-boot-x86-16bit.bin', X86_START16_DATA) 74 TestFunctional._MakeInputFile('u-boot-nodtb.bin', U_BOOT_NODTB_DATA) 75 TestFunctional._MakeInputFile('fsp.bin', FSP_DATA) [all …]
|