Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 34) 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 …]
H A Dasan.h14 /* Provided by the linker script */
/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 …]
/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/scripts/kconfig/kconfiglib/
H A Dallnoconfig.py14 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allnoconfig.py
17 # See examples/allnoconfig_walk.py for another way to implement this script
H A Dalldefconfig.py15 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/alldefconfig.py
H A Dallmodconfig.py14 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allmodconfig.py
H A Dallyesconfig.py14 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allyesconfig.py
H A Doldconfig.py22 Unlike 'make oldconfig', this script doesn't print menu titles and comments,
/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''')
/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.h103 /* 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…

12