Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 29) sorted by relevance

12

/optee_os/core/
H A Dsub.mk12 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 \
[all …]
/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. > $@
169 $(link-out-dir)/tee-pager.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
172 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_pager_bin $@
175 $(link-out-dir)/tee-pageable.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
178 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_pageable_bin $@
182 $(link-out-dir)/tee.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
184 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_bin $@
[all …]
H A Dentry_a64.S670 * scripts/gen_tee_bin.py
H A Dentry_a32.S875 * scripts/gen_tee_bin.py
/optee_os/scripts/
H A Dnotify_maintainers.py8 # script as a PR comment. The get_maintainer.py script is used to obtain the
31 """Parse get_maintainer.py output and return GitHub handles to notify.
80 """Run get_maintainer.py with -g PR_NUMBER and parse handles."""
82 os.path.join(os.getcwd(), "scripts/get_maintainer.py"),
H A Dupdate_changelog.py15 ' ./update_changelog.py '
H A Dsymbolize.py64 $ scripts/symbolize.py -d out/arm-plat-hikey/core -d ../optee_test/out/ta/*
74 $ cat /tmp/ftrace-<ta_uuid>.out | scripts/symbolize.py -d <ta_uuid>.elf
/optee_os/core/pta/
H A Dsub.mk27 depends-rproc_pub_key = $(RPROC_SIGN_KEY) scripts/pem_to_pub_c.py
28 recipe-rproc_pub_key = $(PYTHON3) scripts/pem_to_pub_c.py \
/optee_os/.github/workflows/
H A Dnotify.yml1 # The purpose of this workflow is to run the scripts/notify_maintainers.py
33 python3 scripts/notify_maintainers.py | tee output.txt
H A Dci.yml58 pycodestyle scripts/*.py core/arch/arm/plat-stm32mp1/scripts/stm32image.py
/optee_os/ta/
H A Dta.mk83 $(1) scripts/arm32_sysreg.py
86 $(q)$(PYTHON3) scripts/arm32_sysreg.py --guard __$$(arm32-user-sysregs-$(1)-h) \
203 ta-scripts = scripts/sign_encrypt.py scripts/symbolize.py \
204 scripts/sign_rproc_fw.py scripts/ftrace_format.py
H A Dlink_shlib.mk6 SIGN ?= $(TA_DEV_KIT_DIR)/scripts/sign_encrypt.py
H A Dlink.mk5 SIGN_ENC ?= $(PYTHON3) $(ta-dev-kit-dir$(sm))/scripts/sign_encrypt.py
/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/core/arch/arm/plat-amlogic/
H A Dlink.mk7 $(q)./core/arch/arm/plat-amlogic/scripts/aml_bin2img.py
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dlink.mk7 $(q)./core/arch/arm/plat-stm32mp1/scripts/stm32image.py \
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py6 # Derived from plat-stm32mp1/scripts/stm32image.py
/optee_os/core/arch/arm/
H A Darm.mk454 $$(arm32-sysregs-out)/$$(arm32-sysregs-$(1)-h): $(1) scripts/arm32_sysreg.py
457 $(q)scripts/arm32_sysreg.py --guard __$$(arm32-sysregs-$(1)-h) \
463 $$(arm32-sysregs-out)/$$(arm32-sysregs-$(1)-s): $(1) scripts/arm32_sysreg.py
466 $(q)scripts/arm32_sysreg.py --s_file < $$< > $$@
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_debug_helpers_generated.c1 /* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */
/optee_os/core/arch/arm/plat-telechips/scripts/
H A Dtcmktool.py83 print("Usage: python tcmktool.py [INPUT] [OUTPUT] [NAME] [VERSION]" +
/optee_os/core/include/kernel/
H A Dboot.h23 * This struct is initialized by scripts/gen_tee_bin.py and must be kept
/optee_os/mk/
H A Dlib.mk48 SIGN = scripts/sign_encrypt.py
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk99 $(q)$(PYTHON3) ./scripts/mem_usage.py $< > $@
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md11 …y, or in a more programmatic way using the Python 3 script `scripts/config.py` (use `--help` for u…
250 - `tests/scripts/depends.py` test builds in configurations with a single curve, key exchange, has…
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dconfig_adjust_legacy_crypto.h36 * putting an #ifdef _WIN32 in mbedtls_config.h would confuse config.py.

12