|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),9 }( G k& E& Z# M! j0 g6 \/ U
This one clock field is used to indicate which of multiple Firmware components is being selected.
4 J& H, G. }7 \/ F9 W! YThe four bits transmitted over AD[3:0] during this clock are compared with values strapped onto- u1 _* }3 p2 [6 E
pins on the Firmware component. If there is a match, the Firmware component will continue to
/ S; g! q+ A9 Y, h1 Idecode the cycle to determine which bytes are requested on a read or which bytes to update on a* H) ]" Y, M# y& X# R% [9 p8 C# v
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into
* W3 @: c( U Ma standby power state. ]4 f$ ~/ g) V& ^ K6 S0 }! H* F
6 }- T' p, K4 R1 n: N
详见LPC spec:
$ r& H. v4 [$ c: F1 m$ X- A. Lhttp://www.intel.com/design/chipsets/industry/25128901.pdf$ a, K: {8 W% t$ @5 Q* s/ u0 B
8 ]! J2 c7 e9 Z1 [在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|