/trusted-firmware-a-3.4.0/ |
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: amu 93 scope: cca 96 scope: hcx 99 scope: mpam 102 scope: sme 105 scope: sve 108 scope: sys-reg-trace 114 scope: trbe [all …]
|
D | .commitlintrc.js | 19 * with a given type and scope are placed in. 40 const scope = subsection.scope ? [ subsection.scope ] : []; 43 return scope.concat(subscopes); 70 "scope-case": [2, "always", "lower-case"], /* Error */ 71 "scope-enum": [1, "always", scopes] /* Warning */
|
D | .versionrc.js | 17 * with a given type and scope are placed in. 49 const scope = subsection.scope ? [ subsection.scope ] : []; 54 "scopes": scope.concat(subsection.deprecated || []),
|
/trusted-firmware-a-3.4.0/tools/conventional-changelog-tf-a/templates/ |
D | commit.hbs | 1 {{#if scope }} 2 {{~#if showScope }}**{{ scope }}:** {{/if}}
|
/trusted-firmware-a-3.4.0/include/drivers/ |
D | console.h | 25 /* Bits 8 to 31 for non-scope use. */ 67 * Set scope mask of a console that determines in what states it is active. 70 void console_set_scope(console_t *console, unsigned int scope);
|
/trusted-firmware-a-3.4.0/docs/process/ |
D | commit-style.rst | 4 When writing commit messages, please think carefully about the purpose and scope 33 <type>[optional scope]: <description> 40 ``refactor`` type and the ``amu`` scope: 55 | Scope | Description | 84 has a single scope that is considered to be blessed, and possibly several 101 are adding a new component that does not yet have a designated scope, please
|
/trusted-firmware-a-3.4.0/tools/conventional-changelog-tf-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))),
|
/trusted-firmware-a-3.4.0/tools/sptool/ |
D | spactions.py | 98 scope = "global" 99 args = action(sp_layout, scope, args) 100 args = append_called(action, scope, args)
|
/trusted-firmware-a-3.4.0/drivers/console/ |
D | multi_console.c | 66 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-3.4.0/plat/xilinx/versal/pm_service/ |
D | pm_api_sys.c | 30 /* default shutdown/reboot scope is system(2) */ 34 * pm_get_shutdown_scope() - Get the currently set shutdown scope 36 * @return Shutdown scope value 385 * @subtype Scope: 0=APU-subsystem, 1=PS, 2=system 397 /* Setting scope for subsequent PSCI reboot or shutdown */ in pm_system_shutdown()
|
/trusted-firmware-a-3.4.0/docs/threat_model/ |
D | threat_model_fvp_r.rst | 28 out-of-scope for this threat-model.
|
D | threat_model.rst | 22 shown on Figure 1. Everything else on Figure 1 is outside of the scope of 131 in scope of this threat model. 157 considered out-of-scope.
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | docs-build.rst | 53 More advanced usage instructions for *pip* are beyond the scope of this
|
/trusted-firmware-a-3.4.0/docs/design/ |
D | trusted-board-boot-build.rst | 103 NS_BL2U and SCP_BL2U) is outside the scope of this document.
|
/trusted-firmware-a-3.4.0/docs/components/ |
D | firmware-update.rst | 20 Scope subsection 23 This document describes the secure world FWU design. It is beyond its scope to
|
/trusted-firmware-a-3.4.0/docs/components/fconf/ |
D | index.rst | 132 within the platform API and are defined only inside the platform scope. The
|
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/pm_service/ |
D | pm_defs.h | 286 * @PMF_SHUTDOWN_TYPE_SETSCOPE_ONLY: set the shutdown/reboot scope
|
D | pm_api_sys.c | 242 /* default shutdown/reboot scope is system(2) */ 246 * pm_get_shutdown_scope() - Get the currently set shutdown scope 248 * @return Shutdown scope value 427 * @subtype Scope: 0=APU-subsystem, 1=PS, 2=system 436 /* Setting scope for subsequent PSCI reboot or shutdown */ in pm_system_shutdown()
|
/trusted-firmware-a-3.4.0/docs/design_documents/ |
D | cmake_framework.rst | 41 * Language is problematic (e.g. variable scope).
|
D | measured_boot_poc.rst | 68 service as provided by TF-A. As such, it is beyond the scope of this
|
/trusted-firmware-a-3.4.0/plat/arm/board/fvp_r/ |
D | fvp_r_bl1_main.c | 105 * Remove BL1 RW data from the scope of memory visible to BL2. in bl1_calc_bl2_mem_layout()
|
/trusted-firmware-a-3.4.0/bl1/ |
D | bl1_main.c | 45 * Remove BL1 RW data from the scope of memory visible to BL2. in bl1_calc_bl2_mem_layout()
|
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/include/ |
D | zynqmp_def.h | 351 /* WDT restart scope shift and mask */
|
/trusted-firmware-a-3.4.0/docs/security_advisories/ |
D | security-advisory-tfv-6.rst | 119 scope of TF. However, an example implementation in the minimal AArch32 Secure
|
/trusted-firmware-a-3.4.0/lib/zlib/ |
D | zlib.h | 1273 mechanism outside the scope of this compression library.) Upon exit, destLen
|