Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 33) 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 …]
/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) \
202 # Copy the scripts
203 ta-scripts = scripts/sign_encrypt.py scripts/symbolize.py \
204 scripts/sign_rproc_fw.py scripts/ftrace_format.py
205 $(foreach f, $(ta-scripts), \
206 $(eval $(call copy-file, $(f), $(out-dir)/export-$(sm)/scripts)))
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/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/lib/libmbedtls/mbedtls/
H A DREADME.md11 …dited manually, or in a more programmatic way using the Python 3 script `scripts/config.py` (use `…
63 The source code of Mbed TLS includes some files that are automatically generated by scripts and who…
70 python3 -m pip install --user -r scripts/basic.requirements.txt
82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config…
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent …
172 provided Makefiles (see `scripts/tmp_ignore_makefiles.sh` if you want to
245 … a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scripts are available:
249 - `tests/scripts/test-ref-configs.pl` test builds in various reduced configurations.
250 - `tests/scripts/depends.py` test builds in configurations with a single curve, key exchange, has…
251 - `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various buil…
H A DCONTRIBUTING.md49 …this may be additional test cases or quality improvements such as changes to build or test scripts.
64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library…
72 …t is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
/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.yml26 mkdir -p /tmp/linux/scripts
27 cd /tmp/linux/scripts
28 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl
30 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/spelling.txt
32 export PATH=/tmp/linux/scripts:$PATH
34 source scripts/checkpatch_inc.sh
58 pycodestyle scripts/*.py core/arch/arm/plat-stm32mp1/scripts/stm32image.py
383 wget https://raw.githubusercontent.com/OP-TEE/optee_os/refs/heads/master/scripts/ci-host-cleanup.sh
424 run: bash /home/runner/work/optee_os/optee_os/scripts/c
[all...]
/optee_os/
H A DMakefile77 SCRIPTS_DIR := scripts
126 ${q}./scripts/checkpatch.sh
129 ${q}./scripts/checkpatch.sh --cached
/optee_os/ta/pkcs11/
H A Duser_ta.mk8 ${q}ta/pkcs11/scripts/verify-helpers.sh --quiet
/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/ta/pkcs11/scripts/
H A Ddump_ec_curve_params.sh8 echo " * ta/pkcs11/scripts/dump_ec_params.sh"
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dlink.mk7 $(q)./core/arch/arm/plat-stm32mp1/scripts/stm32image.py \
/optee_os/scripts/
H A Dcheckpatch_inc.sh15 ta/pkcs11/scripts/verify-helpers.sh \
H A Dnotify_maintainers.py82 os.path.join(os.getcwd(), "scripts/get_maintainer.py"),
H A Dsymbolize.py35 This scripts reads an OP-TEE abort or panic message from stdin and adds debug
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/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/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/ta/mk/
H A Dta_dev_kit.mk140 SCRIPTS_DIR := $(ta-dev-kit-dir)/scripts

12