Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 35) sorted by relevance

12

/trusted-firmware-a/tools/conventional-changelog-tf-a/templates/
A Dcommit.hbs1 {{#if scope }}
2 {{~#if showScope }}**{{ scope }}:** {{/if}}
/trusted-firmware-a/
A D.commitlintrc.js24 const scope = scopes ? [ scopes[0] ] : []; /* Only use the blessed scope */
26 return scope.concat(subscopes);
/trusted-firmware-a/tools/conventional-changelog-tf-a/
A Dindex.js76 notes: notes.filter(note => section.scopes?.includes(note.commit.scope)),
95 … !flattenedSections.some(section => section.scopes?.includes(note.commit.scope))),
110 commits: commits.filter(commit => section.scopes?.includes(commit.scope)),
129 !flattenedSections.some(section => section.scopes?.includes(commit.scope))),
/trusted-firmware-a/drivers/console/
A Dmulti_console.c66 void console_set_scope(console_t *console, unsigned int scope) in console_set_scope() argument
70 console->flags = (console->flags & ~CONSOLE_FLAG_SCOPE_MASK) | scope; in console_set_scope()
/trusted-firmware-a/docs/process/
A Dcommit-style.rst4 When writing commit messages, please think carefully about the purpose and scope
33 <type>[optional scope]: <description>
40 ``refactor`` type and the ``amu`` scope:
85 Scopes that are not blessed exist for changes submitted before scope enforcement
102 are adding a new component that does not yet have a designated scope, please
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcommit-style.rst.txt4 When writing commit messages, please think carefully about the purpose and scope
33 <type>[optional scope]: <description>
40 ``refactor`` type and the ``amu`` scope:
85 Scopes that are not blessed exist for changes submitted before scope enforcement
102 are adding a new component that does not yet have a designated scope, please
/trusted-firmware-a/include/drivers/
A Dconsole.h70 void console_set_scope(console_t *console, unsigned int scope);
/trusted-firmware-a/docs/getting_started/
A Ddocs-build.rst53 More advanced usage instructions for *pip* are beyond the scope of this
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Ddocs-build.rst.txt53 More advanced usage instructions for *pip* are beyond the scope of this
/trusted-firmware-a/docs/build/latex/
A Dsphinxpackagefootnote.sty338 % the latex.py writer inserts a \phantomsection\label{<scope>.<num>}
345 % can be found in document. So a secondary part in <scope> is updated
/trusted-firmware-a/docs/design/
A Dtrusted-board-boot-build.rst103 NS_BL2U and SCP_BL2U) is outside the scope of this document.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dtrusted-board-boot-build.rst.txt103 NS_BL2U and SCP_BL2U) is outside the scope of this document.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Dindex.rst.txt132 within the platform API and are defined only inside the platform scope. The
/trusted-firmware-a/docs/components/fconf/
A Dindex.rst132 within the platform API and are defined only inside the platform scope. The
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dthreat_model.rst.txt20 shown on Figure 1. Everything else on Figure 1 is outside of the scope of
119 in scope of this threat model.
145 considered out-of-scope.
A Dthreat_model_spm.rst.txt33 The scope for this threat model is:
/trusted-firmware-a/docs/threat_model/
A Dthreat_model.rst20 shown on Figure 1. Everything else on Figure 1 is outside of the scope of
119 in scope of this threat model.
145 considered out-of-scope.
A Dthreat_model_spm.rst33 The scope for this threat model is:
/trusted-firmware-a/docs/design_documents/
A Dcmake_framework.rst41 * Language is problematic (e.g. variable scope).
A Dmeasured_boot_poc.rst68 service as provided by TF-A. As such, it is beyond the scope of this
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-6.rst119 scope of TF. However, an example implementation in the minimal AArch32 Secure
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/
A Dcmake_framework.rst.txt41 * Language is problematic (e.g. variable scope).
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-6.rst.txt119 scope of TF. However, an example implementation in the minimal AArch32 Secure
/trusted-firmware-a/docs/components/
A Dfirmware-update.rst23 This document describes the secure world FWU design. It is beyond its scope to
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dfirmware-update.rst.txt23 This document describes the secure world FWU design. It is beyond its scope to

Completed in 28 milliseconds

12