Reputation: 11
I am new in UEFI system. I want to read/write the registors over SPI interface but not found any APIs or application in UEFI.
It would be helpful if anyone can suggest the sample application or APIs for the same.
Thanks in advance, Hardik
Upvotes: -1
Views: 332
Reputation: 6234
UEFI does not specify anything about SPI. Many UEFI implementations are however based on the PI specification which describes an SPI protocol stack (chapter 18).
Upvotes: 0