Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 72) sorted by relevance

123

/rk3399_ARM-atf/drivers/brcm/emmc/
H A Demmc_csl_sdcmd.c38 uint32_t options; in sd_cmd1() local
41 options = SD_CMDR_RSP_TYPE_R3_4 << SD_CMDR_RSP_TYPE_S; in sd_cmd1()
49 res = send_cmd(handle, SD_CMD_SEND_OPCOND, ocr, options, &resp); in sd_cmd1()
59 uint32_t options; in sd_cmd2() local
63 options = SD_CMDR_RSP_TYPE_R2 << SD_CMDR_RSP_TYPE_S; in sd_cmd2()
65 return send_cmd(handle, SD_CMD_ALL_SEND_CID, 0, options, &resp); in sd_cmd2()
71 uint32_t options = 0; in sd_cmd3() local
79 options = SD_CMDR_RSP_TYPE_R1_5_6 << SD_CMDR_RSP_TYPE_S | in sd_cmd3()
84 res = send_cmd(handle, SD_CMD_MMC_SET_RCA, argument, options, &resp); in sd_cmd3()
95 uint32_t argument, options; in sd_cmd7() local
[all …]
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-internals.rst4 |TF-A| internally uses certain options that are not exposed directly through
5 :ref:`build-options <build options>` but enabled or disabled indirectly and
6 depends on certain options to be enabled or disabled.
H A Dindex.rst12 build-options
H A Dinitial-build.rst68 options.
86 debug version instead, refer to the "Debugging options" section below.
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) { argument
35 return first + options.fn(this).replace(/\n(?!\s*\n)/gm, `\n${nth}`).trim() + "\n";
70 Handlebars.registerHelper("tf-a-notes", function (noteGroups, options) { argument
104 Handlebars.registerHelper("tf-a-commits", function (commitGroups, options) { argument
/rk3399_ARM-atf/docs/plat/arm/
H A Dindex.rst13 arm-build-options
/rk3399_ARM-atf/docs/process/
H A Dsecurity-hardening.rst5 including build options that can be modified to improve security or catch issues
121 Build options
124 Several build options can be used to check for security issues. Refer to the
134 options to detect potentially incorrect code. TF-A is tested with ``W=0`` but
139 options:
/rk3399_ARM-atf/tools/fiptool/
H A Dwin_posix.h163 char *options);
/rk3399_ARM-atf/docs/plat/
H A Drpi5.rst26 The following build options are supported:
50 No other config options or files are required by the firmware alone, this will
63 options may be necessary.
H A Dallwinner.rst41 Platform-specific build options
44 The default build options should generate a working firmware image. There are
45 some build options that allow to fine-tune the firmware, or to disable support
H A Drz-a3.rst39 The TF-A build options depend on the target board so you will have to
H A Drpi4.rst20 There are no real configuration options at this point, so there is only
33 Other options that should be set in ``config.txt`` to properly boot 64-bit
H A Dsocionext-uniphier.rst86 To enable TBB, add the following options to the build command::
102 To enable BL32, add the following options to the build command::
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-tbbr.rst18 Use the below command from directory 'cst', with correct options.
28 Use the below command from directory 'cst', with correct options.
38 Two options are provided for TRUSTED_BOARD_BOOT:
105 - To change the input file , user can use the options BL33_INPUT_FILE, BL32_INPUT_FILE, BL31_INPUT_…
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dindex.rst20 fvp-build-options
H A Dfvp-build-options.rst12 explained in the options below:
35 file in ``fdts/`` folder depending on other build options. But some cases,
H A Dfvp-support.rst13 parameter options.
67 `Arm's website`_ for download options of all FVPs.
H A Dfvp-specific-configs.rst94 The options ``INITRD_SIZE`` or ``INITRD_PATH`` triggers the insertion of initrd
98 The options available here are:
202 or ``FVP_HW_CONFIG_DTS`` build options (refer to
203 :ref:`build_options_arm_fvp_platform` for details on the options).
/rk3399_ARM-atf/plat/mediatek/build_helpers/
H A Dmtk_build_helpers.mk93 MTK_OPTIONS := $(MTK_PLAT)/build_helpers/options.mk
/rk3399_ARM-atf/docs/plat/marvell/armada/misc/
H A Dmvebu-iob.rst30 Target ID options
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dbuild.rst54 There are several build options:
126 CN913x specific build options:
137 A7K/A8K/CN913x specific build options:
158 Globalscale MOCHAbin specific build options:
169 Armada37x0 specific build options:
214 Armada37x0 specific build options for ``mrvl_flash`` and ``mrvl_uart`` targets:
287 clocks according to DDR_TOPOLOGY and CLOCKSPRESET options.
401 For more information about build options, please refer to the
/rk3399_ARM-atf/include/drivers/nxp/ddr/s32cc/
H A Dddr_utils.h222 uint32_t post_train_setup(uint8_t options);
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager.rst68 TF-A build options
71 This section explains the TF-A build options involved in building with
105 Other combinations of such build options either break the build or are not
286 Secure Partition live activation is guarded by few build options `[8]`_.
321 [8] :ref:`SP Live Activation build options<sp_live_activation_build_options>`
/rk3399_ARM-atf/include/drivers/brcm/emmc/
H A Demmc_csl_sdcmd.h167 uint32_t argument, uint32_t options, struct sd_resp *resp);
/rk3399_ARM-atf/docs/design_documents/
H A Ddtpm_drivers.rst67 Build time config options
79 Ideally there should be four options:

123