| /optee_os/core/ |
| H A D | sub.mk | 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 \ [all …]
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | link.mk | 91 $(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 D | entry_a64.S | 670 * scripts/gen_tee_bin.py
|
| H A D | entry_a32.S | 875 * scripts/gen_tee_bin.py
|
| /optee_os/scripts/ |
| H A D | notify_maintainers.py | 8 # 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 D | update_changelog.py | 15 ' ./update_changelog.py '
|
| H A D | symbolize.py | 64 $ 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 D | sub.mk | 27 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 D | notify.yml | 1 # The purpose of this workflow is to run the scripts/notify_maintainers.py 33 python3 scripts/notify_maintainers.py | tee output.txt
|
| H A D | ci.yml | 58 pycodestyle scripts/*.py core/arch/arm/plat-stm32mp1/scripts/stm32image.py
|
| /optee_os/ta/ |
| H A D | ta.mk | 83 $(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 D | link_shlib.mk | 6 SIGN ?= $(TA_DEV_KIT_DIR)/scripts/sign_encrypt.py
|
| H A D | link.mk | 5 SIGN_ENC ?= $(PYTHON3) $(ta-dev-kit-dir$(sm))/scripts/sign_encrypt.py
|
| /optee_os/core/arch/arm/plat-telechips/ |
| H A D | link.mk | 7 $(q)$(PYTHON3) core/arch/arm/plat-telechips/scripts/tcmktool.py $< $@ $(TCMKTOOL_IMGNAME) \
|
| /optee_os/core/arch/arm/plat-amlogic/ |
| H A D | link.mk | 7 $(q)./core/arch/arm/plat-amlogic/scripts/aml_bin2img.py
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | link.mk | 7 $(q)./core/arch/arm/plat-stm32mp1/scripts/stm32image.py \
|
| /optee_os/core/arch/arm/plat-amlogic/scripts/ |
| H A D | aml_bin2img.py | 6 # Derived from plat-stm32mp1/scripts/stm32image.py
|
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 454 $$(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 D | ssl_debug_helpers_generated.c | 1 /* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */
|
| /optee_os/core/arch/arm/plat-telechips/scripts/ |
| H A D | tcmktool.py | 83 print("Usage: python tcmktool.py [INPUT] [OUTPUT] [NAME] [VERSION]" +
|
| /optee_os/core/include/kernel/ |
| H A D | boot.h | 23 * This struct is initialized by scripts/gen_tee_bin.py and must be kept
|
| /optee_os/mk/ |
| H A D | lib.mk | 48 SIGN = scripts/sign_encrypt.py
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | link.mk | 99 $(q)$(PYTHON3) ./scripts/mem_usage.py $< > $@
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 11 …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 D | config_adjust_legacy_crypto.h | 36 * putting an #ifdef _WIN32 in mbedtls_config.h would confuse config.py.
|