Lines Matching refs:bin
377 cat spl/u-boot-spl-nodtb.bin > spl/u-boot-spl.bin
379 cat spl/u-boot-spl-pad.bin >> spl/u-boot-spl.bin
381 cat ${SPL_DTB} >> spl/u-boot-spl.bin
632 if ls *loader*.bin >/dev/null 2>&1 ; then
633 ${RK_SIGN_TOOL} sl --loader *loader*.bin
635 if ls *download*.bin >/dev/null 2>&1 ; then
636 ${RK_SIGN_TOOL} sl --loader *download*.bin
714 if ls *loader*.bin >/dev/null 2>&1 ; then
715 LOADER=`ls *loader*.bin`
731 if ls *loader*.bin >/dev/null 2>&1 ; then
732 LOADER=`ls *loader*.bin`
749 if ls *loader*.bin >/dev/null 2>&1 ; then
750 LOADER=`ls *loader*.bin`
751 elif ls *download*.bin >/dev/null 2>&1 ; then
752 LOADER=`ls *download*.bin`
773 CSUM=`sha256sum u-boot-nodtb.bin | awk '{ print $1 }'`
775 CSUM=`sha256sum spl/u-boot-spl-nodtb.bin | awk '{ print $1 }'`
777 SIZE=`ls -l spl/u-boot-spl-nodtb.bin | awk '{ print $5 }'`