You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpiDev::new takes as input the MCFG table and calculates the base address of the Intel SPI device. It would be useful to have access to this logic outside of constructing this one specific device, as ECAM could be useful for all PCIe devices on x86 (Intel and AMD) without relying on legacy port IO (in/out).
The text was updated successfully, but these errors were encountered:
SpiDev::new
takes as input the MCFG table and calculates the base address of the Intel SPI device. It would be useful to have access to this logic outside of constructing this one specific device, as ECAM could be useful for all PCIe devices on x86 (Intel and AMD) without relying on legacy port IO (in
/out
).The text was updated successfully, but these errors were encountered: