| /arm-trusted-firmware/tools/conventional-changelog-tf-a/ |
| H A D | index.js | 76 notes: notes.filter(note => section.scopes?.includes(note.commit.scope)), 95 !flattenedSections.some(section => section.scopes?.includes(note.commit.scope))), 101 * Register a helper to return a restructured version of the commit groups that includes commits 110 commits: commits.filter(commit => section.scopes?.includes(commit.scope)), 128 commits: commitGroup.commits.filter(commit => 129 !flattenedSections.some(section => section.scopes?.includes(commit.scope))), 153 const commitSectionPartial = readFileSync(resolve(__dirname, "./templates/commit-section.hbs"), "utf-8"); 157 Handlebars.registerPartial("tf-a-commit-section", commitSectionPartial); 165 writerOpts.commitPartial = readFileSync(resolve(__dirname, "./templates/commit 168 transform(commit, context) global() argument [all...] |
| /arm-trusted-firmware/tools/conventional-changelog-tf-a/templates/ |
| H A D | note.hbs | 3 **See:** {{#with commit }}{{> commit root=@root showScope=../showScope }}{{/with}}
|
| H A D | commit-section.hbs | 6 {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}} 13 {{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-mdlist}}
|
| H A D | template.hbs | 8 {{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
|
| /arm-trusted-firmware/docs/process/ |
| H A D | index.rst | 10 commit-style
|
| H A D | commit-style.rst | 4 When writing commit messages, please think carefully about the purpose and scope 8 keep a more accurate changelog. You may use Markdown in commit messages. 10 A good commit message provides all the background information needed for 29 To briefly summarize, commit messages are expected to be of the form: 39 The following example commit message demonstrates the use of the 91 in the :ref:`prerequisites <Prerequisites>` guide to validate commit messages 138 Ensure that each commit also has a unique ``Change-Id:`` line. If you have 140 or clone the repository using the "`Clone with commit-msg hook`" clone method,
|
| H A D | contributing.rst | 40 - Avoid long commit series. If you do have a long series, consider whether 59 (and nothing else) in the last commit of the series. Otherwise, include 60 the documentation changes within the single commit. 157 - If the changes are not based on a sufficiently-recent commit, or if they
|
| H A D | code-review-guidelines.rst | 230 posted via the commit message or on the mailing list.
|
| /arm-trusted-firmware/plat/imx/common/include/sci/svc/misc/ |
| H A D | sci_misc_api.h | 324 * @param[out] commit pointer to return commit ID (git SHA-1) 326 void sc_misc_seco_build_info(sc_ipc_t ipc, uint32_t *version, uint32_t *commit); 374 * @param[out] commit pointer to return commit ID (git SHA-1) 376 void sc_misc_build_info(sc_ipc_t ipc, uint32_t *build, uint32_t *commit);
|
| /arm-trusted-firmware/.husky/ |
| H A D | commit-msg.gerrit | 72 # - parse the commit message as (textLine+ blankLine*)* 190 git hash-object -t commit --stdin
|
| /arm-trusted-firmware/plat/imx/common/sci/svc/misc/ |
| H 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()
|
| /arm-trusted-firmware/plat/arm/board/morello/fdts/ |
| H A D | morello_nt_fw_config.dts | 38 scp-fw-commit = <0x0>;
|
| /arm-trusted-firmware/docs/security_advisories/ |
| H A D | security-advisory-tfv-5.rst | 55 .. _Commit e290a8fcbc: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=e290a8fcbc 56 .. _Commit c3e8b0be9b: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=c3e8b0be9b
|
| H 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
|
| H 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
|
| H A D | security-advisory-tfv-10.rst | 154 .. _fd37982a19a4a291: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=fd37982a19a4a291 155 .. _72460f50e2437a85: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=72460f50e2437a85 156 .. _f5c51855d36e399e: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=f5c51855d36e399e 157 .. _abb8f936fd0ad085: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=abb8f936fd0ad085
|
| H 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
|
| H 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
|
| /arm-trusted-firmware/docs/getting_started/ |
| H A D | prerequisites.rst | 99 CI for feedback on commit message conformance. 179 curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hooks/commit-msg 180 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
|
| /arm-trusted-firmware/docs/plat/ |
| H A D | rcar-gen3.rst | 119 commit 552754a6ee82bab25d1bdf28c8261a4518e65e4d 130 commit 80105192cba9e704ebe8df7ab84095edc2922f84 140 commit 4cdeda511f8037015b568396e6dcc3d8fb41e8c0 147 commit 7876320f88802b22d4e2daf7eb027dd14175a0f8
|
| H A D | rz-g2.rst | 110 | commit 72ca39737f974db44723760623d1b29980c00a88 119 | commit 46ce9e777c1314ccb78906992b94001194eaa87b 126 | commit f8394f232b1eab649ce2df5c5f15b0e528c92091
|
| /arm-trusted-firmware/ |
| H A D | Makefile | 221 # Default build string (git branch and commit) 1657 for commit in `git rev-list --no-merges $$COMMON_COMMIT..HEAD`; \ 1659 printf "\n[*] Checking style of '$$commit'\n\n"; \ 1660 git log --format=email "$$commit~..$$commit" \ 1663 git diff --format=email "$$commit~..$$commit" \
|
| H A D | poetry.lock | 274 code-style = ["pre-commit (>=3.0,<4.0)"] 356 code-style = ["pre-commit"] 392 code-style = ["pre-commit (>=2.12,<3.0)"]
|
| /arm-trusted-firmware/docs/design_documents/ |
| H A D | measured_boot_poc.rst | 36 since commit cf56848.
|
| /arm-trusted-firmware/docs/components/ |
| H A D | secure-partition-manager-mm.rst | 174 For an example of all the changes in context, you may refer to commit
|