| /rk3399_ARM-atf/ |
| H A D | changelog.yaml | 73 # Sub-sections have an optional associated commit message "scope": 79 # scope 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.js | 18 * 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.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/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: 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 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))), 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 D | commit.hbs | 1 {{#if scope }} 2 {{~#if showScope }}**{{ scope }}:** {{/if}}
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | console-framework.rst | 35 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 D | trusted-board-boot-build.rst | 131 NS_BL2U and SCP_BL2U) is outside the scope of this document.
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | console.h | 31 /* 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 D | spactions.py | 98 scope = "global" 99 args = action(sp_layout, scope, args) 100 args = append_called(action, scope, args)
|
| /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/plat/xilinx/versal_net/ |
| H A D | plat_psci_pm.c | 119 * @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 D | pm_api_sys.c | 29 /* 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 D | pm_svc_main.c | 389 * 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 D | firmware-update.rst | 36 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 D | threat_model_rse_interface.rst | 14 The scope of this threat model only includes the interface between the RSE and
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_bl1_common.c | 122 * 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 D | mailbox.c | 35 * IRQ model is currently not in scope of this driver
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | zynqmp_pm_defs.h | 173 * @PMF_SHUTDOWN_TYPE_SETSCOPE_ONLY: set the shutdown/reboot scope.
|
| H A D | zynqmp_pm_api_sys.c | 235 /* 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 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).
|
| /rk3399_ARM-atf/plat/amd/versal2/ |
| H A D | plat_psci_pm.c | 120 * TODO: shutdown scope for this reset needs be revised once in versal2_system_reset()
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/include/ |
| H A D | zynqmp_def.h | 361 /* WDT restart scope shift and mask */
|
| /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
|