Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 26) sorted by relevance

12

/optee_os/ldelf/
H A Dlink.mk1 link-script$(sm) = ldelf/ldelf.ld.S
2 link-script-pp$(sm) = $(link-out-dir$(sm))/ldelf.lds
3 link-script-dep$(sm) = $(link-out-dir$(sm))/.ldelf.ld.d
13 cleanfiles += $(link-script-pp$(sm)) $(link-script-dep$(sm))
16 link-ldflags += -T $(link-script-pp$(sm))
32 link-script-cppflags-$(sm) := \
38 -include $(link-script-dep$(sm))
40 link-script-pp-makefiles$(sm) = $(filter-out %.d %.cmd,$(MAKEFILE_LIST))
43 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) \
44 $(link-script-pp-makefiles$(sm))
[all …]
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk3 link-script = $(if $(wildcard $(platform-dir)/kern.ld.S), \
6 link-script-pp = $(link-out-dir)/kern.ld
7 link-script-dep = $(link-out-dir)/.kern.ld.d
16 link-ldflags += -T $(link-script-pp) -Map=$(link-out-dir)/tee.map
30 link-script-cppflags := \
36 ldargs-all_objs := -T $(link-script) --no-check-sections \
44 -include $(link-script-dep)
46 link-script-extra-deps += $(conf-file)
47 cleanfiles += $(link-script-pp) $(link-script-dep)
48 $(link-script-pp): $(link-script) $(link-script-extra-deps)
[all …]
/optee_os/core/arch/arm/kernel/
H A Dlink.mk3 link-script-dummy = $(arch-dir)/kernel/link_dummy.ld
4 link-script = $(if $(wildcard $(platform-dir)/kern.ld.S), \
7 link-script-pp = $(link-out-dir)/kern.ld
8 link-script-dep = $(link-out-dir)/.kern.ld.d
35 link-ldflags += -T $(link-script-pp) -Map=$(link-out-dir)/tee.map
57 link-script-cppflags := \
63 ldargs-all_objs := -T $(link-script-dummy) --no-check-sections \
77 unpaged-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections \
106 init-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections \
128 -include $(link-script-dep)
[all …]
H A Dkern.ld.S433 * binary, instead some are interpreted by the dump script and
/optee_os/ta/
H A Dlink.mk1 link-script$(sm) = $(ta-dev-kit-dir$(sm))/src/ta.ld.S
2 link-script-pp$(sm) = $(link-out-dir$(sm))/ta.lds
3 link-script-dep$(sm) = $(link-out-dir$(sm))/.ta.ld.d
28 cleanfiles += $(link-script-pp$(sm)) $(link-script-dep$(sm))
31 link-ldflags += -T $(link-script-pp$(sm))
78 link-script-cppflags-$(sm) := \
84 -include $(link-script-dep$(sm))
86 link-script-pp-makefiles$(sm) = $(filter-out %.d %.cmd,$(MAKEFILE_LIST))
89 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) $(link-script-pp-makefiles$(sm))
92 $(q)$(CPP$(sm)) -P -MT $$@ -MD -MP -MF $(link-script-dep$(sm)) \
[all …]
/optee_os/.github/workflows/
H A Dnotify.yml37 uses: actions/github-script@v8
39 script: |
/optee_os/scripts/
H A Dnotify_maintainers.py8 # script as a PR comment. The get_maintainer.py script is used to obtain the
93 print('This script must be run in GitHub Actions')
H A Dci-host-cleanup.sh4 # This helper script is used in CI to free disk space on the runner
H A Dsymbolize.py38 call stack can in principle be processed by this script. This currently
44 script will invoke $(CROSS_COMPILE)addr2line etc. If it is not set however,
60 Inspired by a script of the same name by the Chromium project.
68 Also, this script reads function graph generated for OP-TEE user TA from
H A Dget_maintainer.py46 help='Github pull request ID. The script will '
60 print("Error: this script must be run from the top-level of the "
H A Dupdate_changelog.py12 parser = argparse.ArgumentParser(description='Helper script that updates '
H A Dderive_rpmb_key.py36 this script''')
H A Dsign_rproc_fw.py410 # Indeed this script uses of ENUM_P_TYPE_ARM dic
/optee_os/core/include/
H A Dscattered_array.h14 * script to get everything assembled in the right order.
17 * no need to update the link script.
/optee_os/ta/pkcs11/scripts/
H A Ddump_ec_curve_params.sh7 echo " * DER encoded EC parameters generated with script:"
/optee_os/core/arch/arm/plat-poplar/
H A Dplatform_config.h41 * pxe file or script addr: 2 MiB
/optee_os/core/include/kernel/
H A Dlinker.h12 * Symbols exported by the link script.
H A Dboot.h24 * in sync with that script. The struct and the following data is loaded
/optee_os/lib/libutee/include/
H A Duser_ta_header.h102 /* Defined by the linker script */
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgmon.h70 /* Exported by the TA linker script */
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library…
H A DREADME.md11 …can be edited manually, or in a more programmatic way using the Python 3 script `scripts/config.py…
H A DChangeLog1854 header compat-1.3.h and the script rename.pl.
4256 * Added a test script that can be hooked into git that verifies commits
4441 * Added a script to print build environment info for diagnostic use in test
4489 * Removed self-tests from the basic-built-test.sh script, and added all
4866 * Removed test program o_p_test, the script compat.sh does more.
4868 * Removed helper script active-config.pl
4956 * New script ecc-heap.sh helps measuring the impact of ECC parameters on
4958 * New script memory.sh helps measuring the ROM and RAM requirements of two
5308 * Testing script ssl-opt.sh added for testing 'live' ssl option
5320 * Revamped the compat.sh interoperatibility script to include support for
[all …]
/optee_os/core/mm/
H A Dpgt_cache.c415 * link script is optimized for small alignment in .bss in pgt_init()
/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c19 * DER encoded EC parameters generated with script:

12