This is a cache of https://discuss.96boards.org/t/accessing-spi-using-optee-ta/10135. It is a snapshot of the page at 2024-10-06T13:17:29.166+0000.
Accessing SPI using OP<strong>tee</strong> TA - HiKey 960 - 96Boards Forum

Accessing SPI using OPtee TA

Hi,

I am trying to implement SPI support using OPtee on Hikey960 platform. I have following queries about the implementation.

  1. Can I use non secure Client APIs(Or exported of driver API function) from non secure kernel modules? Instead of using usermode client application, i would like to use kernel module in non secure side.
  2. Is there any document or readme available for implementing SPI support in OP-tee ?

Regards
Noufal

@noufal For future references, please direct all OP-tee specific questions to https://github.com/OP-tee/optee_os/issues/new. Wrt to your current question, see if https://github.com/OP-tee/optee_os/issues/3578 helps.