|
发表于 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的支持。% b! q& ^- W, z+ j
$ u! x, p" y3 g- ]
参考文档:, @7 f4 c9 a% {5 Z8 `& ?- u: V8 k
1. ACPI 3.0 spec 4.1.1 Functional Fixed Hardware
c n; ?4 t! f3 o3 h" P' Z" |2. ACPI 2.0 Specification Technical Review and ACPI 2.0 Specification Technical Update
; o6 b; j1 p8 U; U5 m; a4 L: v3. Intel Processor Vendor-Specific ACPI Interface Specification |
|