Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 69) sorted by relevance

123

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py30 @click.option(
37 @click.option(
44 @click.option(
51 @click.option(
58 @click.option(
80 @click.option(
114 @click.option(
147 @click.option(
195 @click.option("-o", "--old", type=click.Path(exists=True))
196 @click.option("-d", "--depth", type=int, default=2)
[all …]
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst8 cluster topology and this option can be used to override the default value.
20 a single cluster. This option defaults to 4.
23 in the system. This option defaults to 1. Note that the build option
29 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
37 and this option is needed to specify the appropriate DTS file.
40 FIP. See :ref:`Firmware Design` for details on HW_CONFIG. This option is
41 similar to the ``FVP_HW_CONFIG_DTS`` option, but it directly specifies the
42 HW_CONFIG blob instead of the DTS file. This option is useful to override
46 inactive/fused CPU cores as read-only. The default value of this option
H A Dfvp-support.rst76 file system image an additional FVP configuration option
85 FVPs can be launched with ``--cadi-server`` option such that a
92 the models. The models can be launched with ``-Q 100`` option if they are
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst7 - ``ARM_BL31_IN_DRAM``: Boolean option to select loading of BL31 in TZC secured
9 BL31 in TZC secured DRAM. If TSP is present, then setting this option also
13 - ``ARM_CONFIG_CNTACR``: boolean option to unlock access to the ``CNTBase<N>``
19 - ``ARM_FW_CONFIG_LOAD_ENABLE``: Boolean option to enable the loading of
23 FW_CONFIG device trees from the FIP. The option depends on RESET_TO_BL2.
25 - ``ARM_DISABLE_TRUSTED_WDOG``: boolean option to disable the Trusted Watchdog.
34 have specific values at boot. This boolean option allows the Trusted Firmware
36 values before jumping to BL33. This option defaults to 0 (disabled). When
38 ``PRELOADED_BL33_BASE`` option. Additionally, either the ``HW_CONFIG_BASE``
39 or ``ARM_PRELOADED_DTB_BASE`` option must specify the memory location of a
[all …]
/rk3399_ARM-atf/tools/fiptool/
H A Dwin_posix.h69 struct option { struct
173 const struct option *longopts,
185 const struct option *longopts,
H A Dwin_posix.c158 const struct option *const longopts, in getopt_1long()
246 const struct option *longopts, in getopt_long()
284 const struct option *longopts, in getopt_long_only()
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-internals.rst10 - ``CTX_INCLUDE_EL2_REGS``: This boolean option provides context save/restore
13 Default is 0 (disabled). This option will be set to 1 (enabled) when ``SPD=spmd``
16 - ``FFH_SUPPORT``: This boolean option provides support to enable Firmware First
18 ELs which gets trapped in EL3. This option will be set to 1 (enabled) if
21 which will enable this option implicitly.
H A Dbuild-options.rst34 - ``ARM_ARCH_FEATURE``: Optional Arm Architecture build option which specifies
35 one or more feature modifiers. This option has the form ``[no]feature+...``
36 and defaults to ``none``. It translates into compiler option
55 - ``BL2``: This is an optional build option which specifies the path to BL2
59 - ``BL2U``: This is an optional build option which specifies the path to
62 - ``RESET_TO_BL2``: Boolean option to enable BL2 entrypoint as the CPU reset
71 - ``BL2_ENABLE_SP_LOAD``: Boolean option to enable loading SP packages from the
76 the RW sections in RAM, while leaving the RO sections in place. This option
77 enable this use-case. For now, this option is only supported
80 - ``BL31``: This is an optional build option which specifies the path to
[all …]
/rk3399_ARM-atf/tools/encrypt_fw/include/
H A Dcmd_opt.h22 struct option long_opt;
28 const struct option *cmd_opt_get_array(void);
/rk3399_ARM-atf/tools/cert_create/include/
H A Dcmd_opt.h23 struct option long_opt;
29 const struct option *cmd_opt_get_array(void);
/rk3399_ARM-atf/tools/cert_create/src/
H A Dcmd_opt.c15 static struct option long_opt[CMD_OPT_MAX_NUM+1];
38 const struct option *cmd_opt_get_array(void) in cmd_opt_get_array()
/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dcmd_opt.c15 static struct option long_opt[CMD_OPT_MAX_NUM+1];
38 const struct option *cmd_opt_get_array(void) in cmd_opt_get_array()
H A Dmain.c37 static void print_help(const char *cmd, const struct option *long_opt) in print_help()
40 const struct option *opt; in print_help()
139 const struct option *cmd_opt; in main()
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c314 uint32_t option; in set_hw_filter() local
318 option = tc[tc_id].hw_filter & 0x7; in set_hw_filter()
327 option = (option << 9) | (option << 6) | (option << 3) | option; in set_hw_filter()
329 mmio_write_32(LVTSMSRCTL0_0 + base, option); in set_hw_filter()
/rk3399_ARM-atf/docs/components/
H A Dactivity-monitors.rst9 When the ``ENABLE_FEAT_AMU=1`` build option is provided, Trusted Firmware-A
20 build option.
H A Dsecure-partition-manager.rst75 - **SPD=spmd**: this option selects the SPMD component to relay the FF-A
77 enable another Secure Payload Dispatcher when this option is chosen.
78 - **SPMD_SPM_AT_SEL2**: this option adjusts the SPMC exception
81 - **SPMC_AT_EL3**: this option adjusts the SPMC exception level to being
86 - **SPMC_AT_EL3_SEL0_SP**: this option enables the support to load SEL0 SP
88 - **SP_LAYOUT_FILE**: this option specifies a text description file
117 - BL32 option is re-purposed to specify the SPMC image. It can specify either
120 - BL33 option can specify the TFTF binary or a normal world loader
/rk3399_ARM-atf/plat/arm/board/common/
H A Dboard_common.mk30 option instead)
36 option instead)
43 option instead)
50 option instead)
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mp2.rst28 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
43 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
59 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
H A Dstm32mp1.rst25 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
40 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-tbbr.rst5 TRUSTED_BOARD_BOOT option can be enabled by specifying TRUSTED_BOARD_BOOT=1 on command line during …
16 -- NXP CST tool gives an option to generate it.
26 -- NXP CST tool gives an option to generate the RSA key pair and its hash.
47 - To use this option user needs to specify mbedtld dir path in MBEDTLS_DIR.
90 - This option is automatically selected when TRUSTED_BOARD_BOOT is set but MBEDTLS_DIR path is not …
133 - Compilation Steps with build option for generic image processing filters to prepend CSF header:
/rk3399_ARM-atf/make_helpers/
H A Dtoolchain.mk443 toolchain-ld-option = $(call toolchain-ld-option-$($(1)-ld-id),$(1),$(2))
444 toolchain-ld-option-gnu-gcc = $(if $\
447 toolchain-ld-option-gnu-ld = $(shell $($(1)-ld) $(2) --help >/dev/null 2>&1 && $\
450 toolchain-ld-option-llvm-clang = $(shell $($(1)-ld) $(target-flag-$(1)-llvm-clang) $\
453 toolchain-ld-option-llvm-lld = $(shell $($(1)-ld) $(2) --help >/dev/null 2>&1 && $\
456 toolchain-ld-option-arm-clang = $(shell $($(1)-ld) $(target-flag-$(1)-arm-clang) $\
459 toolchain-ld-option-arm-link = $(shell $($(1)-ld) $(2) --help >/dev/null 2>&1 && $\
/rk3399_ARM-atf/docs/components/spd/
H A Doptee-dispatcher.rst12 boot via an SMC call by enabling the option for OPTEE_ALLOW_SMC_LOAD that was
14 depending upon the platform configuration. If using that option, be sure to
/rk3399_ARM-atf/docs/plat/
H A Drpi5.rst35 - ``RPI3_PRELOADED_DTB_BASE``: This option allows to specify the fixed address of
40 runtime messages or not. ``-1`` (default) disables the option, any other value
57 ``kernel8.img``, which can be overridden by adding a ``kernel=filename`` option
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dbuild.rst73 Production TF-A images should be built without this debug option!
146 option.
148 This option is by default enabled.
188 …This option is now disabled by default. In past this option has different name "HANDLE_EA_EL3_FIRS…
199 repository). If this option is enabled but the firmware does not support this command,
202 This option is needed on Turris MOX as a workaround to a HW bug which causes reset to
208 TF-A will setup PM wake up src configuration. This option is disabled by default.
278 folder, which is the next option. If the default image is OK, then this
279 option should be skipped.
303 specified in MV_DDR_PATH option.
[all …]
/rk3399_ARM-atf/docs/design/
H A Dalt-boot-flows.rst55 To help in the latter scenario, the ``SPIN_ON_BL1_EXIT=1`` build option can be
73 For this option to be used, the ``PRELOADED_BL33_BASE`` build option has to be

123