![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
Host request to confirm SPI flash operation. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_CONFIRM_FLASHED_SPI. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | challenge_data |
| Challenge data for confirmation. | |
Host request to confirm SPI flash operation.
Messages of this type are processed by confirm_flashed_spi_handler.
Challenge message issued from tt-flash to confirm a firmware update.
| uint32_t confirm_flashed_spi_rqst::challenge_data |
Challenge data for confirmation.
| uint8_t confirm_flashed_spi_rqst::command_code |
The command code corresponding to TT_SMC_MSG_CONFIRM_FLASHED_SPI.
| uint8_t confirm_flashed_spi_rqst::pad[3] |
Three bytes of padding.