| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 30 @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 D | fvp-build-options.rst | 8 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 D | fvp-support.rst | 76 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 D | arm-build-options.rst | 7 - ``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 22 trees from the FIP. The option depends on RESET_TO_BL2. 24 - ``ARM_DISABLE_TRUSTED_WDOG``: boolean option to disable the Trusted Watchdog. 33 have specific values at boot. This boolean option allows the Trusted Firmware 35 values before jumping to BL33. This option defaults to 0 (disabled). When 37 ``PRELOADED_BL33_BASE`` option. Additionally, either the ``HW_CONFIG_BASE`` 38 or ``ARM_PRELOADED_DTB_BASE`` option must specify the memory location of a [all …]
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | win_posix.h | 69 struct option { struct 173 const struct option *longopts, 185 const struct option *longopts,
|
| H A D | win_posix.c | 158 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 D | build-internals.rst | 10 - ``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 D | build-options.rst | 34 - ``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_INV_DCACHE``: This is an optional build option which control dcache 74 crashing. Leaving this option to '1' (default) will allow the operation. 75 This option is only relevant when BL2 is set to run at EL3. 77 - ``BL2_ENABLE_SP_LOAD``: Boolean option to enable loading SP packages from the [all …]
|
| /rk3399_ARM-atf/tools/encrypt_fw/include/ |
| H A D | cmd_opt.h | 22 struct option long_opt; 28 const struct option *cmd_opt_get_array(void);
|
| /rk3399_ARM-atf/tools/cert_create/include/ |
| H A D | cmd_opt.h | 23 struct option long_opt; 29 const struct option *cmd_opt_get_array(void);
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | cmd_opt.c | 15 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 D | cmd_opt.c | 15 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 D | main.c | 37 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 D | thermal_lvts.c | 314 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/plat/arm/board/common/ |
| H A D | board_common.mk | 30 option instead) 36 option instead) 43 option instead) 50 option instead)
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | activity-monitors.rst | 9 When the ``ENABLE_FEAT_AMU`` build option is enabled, Trusted Firmware-A 24 build option.
|
| H A D | secure-partition-manager.rst | 75 - **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/docs/plat/st/ |
| H A D | stm32mp2.rst | 28 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 D | stm32mp1.rst | 25 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/make_helpers/ |
| H A D | toolchain.mk | 443 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 D | optee-dispatcher.rst | 12 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/nxp/ |
| H A D | nxp-ls-tbbr.rst | 5 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 - Enable this option by setting ``NXP_TBBR_USE_X509=1`` on the make command line. 135 - Compilation Steps with build option for generic image processing filters to prepend CSF header:
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rpi5.rst | 35 - ``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 D | build.rst | 76 Production TF-A images should be built without this debug option! 149 option. 151 This option is by default enabled. 191 …This option is now disabled by default. In past this option has different name "HANDLE_EA_EL3_FIRS… 202 repository). If this option is enabled but the firmware does not support this command, 205 This option is needed on Turris MOX as a workaround to a HW bug which causes reset to 211 TF-A will setup PM wake up src configuration. This option is disabled by default. 281 folder, which is the next option. If the default image is OK, then this 282 option should be skipped. 306 specified in MV_DDR_PATH option. [all …]
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | alt-boot-flows.rst | 55 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
|