Lines Matching full:loader
67 echo " --ini-loader <loader ini file>"
134 …--ini-trust|--ini-loader|--rollback-index-boot|--rollback-index-recovery|--rollback-index-uboot|--…
181 --ini-loader) # Assign loader ini file
185 --spl-new) # Use current build u-boot-spl.bin to pack loader
256 echo "pack loader with new: spl/u-boot-spl.bin"
258 ./make.sh loader ${ARG_INI_LOADER}
363 echo "## pack loader with new: spl/u-boot-spl.bin"
365 ./make.sh loader ${ARG_INI_LOADER}
612 if ls *loader*.bin >/dev/null 2>&1 ; then
613 ${RK_SIGN_TOOL} sl --loader *loader*.bin
616 ${RK_SIGN_TOOL} sl --loader *download*.bin
694 if ls *loader*.bin >/dev/null 2>&1 ; then
695 LOADER=`ls *loader*.bin`
699 LOADER=`ls *idblock*.img`
703 echo "Image(signed): ${LOADER} (with spl, ddr...) is ready"
705 echo "Image(no-signed): ${LOADER} (with spl, ddr...) is ready"
711 if ls *loader*.bin >/dev/null 2>&1 ; then
712 LOADER=`ls *loader*.bin`
716 LOADER=`ls *idblock*.img`
720 echo "Image(signed): ${LOADER} (with u-boot, ddr...) is ready"
722 echo "Image(no-signed): ${LOADER} (with u-boot, ddr...) is ready"