How to use spi in cboot?

Hello,

I need to use spi interface in cboot in nvidia xavier.
But I didn’t see spi driver in cboot but only declaration in tegrabl_spi.h
Can I use Qspi to intead of spi interface?
Or I need to implement whole spi driver by myself in cboot?

Thank you very much!

QSPI driver should be there?

…/bootloader/partner/common/drivers/qspi

Hello ShaneCCC,

I doesn’t know qspi much.
So My question is “can I use Qspi to instead of spi interface in cboot?”

Thank you very much!

For the SPI need to implement the driver for it.