Home
last modified time | relevance | path

Searched full:scope (Results 1 – 25 of 33) sorted by relevance

12

/rk3399_ARM-atf/
H A Dchangelog.yaml73 # Sub-sections have an optional associated commit message "scope":
79scope enforcement. These will not pass CI checks when used, but they will be used to generate the
90 scope: cpufeat
125 scope: dsu
128 scope: platforms
136 scope: allwinner
142 scope: altera
146 scope: agilex3
149 scope: amd
153 scope
[all...]
H A D.commitlintrc.js18 * with a given type and scope are placed in.
39 const scope = subsection.scope ? [subsection.scope] : [];
42 return scope.concat(subscopes);
69 "scope-case": [2, "always", "lower-case"], /* Error */
70 "scope-enum": [2, "always", scopes] /* Error */
H A D.versionrc.cjs17 * 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/docs/process/
H A Dcommit-style.rst4 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:
58 | Scope | Description |
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/tools/conventional-changelog-tf-a/
H 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))),
173 * `build` scope.
176 if ((commit.type === "build") && (commit.scope == null)) {
177 commit.scope = "build";
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/
H A Dcommit.hbs1 {{#if scope }}
2 {{~#if showScope }}**{{ scope }}:** {{/if}}
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst35 Scope : Flag
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 Dtrusted-board-boot-build.rst131 NS_BL2U and SCP_BL2U) is outside the scope of this document.
/rk3399_ARM-atf/include/drivers/
H A Dconsole.h31 /* Bits 8 to 31 for non-scope use. */
77 * Set scope mask of a console that determines in what states it is active.
80 void console_set_scope(console_t *console, unsigned int scope);
/rk3399_ARM-atf/tools/sptool/
H A Dspactions.py98 scope = "global"
99 args = action(sp_layout, scope, args)
100 args = append_called(action, scope, args)
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c72 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/plat/xilinx/versal_net/
H A Dplat_psci_pm.c119 * @scope : scope of reset which could be SYSTEM/SUBSYSTEM/PS-ONLY
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/plat/xilinx/common/pm_service/
H A Dpm_api_sys.c29 /* default shutdown/reboot scope is system(2) */
33 * pm_get_shutdown_scope() - Get the currently set shutdown scope.
35 * Return: Shutdown scope value.
278 * @subtype: Scope: 0=APU-subsystem, 1=PS, 2=system.
292 /* Setting scope for subsequent PSCI reboot or shutdown */ in pm_system_shutdown()
H A Dpm_svc_main.c389 * and the shutdown scope to its default value.
396 /* Reset the shutdown scope to its default value(system). */ in tfa_clear_pm_state()
/rk3399_ARM-atf/docs/components/
H A Dfirmware-update.rst36 Scope section in PSA Firmware Update (PSA FWU)
38 The design of the ``Client`` and ``Update Agent`` is out of scope of this
116 Scope section in TBBR Firmware Update (TBBR FWU)
119 This document describes the secure world FWU design. It is beyond its scope to
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_rse_interface.rst14 The scope of this threat model only includes the interface between the RSE and
/rk3399_ARM-atf/plat/common/
H A Dplat_bl1_common.c122 * Remove BL1 RW data from the scope of memory visible to BL2. in bl1_plat_calc_bl2_layout()
/rk3399_ARM-atf/drivers/ti/ipc/
H A Dmailbox.c35 * IRQ model is currently not in scope of this driver
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_defs.h173 * @PMF_SHUTDOWN_TYPE_SETSCOPE_ONLY: set the shutdown/reboot scope.
H A Dzynqmp_pm_api_sys.c235 /* default shutdown/reboot scope is system(2) */
239 * pm_get_shutdown_scope() - Get the currently set shutdown scope.
241 * Return: Shutdown scope value.
426 * @subtype: Scope: 0=APU-subsystem, 1=PS, 2=system.
440 /* Setting scope for subsequent PSCI reboot or shutdown */ in pm_system_shutdown()
/rk3399_ARM-atf/docs/components/fconf/
H A Dindex.rst132 within the platform API and are defined only inside the platform scope. The
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst37 * Language is problematic (e.g. variable scope).
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci_pm.c120 * TODO: shutdown scope for this reset needs be revised once in versal2_system_reset()
/rk3399_ARM-atf/plat/xilinx/zynqmp/include/
H A Dzynqmp_def.h361 /* WDT restart scope shift and mask */
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-6.rst120 scope of TF. However, an example implementation in the minimal AArch32 Secure

12