Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 30) sorted by relevance

12

/rk3399_ARM-atf/
H A D.commitlintrc.js46 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */ constant
67 "type-enum": [2, "always", types], /* Error */
H A D.versionrc.cjs15 * The types and scopes accepted by both Commitlint and Commitizen are defined by the changelog
59 const types = getTypes(changelog.sections);
70 "types": types,
H A Dpoetry.lock1034 …", "flake8-simplify", "isort", "mypy (>=0.981)", "sphinx-lint", "types-requests", "types-typed-ast…
/rk3399_ARM-atf/include/export/
H A DREADME13 - They must not rely on any type definitions other that <stdint.h> types defined
24 - They should avoid using integer types with architecture-dependent widths
25 (e.g. long, uintptr_t, pointer types) where possible. (Some existing export
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dindex.rst8 There exists many types of FVPs. This page provides details on how to build and
/rk3399_ARM-atf/docs/process/
H A Dcoding-guidelines.rst172 | ``vsnprintf`` | Caution | inspect va_list match types |
344 Use of built-in *C* and *libc* data types
351 - Where possible, use the built-in *C* data types for variable storage (for
353 types. Most code is typically only concerned with the minimum size of the
354 data stored, which the built-in *C* types guarantee.
356 - Avoid using the exact-size standard *C99* types in general (for example,
381 rules (10.X), where signed and unsigned types are considered different
382 essential types. Choosing the correct type will aid this. MISRA static
386 - For pointer types:
399 includes pointers to types that are abstracted away from the known API and
[all …]
H A Dcommit-style.rst55 The following `types` are permissible and are strictly enforced:
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst108 board types. Therefore each board type can have its own list of values for
131 Not all comphy types are already reworked to support the PHY porting
133 comphy types.
/rk3399_ARM-atf/docs/design_documents/
H A Ddtpm_drivers.rst21 The design implemented in TF-A supports multiple types of TPM hardware interfaces
22 and hardware bus types in order to be compatible with different platforms.
H A Dcmake_framework.rst123 types: the former is only a CMake domain option, the latter is only a C language
H A Dmeasured_boot_poc.rst27 SHA algorithms) and they might also use different types of TPM services
H A Dpsci_osi_mode.rst69 heterogeneous systems like big.LITTLE, where different processor types can have
/rk3399_ARM-atf/docs/components/
H A Dgranule-protection-tables-design.rst163 The public APIs and types can be found in ``include/lib/gpt_rme/gpt_rme.h`` and this
184 by the GTSI to find the tables and transition granules between PAS types.
193 The values allowed by the API for PPS and PGS are enumerated types
H A Dplatform-interrupt-controller-API.rst136 returns *true* for all interrupt types.
139 ``INTR_TYPE_NS``. Return value for other types depends on the value of build
H A Drealm-management-extension.rst34 types.
H A Del3-spmc.rst173 The specification also defines the types of data that can be passed.
H A Dcontext-management-library.rst395 The public APIs and types can be found in ``include/lib/el3_runtime/context_management.h``
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_el3_spm.rst80 - Threat types
116 Threat types
521 | | are recommended ways to mitigate Spectre types of |
H A Dthreat_model.rst39 The :ref:`Threat Model for TF-A with Arm CCA support` covers these types of
181 or more of these types: ``Spoofing``, ``Tampering``, ``Repudiation``,
464 | | programming errors in debug builds. Other types of |
/rk3399_ARM-atf/docs/components/fconf/
H A Dindex.rst116 The framework differentiates two types of properties:
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst29 Interrupt types
48 The following constants define the various interrupt types in the framework
86 types are supported for GIC version 2.0 (Arm GICv2) (see `Assumptions in
185 Effect of mapping of several interrupt types to one signal
191 that security state. This means that all the other interrupt types using the
196 Secure-EL0, both the EL3 and the non secure interrupt types map to the FIQ
207 #. Although the framework has support for 2 types of secure interrupts (EL3
360 The ``type`` parameter can be one of the three interrupt types listed above i.e.
H A Dauth-framework.rst122 Image types
399 the following ASN.1 types.
484 - ``_type``: one of the types described above.
729 authentication parameters. Three types of images are currently supported:
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt34 and conversions to other media types.
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst63 *Table 1: Service types and their corresponding Owning Entity Numbers*
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst345 | Threat and | | TF-A has two types of dependencies: those that are copied |

12