/trusted-firmware-a-3.7.0/docs/plat/arm/fvp-ve/ |
D | index.rst | 32 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-3.7.0/plat/arm/board/common/protpk/ |
D | README | 5 generated using the openssl command line tool: 11 command line tool:
|
/trusted-firmware-a-3.7.0/plat/arm/board/common/swd_rotpk/ |
D | README | 5 generated using the openssl command line tool: 11 command line tool:
|
/trusted-firmware-a-3.7.0/docs/plat/ |
D | qti.rst | 29 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
|
D | rockchip.rst | 36 For AARCH64 architectures the build command looks like 40 while AARCH32 needs a slightly different command
|
D | xilinx-zynqmp.rst | 62 provide it through the build command as above. 73 to the build command as follows, 87 the build command example is; 163 - when <CUSTOM_PKG_PATH> is specified in TF-A build command, 166 - TF-A build command:
|
D | socionext-uniphier.rst | 86 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::
|
D | nvidia-tegra.rst | 80 the image, pass 'SPD=tlkd' on the command line while preparing a bl31 image. 82 'SPD=trusty' on the command line while preparing a bl31 image. 113 to the build command line.
|
D | qemu-sbsa.rst | 5 Armv8-A. While running Qemu from command line, we need to supply two Flash
|
/trusted-firmware-a-3.7.0/plat/amlogic/common/ |
D | aml_scpi.c | 34 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-3.7.0/plat/st/common/ |
D | stm32cubeprogrammer_uart.c | 140 static int uart_receive_command(uint8_t *command) in uart_receive_command() argument 160 *command = byte; in uart_receive_command() 185 *command = byte; in uart_receive_command() 405 uint8_t command = 0U; in uart_read() local 415 ret = uart_receive_command(&command); in uart_read() 430 switch (command) { in uart_read()
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | docs-build.rst | 48 its location and the Python version, with the command: 70 directory of the project, run the following command to see the supported 93 Once all the dependencies are installed, run the command ``poetry run make -C 100 The command ``poetry run`` used in the steps above executes the input command 102 virtual environment is with the ``poetry shell`` command. 134 The above command fetches the ``sphinxdoc/sphinx`` container from `docker
|
D | tools-build.rst | 8 this, use the ``OPENSSL_DIR`` variable after the ``make`` command to 125 command: 132 'cert_create' tool can be built with the following command. Note that the target 141 verbose. The following command should be used to obtain help about the tool: 154 it can also be built separately with the following command: 161 verbose. The following command should be used to obtain help about the tool:
|
/trusted-firmware-a-3.7.0/docs/plat/arm/arm_fpga/ |
D | index.rst | 46 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-3.7.0/drivers/mentor/i2c/ |
D | mi2cv.c | 193 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-3.7.0/docs/components/spd/ |
D | pnc-dispatcher.rst | 10 to the build command.
|
/trusted-firmware-a-3.7.0/docs/design/ |
D | trusted-board-boot-build.rst | 28 #. To build the FIP image, ensure the following command line variables are set 52 are also read-only, but the value can be specified using the command line 68 Example of command line using RSA development keys: 86 command line. On Arm development platforms like Juno, these are: 91 Example of Juno command line for generating both ``fwu`` and ``fwu_fip`` 109 to the command line above.
|
/trusted-firmware-a-3.7.0/drivers/brcm/ |
D | ocotp.c | 77 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-3.7.0/docs/plat/nxp/ |
D | nxp-ls-tbbr.rst | 5 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-3.7.0/tools/nxp/create_pbl/ |
D | README | 34 command for chassis >=3.) 57 make <compilation command......> pbl RCW=<Path_to_RCW_File>/<rcw_file_name.bin>
|
/trusted-firmware-a-3.7.0/tools/memory/memory/ |
D | memmap.py | 16 @click.command()
|
/trusted-firmware-a-3.7.0/drivers/marvell/comphy/ |
D | phy-comphy-cp110.h | 98 uint32_t comphy_mode, uint32_t command);
|
/trusted-firmware-a-3.7.0/drivers/brcm/i2c/ |
D | i2c.c | 66 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-3.7.0/docs/plat/arm/fvp_r/ |
D | index.rst | 36 Enable TBBR by adding the following options to the make command:
|
/trusted-firmware-a-3.7.0/docs/plat/marvell/armada/ |
D | build.rst | 195 TF-A will send command 0x0009 with a magic value via the rWTM mailbox interface to the 198 ignore the 0x0009 command (which is true for the firmware from A3700-utils-marvell 199 repository). If this option is enabled but the firmware does not support this command, 256 Requires full initialization and command sequence 322 via command ``apt install libcrypto++-dev`` and specify CRYPTOPP_LIBDIR 331 via command ``apt install libcrypto++-dev`` and specify CRYPTOPP_INCDIR 343 the image boot from SPI NOR flash partition 0, and the image is non trusted in WTP, the command 354 To build just TF-A without WTMI image (useful for A3720 Turris MOX board), run following command: 433 using the following command
|