Lines Matching refs:boot
91 echo " ./make.sh --spl --- pack loader with u-boot-spl.bin"
92 echo " ./make.sh --tpl --- pack loader with u-boot-tpl.bin"
93 echo " ./make.sh --tpl --spl --- pack loader with u-boot-tpl.bin and u-boot-spl.bin"
102 echo " ./make.sh map --- cat u-boot.map"
103 echo " ./make.sh sym --- cat u-boot.sym"
156 # fit: pack non-secure uboot.img && boot.img
188 --no-uboot) # FIT: pack uboot.img without u-boot
196 ARG_TPL_BIN="tpl/u-boot-tpl.bin"
200 ARG_SPL_BIN="spl/u-boot-spl.bin"
210 cp $2 ${REP_DIR}/u-boot-nodtb.bin
212 cp $2 ${REP_DIR}/u-boot.dtb
402 ELF=`find -name u-boot-${ARG_TSPL}`
403 MAP=`find -name u-boot-${ARG_TSPL}.map`
404 SYM=`find -name u-boot-${ARG_TSPL}.sym`
406 ELF=u-boot
407 MAP=u-boot.map
408 SYM=u-boot.sym
638 cp ${SPL_FIT_SOURCE} u-boot.its
643 ${SPL_FIT_GENERATOR} u-boot.dtb > u-boot.its
645 ${SPL_FIT_GENERATOR} ${TEE_ARG} ${COMPRESSION_ARG} ${MCU_ARG} ${LOAD_ARG} > u-boot.its
649 ./tools/mkimage -f u-boot.its -E u-boot.itb >/dev/null 2>&1
650 echo "pack u-boot.itb okay! Input: ${INI}"
678 rm u-boot.img u-boot-dtb.img -f
686 echo "ERROR: No CONFIG_SYS_TEXT_BASE for u-boot";
741 rm u-boot-nodtb.bin u-boot.dtb -f
742 touch u-boot-nodtb.bin u-boot.dtb
759 rm spl/u-boot-spl.dtb tpl/u-boot-tpl.dtb u-boot.dtb -f
760 rm spl/u-boot-spl tpl/u-boot-tpl u-boot -f