second_stage_start_address | string | String parameter for the start address of the second stage sNVM initialization client. Specified as a 32-bit hexadecimal string.The second stage client is always placed in sNVM, so it must be a valid sNVM address aligned on a page boundary. This address will be between 0 and DB00. There are 221 sNVM pages and each page is 256 bytes long. The last two pages are reserved for the first stage initialization client so they are not available for the second stage initialization client. |
third_stage_start_address | string | The memory where the third stage initialization client will be placed. The value can be UPROM, SNVM, or SPIFLASH_NONAUTH. The default is sNVM. This parameter determines the valid value for parameter ‘third_stage_start_address’. |
third_stage_memory_type | string | String parameter for the start address of the third stage initialization client. Specified as a 32-bit hexadecimal string, and must be one of the following: - valid sNVM address aligned on a page boundary.
- valid UPROM address aligned on a block boundary.
- valid SPIFLASH address.
|
third_stage_spi_clock_divider | integer | The value can be 1, 2, 4, or 6. The default value is 1. |
init_timeout | integer | Timeout value in seconds. Initialization is aborted if it does not complete before timeout expires. The value can be between 1 and 128. The default value is 128. |
custom_cfg_file | string | Specifies the user_specified configuration file to be loaded in. |