Lines Matching full:trust
62 echo " - sub-command: elf*|loader|trust|uboot|--spl|--tpl|itb|map|sym|<addr>"
63 echo " - ini: ini file to pack trust/loader"
66 echo " When board built okay, there are uboot/trust/loader images in current directory"
79 echo " ./make.sh trust --- pack trust.img"
80 echo " ./make.sh trust <ini> --- pack trust img with assigned ini file"
144 # loader|trust|uboot: pack image
149 ''|loader|trust|uboot|debug*|itb|env|fit|map|sym|elf*|nm)
156 # trust/loader ini files for packing trust.img/loader.img
168 --sz-trust) # set trust size
306 # 3. RKCHIP_TRUST: search ini file to pack trust
359 INI_TRUST=${RKBIN}/RKTRUST/${RKCHIP_TRUST}TRUST.ini
437 trust)
705 rm trust*.img -f
713 if [ -f ${RKBIN}/trust*.img ]; then
714 mv ${RKBIN}/trust*.img ./
731 …# If we don't plan to have uboot in uboot.img in case of: SPL => Trust => Kernel, creating empty f…
737 rm uboot.img trust*.img -rf
746 ARG_LIST_FIT="${ARG_LIST_FIT} --ini-trust ${INI_TRUST} --ini-loader ${INI_LOADER}"