Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
关于intel cpu 中espi接口的访问
http://forum.ubuntu.com.cn/viewtopic.php?t=491306
分页:
1
/
1
关于intel cpu 中espi接口的访问
发表于 :
2020-07-07 15:29
由
hant1216
intel cpu 中espi接口扩展了EC芯片。扩展了各种外设接口,但是在ubuntu系统下如何访问到ec下的接口呢? 比如扩展出gpio口。如何通过函数读取到对应ec功能口。 例如lpc口可以通过inb() 和outb () io读取访问到对应地址。ESPI接口如何使用呢?