Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 84) sorted by relevance

1234

/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp-ve/
A Dindex.rst.txt32 Make the .config file using the command:
38 Make the u-boot binary for Cortex-A5 using the command:
44 Make the u-boot binary for Cortex-A7 using the command:
53 The make command for Cortex-A5 is:
61 The make command for Cortex-A7 is:
/trusted-firmware-a/docs/plat/arm/fvp-ve/
A Dindex.rst32 Make the .config file using the command:
38 Make the u-boot binary for Cortex-A5 using the command:
44 Make the u-boot binary for Cortex-A7 using the command:
53 The make command for Cortex-A5 is:
61 The make command for Cortex-A7 is:
/trusted-firmware-a/plat/amlogic/common/
A Daml_scpi.c34 static inline uint32_t aml_scpi_cmd(uint32_t command, uint32_t size) in aml_scpi_cmd() argument
36 return command | (size << SIZE_SHIFT); in aml_scpi_cmd()
39 static void aml_scpi_secure_message_send(uint32_t command, uint32_t size) in aml_scpi_secure_message_send() argument
41 aml_mhu_secure_message_send(aml_scpi_cmd(command, size)); in aml_scpi_secure_message_send()
/trusted-firmware-a/docs/plat/
A Dqti.rst29 The build command looks like
35 Additional QTISECLIB_PATH=<path to qtiseclib> can be added in build command.
36 if QTISECLIB_PATH is not added in build command stub implementation of qtiseclib
A Drockchip.rst36 For AARCH64 architectures the build command looks like
40 while AARCH32 needs a slightly different command
A Dsocionext-uniphier.rst86 To enable TBB, add the following options to the build command::
96 To include SCP BL2, add the following option to the build command::
102 To enable BL32, add the following options to the build command::
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dqti.rst.txt29 The build command looks like
35 Additional QTISECLIB_PATH=<path to qtiseclib> can be added in build command.
36 if QTISECLIB_PATH is not added in build command stub implementation of qtiseclib
A Drockchip.rst.txt36 For AARCH64 architectures the build command looks like
40 while AARCH32 needs a slightly different command
A Dsocionext-uniphier.rst.txt86 To enable TBB, add the following options to the build command::
96 To include SCP BL2, add the following option to the build command::
102 To enable BL32, add the following options to the build command::
/trusted-firmware-a/plat/arm/board/common/protpk/
A DREADME5 generated using the openssl command line tool:
11 command line tool:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/arm_fpga/
A Dindex.rst.txt46 The DT gets amended by the code, to potentially add a command line and
52 - ``FPGA_PRELOADED_CMD_LINE`` : Physical address of the command line to
54 a command line can be put somewhere into memory, so that BL31 will
57 actual command line.
61 containing the desired command line, prefixed by the "CMD:" signature.
72 make command line:
89 a Linux initrd image file and possibly a command line:
/trusted-firmware-a/docs/plat/arm/arm_fpga/
A Dindex.rst46 The DT gets amended by the code, to potentially add a command line and
52 - ``FPGA_PRELOADED_CMD_LINE`` : Physical address of the command line to
54 a command line can be put somewhere into memory, so that BL31 will
57 actual command line.
61 containing the desired command line, prefixed by the "CMD:" signature.
72 make command line:
89 a Linux initrd image file and possibly a command line:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dtrusted-board-boot-build.rst.txt28 #. To build the FIP image, ensure the following command line variables are set
45 are also read-only, but the value can be specified using the command line
58 Example of command line using RSA development keys:
76 command line. On Arm development platforms like Juno, these are:
81 Example of Juno command line for generating both ``fwu`` and ``fwu_fip``
99 to the command line above.
/trusted-firmware-a/docs/design/
A Dtrusted-board-boot-build.rst28 #. To build the FIP image, ensure the following command line variables are set
45 are also read-only, but the value can be specified using the command line
58 Example of command line using RSA development keys:
76 command line. On Arm development platforms like Juno, these are:
81 Example of Juno command line for generating both ``fwu`` and ``fwu_fip``
99 to the command line above.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Ddocs-build.rst.txt49 install the packages globally and this will likely require the command to be run
60 running the following command.
73 directory of the project, run the following command to see the supported
75 the command is run from the project root directory, as that would invoke the
98 The above command fetches the ``sphinxdoc/sphinx`` container from `docker
A Dtools-build.rst.txt116 command:
123 'cert_create' tool can be built with the following command. Note that the target
132 verbose. The following command should be used to obtain help about the tool:
145 it can also be built separately with the following command:
152 verbose. The following command should be used to obtain help about the tool:
/trusted-firmware-a/docs/getting_started/
A Ddocs-build.rst49 install the packages globally and this will likely require the command to be run
60 running the following command.
73 directory of the project, run the following command to see the supported
75 the command is run from the project root directory, as that would invoke the
98 The above command fetches the ``sphinxdoc/sphinx`` container from `docker
A Dtools-build.rst116 command:
123 'cert_create' tool can be built with the following command. Note that the target
132 verbose. The following command should be used to obtain help about the tool:
145 it can also be built separately with the following command:
152 verbose. The following command should be used to obtain help about the tool:
/trusted-firmware-a/drivers/mentor/i2c/
A Dmi2cv.c193 static int mentor_i2c_address_set(uint8_t chain, int command) in mentor_i2c_address_set() argument
198 reg |= command; in mentor_i2c_address_set()
215 if (((status != I2C_STATUS_ADDR_R_ACK) && (command == I2C_CMD_READ)) || in mentor_i2c_address_set()
216 ((status != I2C_STATUS_ADDR_W_ACK) && (command == I2C_CMD_WRITE))) { in mentor_i2c_address_set()
222 status, (command == I2C_CMD_WRITE) ? "Write" : "Read"); in mentor_i2c_address_set()
/trusted-firmware-a/docs/plat/nxp/
A Dnxp-ls-tbbr.rst5 TRUSTED_BOARD_BOOT option can be enabled by specifying TRUSTED_BOARD_BOOT=1 on command line during …
18 Use the below command from directory 'cst', with correct options.
28 Use the below command from directory 'cst', with correct options.
58 …or this to work, file name for cert and keys are provided as part of compilation or build command.
60 --- default file names will be used, incase not provided as part compilation or build command.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/nxp/
A Dnxp-ls-tbbr.rst.txt5 TRUSTED_BOARD_BOOT option can be enabled by specifying TRUSTED_BOARD_BOOT=1 on command line during …
18 Use the below command from directory 'cst', with correct options.
28 Use the below command from directory 'cst', with correct options.
58 …or this to work, file name for cert and keys are provided as part of compilation or build command.
60 --- default file names will be used, incase not provided as part compilation or build command.
/trusted-firmware-a/drivers/brcm/
A Docotp.c77 static inline void set_command(uint32_t base, uint32_t command) in set_command() argument
79 mmio_write_32(base + OTPC_COMMAND_OFFSET, command & OTPC_CMD_MASK); in set_command()
/trusted-firmware-a/tools/nxp/create_pbl/
A DREADME34 command for chassis >=3.)
57 make <compilation command......> pbl RCW=<Path_to_RCW_File>/<rcw_file_name.bin>
/trusted-firmware-a/drivers/brcm/i2c/
A Di2c.c66 uint8_t command; member
230 __func__, info->devaddr, info->cmd_valid, info->command, in iproc_i2c_write_trans_data()
288 info->command); in iproc_i2c_write_trans_data()
468 info->command = (uint8_t)cmd; in iproc_i2c_fill_info()
/trusted-firmware-a/drivers/marvell/comphy/
A Dphy-comphy-cp110.h98 uint32_t comphy_mode, uint32_t command);

Completed in 45 milliseconds

1234