| /rk3399_ARM-atf/ |
| H A D | .commitlintrc.js | 39 const scope = subsection.scope ? [subsection.scope] : []; 42 return scope.concat(subscopes);
|
| H A D | .versionrc.cjs | 17 * with a given type and scope are placed in. 49 const scope = subsection.scope ? [ subsection.scope ] : []; 54 "scopes": scope.concat(subsection.deprecated || []),
|
| /rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/ |
| H A D | commit.hbs | 1 {{#if scope }} 2 {{~#if showScope }}**{{ scope }}:** {{/if}}
|
| /rk3399_ARM-atf/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))), 110 commits: commits.filter(commit => section.scopes?.includes(commit.scope)), 129 !flattenedSections.some(section => section.scopes?.includes(commit.scope))), 176 if ((commit.type === "build") && (commit.scope == null)) { 177 commit.scope = "build";
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | spactions.py | 98 scope = "global" 99 args = action(sp_layout, scope, args) 100 args = append_called(action, scope, args)
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | commit-style.rst | 4 When writing commit messages, please think carefully about the purpose and scope 33 <type>[optional scope]: <description> 39 Note that the type, the scope and the first letter of the description (also 43 ``refactor`` type and the ``amu`` scope: 87 has a single scope that is considered to be blessed, and possibly several 104 does not yet have a designated scope, please add one. 116 scope: foo 120 scope: bar
|
| /rk3399_ARM-atf/drivers/console/ |
| H A D | multi_console.c | 72 void console_set_scope(console_t *console, unsigned int scope) in console_set_scope() argument 76 console->flags = (console->flags & ~CONSOLE_FLAG_SCOPE_MASK) | scope; in console_set_scope()
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | console.h | 80 void console_set_scope(console_t *console, unsigned int scope);
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | console-framework.rst | 42 scope or multiple scopes. In single scope for example, setting three different 246 This function is used to set the scope of the registered console. A console 247 can be registered with upto three states (called the scope). These states are 264 This function sets the console state (scope) for printing, i.e, TF-A will 266 that are registered with this new state (scope). For example, calling 283 member) function of all consoles registered for the current scope, for example, 284 BOOT logs will only be printed on consoles set with a BOOT scope. In the PL011
|
| H A D | trusted-board-boot-build.rst | 131 NS_BL2U and SCP_BL2U) is outside the scope of this document.
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/ |
| H A D | plat_psci_pm.c | 124 static void __dead2 versal_net_system_reset_scope(uint32_t scope) in versal_net_system_reset_scope() argument 136 scope, NON_SECURE); in versal_net_system_reset_scope()
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_rse_interface.rst | 14 The scope of this threat model only includes the interface between the RSE and
|
| H A D | threat_model.rst | 19 shown on Figure 1. Everything else on Figure 1 is outside of the scope of 139 in scope of this threat model. 165 considered out-of-scope. 168 chip, notably those like Power Analysis Attacks, are out-of-scope. Power
|
| H A D | threat_model_el3_spm.rst | 19 The scope for this threat model is:
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | index.rst | 132 within the platform API and are defined only inside the platform scope. The
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | cmake_framework.rst | 37 * Language is problematic (e.g. variable scope).
|
| H A D | measured_boot_poc.rst | 70 service as provided by TF-A. As such, it is beyond the scope of this
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-6.rst | 120 scope of TF. However, an example implementation in the minimal AArch32 Secure
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | firmware-update.rst | 38 The design of the ``Client`` and ``Update Agent`` is out of scope of this 119 This document describes the secure world FWU design. It is beyond its scope to
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 79 …- include enabled security state scope ([d508bab](https://review.trustedfirmware.org/plugins/gitil… 2763 …- dcc to support runtime console scope ([238eb54](https://review.trustedfirmware.org/plugins/gitil… 3093 …- add scope for RD-Fremont variants ([84973bb](https://review.trustedfirmware.org/plugins/gitiles/… 3702 …- add scope for RD-V1 ([86a4949](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-f… 3703 …- add scope for RD-V1-MC ([6fb16da](https://review.trustedfirmware.org/plugins/gitiles/TF-A/truste… 3704 …- add scope for SGI-575 ([18b5070](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted… 8626 …- change scope-case to lower-case ([804e52e](https://review.trustedfirmware.org/plugins/gitiles/TF… 13205 implementation has been cleaned up and reduced in scope.
|
| H A D | porting-guide.rst | 3716 use in the crash scope that are able to support this, i.e. that are written
|