|
|
发表于 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的支持。
0 ~" N, v! G2 [* j9 o; P8 p8 F9 V7 x6 ^
参考文档:, Y4 k$ D" A, \, [1 N8 k
1. ACPI 3.0 spec 4.1.1 Functional Fixed Hardware I6 m5 M. x% U0 y2 N5 V; |
2. ACPI 2.0 Specification Technical Review and ACPI 2.0 Specification Technical Update 0 P* J$ _1 V3 c2 g* ?4 x: u
3. Intel Processor Vendor-Specific ACPI Interface Specification |
|