Home
last modified time | relevance | path

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

123

/tf-a-ffa_el3_spmc/tools/encrypt_fw/include/
A Dcmd_opt.h22 struct option long_opt;
28 const struct option *cmd_opt_get_array(void);
/tf-a-ffa_el3_spmc/tools/cert_create/include/
A Dcmd_opt.h23 struct option long_opt;
29 const struct option *cmd_opt_get_array(void);
/tf-a-ffa_el3_spmc/tools/fiptool/
A Dwin_posix.h69 struct option { struct
173 const struct option *longopts,
185 const struct option *longopts,
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()
A Dfiptool.c424 static struct option *add_opt(struct option *opts, size_t *nr_opts, in add_opt()
438 static struct option *fill_common_opts(struct option *opts, size_t *nr_opts, in fill_common_opts()
678 struct option *opts = NULL; in create_cmd()
779 struct option *opts = NULL; in update_cmd()
899 struct option *opts = NULL; in unpack_cmd()
1041 struct option *opts = NULL; in remove_cmd()
1226 static struct option opts[] = { in main()
/tf-a-ffa_el3_spmc/docs/plat/arm/
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>``
30 values before jumping to BL33. This option defaults to 0 (disabled). For
35 option.
41 this flag is 0. Note that this option is not used on FVP platforms.
54 must be specified using the ``ROT_KEY`` option when building the Trusted
69 use this option, ``arm_rotprivk_ecdsa.pem`` must be specified as
80 - ``tsram`` : Trusted SRAM (default option when TBB is not enabled)
89 - ``ARM_CRYPTOCELL_INTEG`` : bool option to enable TF-A to invoke Arm®
[all …]
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dbuild-options.rst35 and defaults to ``none``. It translates into compiler option
107 | Value | GCC option | PAuth | BTI |
120 This option defaults to 0 and this is an experimental feature.
270 instrumented. Enabling this option enables the ``ENABLE_PMF`` build option
539 This option is disabled by default.
602 cannot be enabled when the ``SPM_MM`` option is enabled.
640 ``GENERATE_COT`` option.
743 This boolean option enables errata for all below CPUs.
791 This option defaults to 0.
794 functionality. This option defaults to 0
[all …]
/tf-a-ffa_el3_spmc/tools/cert_create/src/
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()
A Dmain.c97 static void print_help(const char *cmd, const struct option *long_opt) in print_help()
100 const struct option *opt; in print_help()
304 const struct option *cmd_opt; in main()
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/
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()
A Dmain.c35 static void print_help(const char *cmd, const struct option *long_opt) in print_help()
38 const struct option *opt; in print_help()
137 const struct option *cmd_opt; in main()
/tf-a-ffa_el3_spmc/plat/arm/board/common/
A Dboard_common.mk26 option instead)
34 option instead)
/tf-a-ffa_el3_spmc/lib/locks/exclusive/aarch64/
A Dspinlock.S14 #error USE_SPINLOCK_CAS option requires at least an ARMv8.1 platform
/tf-a-ffa_el3_spmc/docs/design/
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
A Dtrusted-board-boot-build.rst36 document. To select a different one, use the ``COT`` build option.
40 ``ARM_ROTPK_LOCATION`` build option):
46 option ``bp.trusted_key_storage.public_key`` when launching the model.
A Dreset-design.rst48 This option only affects the TF-A reset image, which is BL1 by default or BL31 if
70 option only affects the TF-A reset image, which is BL1 by default or BL31 if
100 TF-A provides a build-time option ``RESET_TO_BL31`` that includes some additional
/tf-a-ffa_el3_spmc/docs/plat/arm/fvp/
A Dindex.rst85 file system image an additional FVP configuration option
94 FVPs can be launched with ``--cadi-server`` option such that a
101 the models. The models can be launched with ``-Q 100`` option if they are
125 a single cluster. This option defaults to 4.
128 in the system. This option defaults to 1. Note that the build option
134 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
141 and this option is needed to specify the appropriate DTS file.
144 FIP. See :ref:`Firmware Design` for details on HW_CONFIG. This option is
146 HW_CONFIG blob instead of the DTS file. This option is useful to override
150 inactive/fused CPU cores as read-only. The default value of this option
[all …]
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/
A Dbuild.rst144 option.
146 This option is by default enabled.
164 repository). If this option is enabled but the firmware does not support this command,
167 This option is needed on Turris MOX as a workaround to a HW bug which causes reset to
173 TF-A will setup PM wake up src configuration. This option is disabled by default.
243 folder, which is the next option. If the default image is OK, then this
244 option should be skipped.
268 specified in MV_DDR_PATH option.
276 directory. If this option is specified then Crypto++ source code in
345 When set this option to enable secondary recovery function when build atf.
/tf-a-ffa_el3_spmc/plat/nxp/common/fip_handler/fuse_fip/
A Dfuse.mk61 …$(error Error: Trusted Board Boot with X509 certificates not supported with FUSE_PROG build option)
/tf-a-ffa_el3_spmc/docs/plat/
A Dstm32mp1.rst19 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
A Drpi3.rst205 By default this option is 0, which means that TF-A will jump to BL33 in EL2
211 needed in the build command line if this option is used. Specially useful
221 This option can be combined with ``RPI3_BL33_IN_AARCH32`` in order to boot a
222 32-bit kernel. The only thing this option does is to set the arguments in
225 - ``RPI3_PRELOADED_DTB_BASE``: Auxiliary build option needed when using
226 ``RPI3_DIRECT_LINUX_BOOT=1``. This option allows to specify the location of a
235 to be able to run Windows on ARM64. This option, which is disabled by
269 Build the Trusted Firmware with option ``BL32=tee-header_v2.bin
280 - ``TRUSTED_BOARD_BOOT``: This port supports TBB. Set this option to 1 to enable
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-3.rst39 images on platforms that enable the ``SEPARATE_CODE_AND_RODATA`` build option,
51 the ``DEVICE2_BASE`` build option is used.
A Dsecurity-advisory-tfv-4.rst60 - Platform code uses TF BL1 with the ``TRUSTED_BOARD_BOOT`` build option.
65 - TF BL1 is compiled with the ``ARCH=aarch32`` build option.
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/
A Dindex.rst30 - ``SUPPORT_UNKNOWN_MPID`` : Boolean option to allow unknown MPIDR registers.
33 churn. With this option, the code will fall back to some basic CPU support
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager.rst132 - **SPD=spmd**: this option selects the SPMD component to relay the FF-A
134 enable another Secure Payload Dispatcher when this option is chosen.
135 - **SPMD_SPM_AT_SEL2**: this option adjusts the SPMC exception
138 - **CTX_INCLUDE_EL2_REGS**: this option permits saving (resp.
143 - **SP_LAYOUT_FILE**: this option specifies a text description file
168 - The ``CTX_INCLUDE_EL2_REGS`` option provides the generic support for
170 it is decoupled from the ``SPD=spmd`` option.
171 - BL32 option is re-purposed to specify the SPMC image. It can specify either
174 - BL33 option can specify the TFTF binary or a normal world loader

Completed in 42 milliseconds

123