Lines Matching refs:trust
70 echo " - sub-command: elf*|loader|trust|uboot|--spl|--tpl|itb|map|sym|<addr>"
71 echo " - ini: ini file to pack trust/loader"
74 echo " When board built okay, there are uboot/trust/loader images in current directory"
87 echo " ./make.sh trust --- pack trust.img"
88 echo " ./make.sh trust <ini> --- pack trust img with assigned ini file"
152 # loader|trust|uboot: pack image
157 ''|loader|trust|uboot|debug*|itb|env|fit|map|sym|elf*|nm)
164 # trust/loader ini files for packing trust.img/loader.img
176 --sz-trust) # set trust size
314 # 3. RKCHIP_TRUST: search ini file to pack trust
445 trust)
713 rm trust*.img -f
721 if [ -f ${RKBIN}/trust*.img ]; then
722 mv ${RKBIN}/trust*.img ./
745 rm uboot.img trust*.img -rf
754 ARG_LIST_FIT="${ARG_LIST_FIT} --ini-trust ${INI_TRUST} --ini-loader ${INI_LOADER}"