Lines Matching refs:img
86 echo " ./make.sh uboot --- pack uboot.img"
87 echo " ./make.sh trust --- pack trust.img"
88 echo " ./make.sh trust <ini> --- pack trust img with assigned ini file"
90 echo " ./make.sh loader <ini> --- pack loader img with assigned ini file"
156 # fit: pack non-secure uboot.img && boot.img
164 # trust/loader ini files for packing trust.img/loader.img
188 --no-uboot) # FIT: pack uboot.img without u-boot
203 --uboot|--fdt|--optee|--mcu|--bl31) # uboot.img components
656 rm -f *loader*.bin *download*.bin *idblock*.img
678 rm u-boot.img u-boot-dtb.img -f
695 rm -f *loader*.bin *download*.bin *idblock*.img
713 rm trust*.img -f
721 if [ -f ${RKBIN}/trust*.img ]; then
722 mv ${RKBIN}/trust*.img ./
739 # If we don't plan to have uboot in uboot.img in case of: SPL => Trust => Kernel, creating empty files.
745 rm uboot.img trust*.img -rf
749 echo "pack uboot.img okay! Input: ${INI_TRUST}"