Searched refs:commit (Results 1 – 16 of 16) sorted by relevance
/tf-a-ffa_el3_spmc/.husky/ |
A D | commit-msg.gerrit | 190 git hash-object -t commit --stdin
|
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/svc/misc/ |
A D | sci_misc_api.h | 326 void sc_misc_seco_build_info(sc_ipc_t ipc, uint32_t *version, uint32_t *commit); 376 void sc_misc_build_info(sc_ipc_t ipc, uint32_t *build, uint32_t *commit);
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | contributing.rst | 32 - Ensure your commit messages comply with the `Conventional Commits`_ 52 - Avoid long commit series. If you do have a long series, consider whether 55 - Ensure that each commit in the series has at least one ``Signed-off-by:`` 66 - Ensure that each commit also has a unique ``Change-Id:`` line. If you have 67 cloned the repository with the "`Clone with commit-msg hook`" clone method 73 - Write informative and comprehensive commit messages. A good commit message 104 (and nothing else) in the last commit of the series. Otherwise, include 105 the documentation changes within the single commit. 202 - If the changes are not based on a sufficiently-recent commit, or if they
|
A D | code-review-guidelines.rst | 201 posted via the commit message or on the mailing list.
|
/tf-a-ffa_el3_spmc/plat/imx/common/sci/svc/misc/ |
A D | misc_rpc_clnt.c | 226 void sc_misc_seco_build_info(sc_ipc_t ipc, uint32_t *version, uint32_t *commit) in sc_misc_seco_build_info() argument 240 if (commit != NULL) in sc_misc_seco_build_info() 241 *commit = RPC_U32(&msg, 4U); in sc_misc_seco_build_info() 304 void sc_misc_build_info(sc_ipc_t ipc, uint32_t *build, uint32_t *commit) in sc_misc_build_info() argument 318 if (commit != NULL) in sc_misc_build_info() 319 *commit = RPC_U32(&msg, 4U); in sc_misc_build_info()
|
/tf-a-ffa_el3_spmc/docs/security_advisories/ |
A D | security-advisory-tfv-5.rst | 55 .. _Commit e290a8fcbc: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=e290a… 56 .. _Commit c3e8b0be9b: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=c3e8b…
|
A D | security-advisory-tfv-2.rst | 37 Earlier versions of TF (prior to `commit 495f3d3`_) did not assign this bit. 58 .. _commit 495f3d3: https://github.com/ARM-software/arm-trusted-firmware/commit/495f3d3
|
A D | security-advisory-tfv-8.rst | 40 (referring to the version of the code as of `commit c385955`_): 84 line 19 (referring to the version of the code as of `commit c385955`_): 101 .. _commit c385955: https://github.com/ARM-software/arm-trusted-firmware/commit/c385955
|
A D | security-advisory-tfv-4.rst | 34 The macro code is at line 52, referring to the version of the code as of `commit 121 .. _commit c396b73: https://github.com/ARM-software/arm-trusted-firmware/commit/c396b73
|
A D | security-advisory-tfv-1.rst | 12 | Versions | v1.2 and v1.3 (since commit `48bfb88`_) | 161 .. _48bfb88: https://github.com/ARM-software/arm-trusted-firmware/commit/48bfb88
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | prerequisites.rst | 82 CI for feedback on commit message conformance. 154 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook… 155 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
|
A D | build-options.rst | 130 build to be uniquely identified. Defaults to the current git commit id.
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | rcar-gen3.rst | 119 commit 552754a6ee82bab25d1bdf28c8261a4518e65e4d 130 commit 80105192cba9e704ebe8df7ab84095edc2922f84 140 commit 4cdeda511f8037015b568396e6dcc3d8fb41e8c0 147 commit 7876320f88802b22d4e2daf7eb027dd14175a0f8
|
A D | rz-g2.rst | 110 | commit 72ca39737f974db44723760623d1b29980c00a88 119 | commit 46ce9e777c1314ccb78906992b94001194eaa87b 126 | commit f8394f232b1eab649ce2df5c5f15b0e528c92091
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 1272 for commit in `git rev-list $$COMMON_COMMIT..HEAD`; do \ 1273 printf "\n[*] Checking style of '$$commit'\n\n"; \ 1274 git log --format=email "$$commit~..$$commit" \ 1277 git diff --format=email "$$commit~..$$commit" \
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | secure-partition-manager-mm.rst | 181 For an example of all the changes in context, you may refer to commit
|
Completed in 20 milliseconds