Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 25 of 40) sorted by relevance

12

/optee_os/.devcontainer/
H A DDockerfile.vscode26 python3 \
27 python3-pip \
28 python3-cryptography \
29 python3-pycodestyle \
30 python3-pycryptodome \
31 python3-pyelftools \
/optee_os/core/
H A Dsub.mk13 recipe-ta_pub_key = $(PYTHON3) scripts/pem_to_pub_c.py --prefix ta_pub_key \
19 recipe-ldelf = $(PYTHON3) scripts/gen_ldelf_hex.py --input $(out-dir)/ldelf/ldelf.elf \
32 recipe-early-ta-$1 = $(PYTHON3) scripts/ts_bin_to_c.py $(early-ta-compress) \
47 recipe-sp-$1 = $(PYTHON3) scripts/ts_bin_to_c.py --compress --sp $1 \
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) \
/optee_os/.github/workflows/
H A Dnotify.yml22 - name: Install python3-github
25 sudo apt-get install python3-github
33 python3 scripts/notify_maintainers.py | tee output.txt
/optee_os/core/arch/arm/kernel/
H A Dlink.mk91 $(PYTHON3) ./scripts/gen_ld_sects.py .text. > $@
97 $(PYTHON3) ./scripts/gen_ld_sects.py .rodata. > $@
121 $(PYTHON3) ./scripts/gen_ld_sects.py .text. > $@
126 $(q)$(READELFcore) -S -W $< | $(PYTHON3) ./scripts/gen_ld_sects.py .rodata. > $@
172 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_pager_bin $@
178 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_pageable_bin $@
184 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_bin $@
191 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_header_v2 $@
197 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_pager_v2 $@
204 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_pageable_v2 $@
[all …]
/optee_os/core/arch/arm/plat-telechips/
H A Dlink.mk7 $(q)$(PYTHON3) core/arch/arm/plat-telechips/scripts/tcmktool.py $< $@ $(TCMKTOOL_IMGNAME) \
/optee_os/scripts/
H A Dgen_ldelf_hex.py1 #!/usr/bin/env python3
22 $ apt install python3-pyelftools
H A Dgen_ld_sects.py1 #!/usr/bin/env python3
H A Dgen_stmm_hex.py1 #!/usr/bin/env python3
H A Dbin_to_c.py1 #!/usr/bin/env python3
H A Dsign_helper_kms.py1 #!/usr/bin/env python3
H A Dtee_bin_parser.py1 #!/usr/bin/env python3
H A Dpem_to_pub_c.py1 #!/usr/bin/env python3
H A Dprint_tee_hash.py1 #!/usr/bin/env python3
H A Dftrace_format.py1 #!/usr/bin/env python3
H A Dupdate_changelog.py1 #!/usr/bin/env python3
H A Dnotify_maintainers.py1 #!/usr/bin/env python3
H A Dderive_rpmb_key.py1 #!/usr/bin/env python3
H A Dgen_tee_bin.py1 #!/usr/bin/env python3
29 $ apt install python3-pyelftools
H A Dmem_usage.py1 #!/usr/bin/env python3
/optee_os/core/pta/
H A Dsub.mk28 recipe-rproc_pub_key = $(PYTHON3) scripts/pem_to_pub_c.py \
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py1 #!/usr/bin/env python3
/optee_os/core/arch/arm/plat-stm32mp1/scripts/
H A Dstm32image.py1 #!/usr/bin/env python3
/optee_os/ta/
H A Dlink_shlib.mk56 $(q)$(PYTHON3) $(SIGN) --key $(TA_SIGN_KEY) $(TA_SUBKEY_ARGS) \
/optee_os/core/arch/arm/plat-telechips/scripts/
H A Dtcmktool.py1 #!/usr/bin/env python3
/optee_os/core/arch/riscv/
H A Driscv.mk242 ta-mk-file-export-add-ta_rv32 += PYTHON3 ?= python3_nl_
281 ta-mk-file-export-add-ta_rv64 += PYTHON3 ?= python3_nl_

12