Hardik Prajapati
Hardik Prajapati

Reputation: 11

SPI registor read write application in UEFI bootloader

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

Answers (1)

unixsmurf
unixsmurf

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

Related Questions