|
发表于 2008-12-4 11:30:31
|
显示全部楼层
ACPI 1.0规范定义了C0~C3的C-State和processor clock throttling,这些功能通过fixed hardware interface(P_BLK)得到支持。随着技术的进步,IA-32 CPU发展出了更多的power management方面的功能,比如P-State (通过MSR读写)和比C0~C3更多的C State (要用MWAIT指令)等,老的fixed hardware interface已经无法支持这些新的功能。为了支持新功能需要新的接口,这就引出了ACPI 2.0中的Functional Fixed Hardware的概念,伴随着象_CST,_PCT等新的processor object。基本上FFH可以理解为固定功能的抽象硬件接口,用抽象的地址空间向OSPM提供各种各样的硬件信息,比如I/O地址,MSR地址,MWAIT指令的hint值,来支持现有和未来的功能。目前FFH专用于CPU,FFH的功能和内容格式由CPU厂商指定,依赖于OS的支持。
1 g' N* `6 B! \& L! }; I; s {
5 @, h' X" g. G: S, @' r% ^2 {参考文档:& k! z- J0 g n7 U1 I9 ]& \
1. ACPI 3.0 spec 4.1.1 Functional Fixed Hardware
2 K/ X5 O1 T7 x7 `" ^) u4 g* r! K2. ACPI 2.0 Specification Technical Review and ACPI 2.0 Specification Technical Update & D/ `. [7 T: x, Y8 T6 K
3. Intel Processor Vendor-Specific ACPI Interface Specification |
|