Lines Matching full:py
12 depends-ta_pub_key = $(TA_PUBLIC_KEY) scripts/pem_to_pub_c.py
13 recipe-ta_pub_key = $(PYTHON3) scripts/pem_to_pub_c.py --prefix ta_pub_key \
18 depends-ldelf = scripts/gen_ldelf_hex.py $(out-dir)/ldelf/ldelf.elf
19 recipe-ldelf = $(PYTHON3) scripts/gen_ldelf_hex.py --input $(out-dir)/ldelf/ldelf.elf \
31 depends-early-ta-$1 = $1 scripts/ts_bin_to_c.py
32 recipe-early-ta-$1 = $(PYTHON3) scripts/ts_bin_to_c.py $(early-ta-compress) \
44 depends-sp-$1 = $1 scripts/ts_bin_to_c.py
47 recipe-sp-$1 = $(PYTHON3) scripts/ts_bin_to_c.py --compress --sp $1 \
59 depends-embedded_secure_dtb = $(core-embed-fdt-dtb) scripts/bin_to_c.py
60 recipe-embedded_secure_dtb = $(PYTHON3) scripts/bin_to_c.py \
78 recipe-conf_str = $(PYTHON3) scripts/bin_to_c.py --text --bin $(conf-mk-xz-base64) \
86 depends-stmm = scripts/gen_stmm_hex.py $(CFG_STMM_PATH)
87 recipe-stmm = scripts/gen_stmm_hex.py --input $(CFG_STMM_PATH) \