Home
last modified time | relevance | path

Searched full:git (Results 1 – 19 of 19) sorted by relevance

/optee_os/scripts/
H A Dcheckpatch.sh36 <SELECTION> Any number of Git Revision Selections. (requires git v2.19)
37 https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection
53 (requires git v2.19)
57 HEAD~1. (requires git v2.19)
62 (requires git v2.19)
66 (requires git v2.19)
69 HEAD of tag1. (requires git v2.19)
93 read -r MAJOR MINOR < <(git --version | awk -F '[. ]' '{print $3, $4}')
98 # parse the argument into a git object or list of git objects
99 object="$(git rev-parse "${arg}")" || continue
[all …]
H A Dcheckpatch_inc.sh31 git show --oneline --no-patch $1
32 # The first git 'format-patch' shows the commit message
35 (git format-patch $1^..$1 --stdout | sed -n '/^diff --git/q;p'; \
36 git format-patch $1^..$1 --stdout -- $_CP_EXCL . | \
37 sed -n '/^diff --git/,$p') | _checkpatch
41 git diff --cached -- . $_CP_EXCL | _checkpatch
45 git diff -- . $_CP_EXCL | _checkpatch
49 git diff $1...$2 -- . $_CP_EXCL | _checkpatch
H A Dupdate_changelog.py47 cmd = "git log -1 --date=format:%Y-%m-%d --format=format:%cd " \
H A Dgen_compile_commands.py30 _EXCLUDE_DIRS = ['.git', 'Documentation', 'include', 'tools']
H A Dget_maintainer.py17 DIFF_GIT_RE = re.compile(r'^diff --git a/(?P<path>.*) ')
/optee_os/.github/workflows/
H A Dci.yml18 - name: Update Git config
19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
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
45 for c in $(git rev-list HEAD^1..HEAD^2); do \
48 if [ "$(git re
[all...]
/optee_os/.devcontainer/
H A DDockerfile.vscode36 git-core \
37 git-man \
38 git-email \
/optee_os/core/
H A Dcore.mk16 git-sha1-len := 16
18 git-sha1-len := 8
20 TEE_IMPL_GIT_SHA1 := 0x$(shell git rev-parse --short=$(git-sha1-len) HEAD 2>/dev/null || echo 0 | c…
/optee_os/
H A D.gitattributes1 # For git archive
H A DREADME.md2 This git contains source code for the secure side implementation of OP-TEE
H A D.clang-format120 # Taken from git's rules
H A DMakefile93 # Build user TAs included in this git
H A DCHANGELOG.md1253 * Travis service (build.git) seems unstable from time to time.
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md57 ### Git usage
59 …ls-3.6` long-term support branch of Mbed TLS use a [Git submodule](https://git-scm.com/book/en/v2/
173 prevent `git status` from showing them as modified). In order to do so, from
H A DCONTRIBUTING.md72 …thooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development/tests/git-scripts) prior to p…
97 This is done by including the standard Git `Signed-off-by:` line in every commit message. If more t…
H A DChangeLog2859 * Mbed Crypto is no longer a Git submodule. The crypto part of the library
3136 Mbed TLS references as a Git submodule.
4256 * Added a test script that can be hooked into git that verifies commits
/optee_os/core/arch/arm/plat-poplar/
H A Dplatform_config.h81 * 0x021F_0000 l-loader limit (len/size set by poplar-l-loader.git)
/optee_os/core/lib/scmi-server/
H A Dsub.mk55 scpfw-impl-version := $(shell git -C $(scpfw-path) describe --tags --always --dirty=-dev 2>/dev/nul…
/optee_os/mk/
H A Dconfig.mk128 # The following values are not extracted from the "git describe" output because
129 # we might be outside of a Git environment, or the tree may have been cloned
137 TEE_IMPL_VERSION ?= $(shell git describe --always --dirty=-dev 2>/dev/null || \