![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
Tenstorrent SMC Remote Processor APIs. More...
Go to the source code of this file.
Functions | |
| int | tt_smc_remoteproc_boot (const struct device *dev, uint64_t addr, uint8_t *img_data, size_t img_size) |
| Boot SMC remote processor. | |
Tenstorrent SMC Remote Processor APIs.
| int tt_smc_remoteproc_boot | ( | const struct device * | dev, |
| uint64_t | addr, | ||
| uint8_t * | img_data, | ||
| size_t | img_size ) |
Boot SMC remote processor.
Load an image to SMC remote processor SRAM, and boot it
| dev | Pointer to the tt_smc_remoteproc device |
| addr | Address to load the image to |
| img_data | Pointer to image data |
| img_size | Size of image data |