Home
last modified time | relevance | path

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

123

/trusted-firmware-a-3.7.0/drivers/brcm/emmc/
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 …]
Demmc_pboot_hal_memory_drv.c250 uint32_t options, struct sd_resp *resp) in send_sdio_cmd() argument
259 return send_cmd(sd_handle, cmdIndex, argument, options, resp); in send_sdio_cmd()
/trusted-firmware-a-3.7.0/docs/getting_started/
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.
Dindex.rst12 build-options
Dinitial-build.rst68 options.
86 debug version instead, refer to the "Debugging options" section below.
Dbuild-options.rst4 The TF-A build system supports the following build options. Unless mentioned
5 otherwise, these options are expected to be specified at the build command
7 build system doesn't track dependency for build options. Therefore, if any of
8 the build options are changed from a previous build, a clean build must be
13 Common build options
118 The table below summarizes ``BRANCH_PROTECTION`` values, GCC compilation options
149 - ``CFLAGS``: Extra user options appended on the compiler's command line in
150 addition to the options set by the build system.
171 present or specified. Allowed options are '0' or '1'. Default is '1'.
642 - ``LDFLAGS``: Extra user options appended to the linkers' command line in
[all …]
/trusted-firmware-a-3.7.0/tools/conventional-changelog-tf-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
/trusted-firmware-a-3.7.0/docs/plat/arm/
Dindex.rst14 arm-build-options
/trusted-firmware-a-3.7.0/tools/fiptool/
Dwin_posix.h163 char *options);
/trusted-firmware-a-3.7.0/docs/process/
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:
/trusted-firmware-a-3.7.0/docs/plat/nxp/
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:
103 - To change the input file , user can use the options BL33_INPUT_FILE, BL32_INPUT_FILE, BL31_INPUT_…
/trusted-firmware-a-3.7.0/docs/plat/arm/fvp_r/
Dindex.rst36 Enable TBBR by adding the following options to the make command:
/trusted-firmware-a-3.7.0/plat/mediatek/build_helpers/
Dmtk_build_helpers.mk103 MTK_OPTIONS := $(MTK_PLAT)/build_helpers/options.mk
/trusted-firmware-a-3.7.0/docs/plat/marvell/armada/misc/
Dmvebu-iob.rst30 Target ID options
/trusted-firmware-a-3.7.0/docs/plat/
Dxilinx-versal-net.rst27 Xilinx Versal NET platform specific build options
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
Dxilinx-versal.rst37 Xilinx Versal platform specific build options
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
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::
/trusted-firmware-a-3.7.0/docs/plat/marvell/armada/
Dbuild.rst52 There are several build options:
123 CN913x specific build options:
134 A7K/A8K/CN913x specific build options:
155 Globalscale MOCHAbin specific build options:
166 Armada37x0 specific build options:
211 Armada37x0 specific build options for ``mrvl_flash`` and ``mrvl_uart`` targets:
284 clocks according to DDR_TOPOLOGY and CLOCKSPRESET options.
398 For more information about build options, please refer to the
/trusted-firmware-a-3.7.0/include/drivers/brcm/emmc/
Demmc_csl_sdcmd.h167 uint32_t argument, uint32_t options, struct sd_resp *resp);
Demmc_chal_sd.h179 uint32_t arg, uint32_t options);
/trusted-firmware-a-3.7.0/tools/nxp/create_pbl/
DREADME16 ./create_pbl [options] (mentioned below):
/trusted-firmware-a-3.7.0/fdts/
Dstm32mp13-ddr3-1x4Gb-1066-binF.dtsi15 * Scheduling/QoS options : type = 6
/trusted-firmware-a-3.7.0/docs/plat/arm/tc/
Dindex.rst48 Enable TBBR by adding the following options to the make command:

123