Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_ARM-atf/make_helpers/toolchains/
H A Dhost.mk9 host-cc-parameter := HOSTCC
13 host-cpp-parameter := HOSTCPP
17 host-as-parameter := HOSTAS
21 host-ld-parameter := HOSTLD
25 host-oc-parameter := HOSTOC
29 host-od-parameter := HOSTOD
33 host-ar-parameter := HOSTAR
37 host-dtc-parameter := HOSTDTC
41 host-poetry-parameter := POETRY
H A Daarch32.mk9 aarch32-cc-parameter := CC
13 aarch32-cpp-parameter := CPP
17 aarch32-as-parameter := AS
21 aarch32-ld-parameter := LD
25 aarch32-oc-parameter := OC
29 aarch32-od-parameter := OD
33 aarch32-ar-parameter := AR
37 aarch32-dtc-parameter := DTC
H A Daarch64.mk9 aarch64-cc-parameter := CC
14 aarch64-cpp-parameter := CPP
19 aarch64-as-parameter := AS
24 aarch64-ld-parameter := LD
29 aarch64-oc-parameter := OC
34 aarch64-od-parameter := OD
39 aarch64-ar-parameter := AR
44 aarch64-dtc-parameter := DTC
/rk3399_ARM-atf/docs/components/
H A Dplatform-interrupt-controller-API.rst32 The API should return whether the interrupt ID (first parameter) is categorized
45 The API should return whether the interrupt ID (first parameter) is categorized
58 The API should return whether the interrupt ID (first parameter) is categorized
72 first parameter, ``id``.
86 This API should enable the interrupt ID specified by the first parameter,
101 This API should disable the interrupt ID specified by the first parameter,
117 This API should set the priority of the interrupt specified by first parameter
118 ``id`` to the value set by the second parameter ``priority``.
132 parameter ``type`` shall be one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``, or
167 This API should set the interrupt specified by first parameter ``id`` to the
[all …]
H A Dsecure-partition-manager-mm.rst205 is passed as a parameter to the ``MM_COMMUNICATE`` SMC. The shared memory area
538 In the current implementation, this parameter contains the function ID of
559 For the SVC64 version, this parameter is a 64-bit Virtual Address (VA).
561 For the SVC32 version, this parameter is a 32-bit Virtual Address (VA).
569 This is an optional parameter. If unused its value is SBZ.
650 This parameter is a 64-bit Virtual Address (VA).
657 This parameter is the number of translation granule size pages from
701 *Memory Attributes* output parameter.
740 This parameter is a 64-bit Virtual Address (VA).
H A Darm-sip-service.rst58 The function ID parameter must be ``0x82000020``. It uniquely identifies the
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js202 module.exports = function (parameter) { argument
203 const config = parameter || {};
216 if (_.isFunction(parameter)) {
217 return parameter(null, {
/rk3399_ARM-atf/plat/rockchip/rk3328/
H A Dplatform.mk21 -I${RK_PLAT_COMMON}/drivers/parameter/ \
60 BL31_SOURCES += ${RK_PLAT_COMMON}/drivers/parameter/ddr_parameter.c
/rk3399_ARM-atf/plat/rockchip/px30/
H A Dplatform.mk20 -I${RK_PLAT_COMMON}/drivers/parameter/ \
63 BL31_SOURCES += ${RK_PLAT_COMMON}/drivers/parameter/ddr_parameter.c
/rk3399_ARM-atf/make_helpers/
H A Dtoolchain.mk370 toolchain-from-parameter = $($($(1)-$(2)-parameter))
531 $1-$2-from-parameter = $$(call toolchain-from-parameter,$1,$2)
535 ifneq ($$($1-$2-from-parameter),)
536 $1-$2-from := $$($1-$2-from-parameter)
537 $1-$2-origin := via `$$($1-$2-parameter)` parameter
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst170 #. Statically allocating memory for each parameter in each image which is
488 - ``_get_param``: extract authentication parameter function pointer.
498 The ``get_auth_param()`` function is passed a parameter descriptor containing
499 information about the parameter (``type_desc`` and ``cookie``) to identify and
500 extract the data corresponding to that parameter from an image. This data will
522 The AM defines the type of each parameter used by an authentication method. It
526 parameter should be extracted from an image.
547 The AM defines the following structure to identify an authentication parameter
558 which enables it to uniquely identify the parameter that should be extracted
611 A parameter described by ``auth_param_type_desc_t`` to verify an image could be
[all …]
/rk3399_ARM-atf/plat/rockchip/rk3568/
H A Dplatform.mk42 -I${RK_PLAT_COMMON}/drivers/parameter/ \
84 ${RK_PLAT_COMMON}/drivers/parameter/ddr_parameter.c \
/rk3399_ARM-atf/tools/cert_create/src/
H A Dext.c205 hash->hashAlgorithm->parameter = ASN1_TYPE_new(); in ext_new_hash()
206 ASN1_TYPE_set(hash->hashAlgorithm->parameter, V_ASN1_NULL, NULL); in ext_new_hash()
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-aemv8-base.rst93 parameter is needed to load the individual bootloader images in memory.
97 parameter.
102 - The ``-C cluster<X>.cpu<Y>.RVBAR=@<base-address-of-bl31>`` parameter, where
H A Dfvp-support.rst13 parameter options.
71 with the ``--version`` parameter.
/rk3399_ARM-atf/docs/components/spd/
H A Dtrusty-dispatcher.rst25 can be set to a platform specific parameter block, and ``args->arg2``
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dbuild.rst107 This parameter is used only for ``mrvl_flash`` and ``mrvl_uart`` targets.
111 This parameter is required for ``mrvl_flash`` and ``mrvl_uart`` targets.
127 Total amount of CPs (South Bridge) connected to AP. When the parameter is omitted,
129 package: 1 or 2 depending on the SoC used. The parameter is valid for OcteonTX2 CN913x SoC
139 The parameter is optional, its default value is ``plat/marvell/armada/a8k/common/ble``
268 To boot from eMMC, the value should be aligned with the parameter in
310 Use this parameter to point to Crypto++ source code
318 Use this parameter to point to the directory with
327 Use this parameter to point to the directory with
/rk3399_ARM-atf/plat/rockchip/rk3588/
H A Dplatform.mk27 -I${RK_PLAT_COMMON}/drivers/parameter/ \
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-instr.rst57 state. Generally, this parameter takes the same form as the power_state
58 parameter described for CPU_SUSPEND in section 5.4.2.
/rk3399_ARM-atf/docs/plat/
H A Dqemu-sbsa.rst7 is made by EDK2 build system by composing BL1 and FIP. Second parameter for Qemu
/rk3399_ARM-atf/plat/rockchip/rk3576/
H A Dplatform.mk36 -I${RK_PLAT_COMMON}/drivers/parameter/ \
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst821 to the ROTPK in the flags parameter:
1370 The parameter indicates the type of error using standard codes from ``errno.h``.
2337 addition, this parameter is used by the function to return the size
2371 function returns the attestation key length in this parameter.
2414 The first parameter (``uint16_t mecid``) contains the MECID for which the
2478 Populate the attestation signing response in the ``resp`` parameter. The interface between
2523 function returns the attestation key length in this parameter.
2557 arg2 - The IDE stream info associated with a physical device, this parameter packs the
2597 arg2 - The IDE stream info associated with a physical device, this parameter packs the
2635 arg2 - The IDE stream info associated with a physical device, this parameter packs the
[all …]
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-11.rst67 that the parameter is invalid.
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst209 The ``flags`` parameter to this function indicates the caller security state
222 ``smc_fid`` parameter, for example by using:
280 The ``cookie`` parameter to the handler is reserved for future use and can be
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst56 for the construction of composite state-ID in the power-state parameter.
61 field of power-state parameter.

12