/trusted-firmware-a-3.7.0/plat/mediatek/mt8183/drivers/devapc/ |
D | devapc.c | 93 static void set_module_apc(enum DAPC_SLAVE_TYPE slave_type, uint32_t module, in set_module_apc() argument 103 apc_index = module / MOD_NO_IN_1_DEVAPC; in set_module_apc() 104 apc_set_index = module % MOD_NO_IN_1_DEVAPC; in set_module_apc() 108 if (slave_type == DAPC_INFRA_SLAVE && module <= SLAVE_INFRA_MAX_INDEX) in set_module_apc() 111 else if (slave_type == DAPC_MM_SLAVE && module <= SLAVE_MM_MAX_INDEX) in set_module_apc()
|
/trusted-firmware-a-3.7.0/tools/memory/memory/ |
D | buildparser.py | 23 def __getitem__(self, module: str): 25 return self._modules[module]
|
/trusted-firmware-a-3.7.0/ |
D | .commitlintrc.js | 50 module.exports = {
|
D | .versionrc.js | 62 module.exports = {
|
/trusted-firmware-a-3.7.0/plat/nxp/soc-ls1088a/ |
D | soc.def | 75 # Define Endianness of each module
|
/trusted-firmware-a-3.7.0/plat/nxp/soc-ls1028a/ |
D | soc.def | 82 # Define Endianness of each module
|
/trusted-firmware-a-3.7.0/plat/nxp/soc-ls1043a/ |
D | soc.def | 91 # Define Endianness of each module
|
/trusted-firmware-a-3.7.0/plat/nxp/soc-ls1046a/ |
D | soc.def | 91 # Define Endianness of each module
|
/trusted-firmware-a-3.7.0/tools/conventional-changelog-tf-a/ |
D | index.js | 202 module.exports = function (parameter) {
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | contributing.rst | 101 - At least one code owner for each module modified by the patch. See the list 106 - If some module has no code owner, try to identify a suitable (non-code 107 owner) reviewer. Running ``git blame`` on the module's source code can 116 the only code owner of a module modified by the patch. Getting a second pair 133 In the case where a code owner could not be found for a given module,
|
D | code-review-guidelines.rst | 123 along with the module(s) they look after. 137 - It fits well in the design of the module. 175 the expert for the relevant module. By approving a patch, you are partially
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | xlat-tables-lib-v2-design.rst | 297 - **Core module** 300 translation tables contexts and mapping/unmapping memory regions. This module 306 - **Active context module** 310 This module provides functions such as ``mmap_add_region``, that directly 315 - **Utilities module** 322 - **Architectural module** 391 refer to the comments in the source code of the core module for more details
|
D | debugfs-design.rst | 12 TFTF test payload or a Linux kernel module.
|
/trusted-firmware-a-3.7.0/docs/design_documents/ |
D | measured_boot_poc.rst | 74 - **TPM Kernel module**: In order to interact with the fTPM service, we need 75 a kernel module to forward the request from user space to the secure world. 174 (1) loads the ftpm kernel module and 179 When loading the ftpm kernel module, the fTPM TA is loaded into the secure 434 alias to load the ftpm kernel module returns, and then the TPM PCRs are read
|
D | measured_boot.rst | 144 - Measure the image using a hash function of the crypto module. 216 - The authentication module within the trusted boot framework calls this
|
D | rss.rst | 28 Message Handling Unit (MHU) module. The number of MHU interfaces between RSS 40 IMPDEF number of channels (e.g: 4-16) between a sender and a receiver module. 432 need to go through BL31. The RMM dispatcher module of the BL31 is responsible
|
/trusted-firmware-a-3.7.0/docs/design/ |
D | auth-framework.rst | 155 the Generic code asks recursively the Authentication module what is the parent 158 Authentication module to authenticate it, following the CoT from ROT to Image. 265 Crypto module provides a function ``_calc_hash`` to calculate and 689 **Important**: the authentication module uses these identifiers to index the 695 - ``img_type``: the image parser module uses the image type to call the proper 943 The image parser module relies on libraries to check the image integrity and 961 ``REGISTER_IMG_PARSER_LIB()``. Each time the image parser module needs to access 972 The cryptographic module relies on a library to perform the required operations,
|
D | trusted-board-boot.rst | 198 Authentication module included in TF-A. 200 The mechanism used for generating the FIP and the Authentication module are
|
/trusted-firmware-a-3.7.0/docs/tools/ |
D | memory-layout-tool.rst | 155 module, their ELF segments as well as sections.
|
/trusted-firmware-a-3.7.0/plat/mediatek/mt8192/drivers/devapc/ |
D | devapc.c | 2393 uint32_t module, enum DOMAIN_ID domain_id, in set_module_apc() argument 2402 apc_register_index = module / MOD_NO_IN_1_DEVAPC; in set_module_apc() 2403 apc_set_index = module % MOD_NO_IN_1_DEVAPC; in set_module_apc() 2410 (module < SLAVE_NUM_INFRA_AO_SYS0) && in set_module_apc() 2415 (module < SLAVE_NUM_INFRA_AO_SYS1) && in set_module_apc() 2420 (module < SLAVE_NUM_INFRA_AO_SYS2) && in set_module_apc() 2425 (module < SLAVE_NUM_PERI_AO_SYS0) && in set_module_apc() 2430 (module < SLAVE_NUM_PERI_AO_SYS1) && in set_module_apc() 2435 (module < SLAVE_NUM_PERI_AO_SYS2) && in set_module_apc() 2440 (module < SLAVE_NUM_PERI_AO2_SYS0) && in set_module_apc() [all …]
|
/trusted-firmware-a-3.7.0/docs/security_advisories/ |
D | security-advisory-tfv-4.rst | 107 authentication module read data outside of what's normally allowed by the
|
/trusted-firmware-a-3.7.0/docs/plat/marvell/armada/ |
D | porting.rst | 144 on the CP module count for given SoC type.
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | build-options.rst | 624 depend on the chosen algorithm and the cryptographic module.
|
/trusted-firmware-a-3.7.0/docs/ |
D | change-log.md | 2551 …- update crypto module for DRTM support ([e43caf3](https://review.trustedfirmware.org/plugins/giti… 6554 - Unify type of "cpu_idx" and Platform specific defines across PSCI module. 6713 - imx: Basic support for PicoPi iMX7D, rdc module init, caam module init, 6855 - Unify type of "cpu_idx" across PSCI module.
|
D | porting-guide.rst | 2183 - Grant access to the system counter timer module
|