|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),$ V% c* W, I4 o! j/ F$ [5 d) B
This one clock field is used to indicate which of multiple Firmware components is being selected.
5 g$ @0 G7 X2 C+ P8 m6 ?The four bits transmitted over AD[3:0] during this clock are compared with values strapped onto
' t5 X; X1 `: B: Ppins on the Firmware component. If there is a match, the Firmware component will continue to% F7 p D5 U. G* y" S& Y5 F/ _
decode the cycle to determine which bytes are requested on a read or which bytes to update on a
& z- X' d- M) u2 U. f. x( xwrite. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into5 y7 H# w% |& z& }) @* h
a standby power state.
% |8 N$ X" \" O6 L& B H% \! {4 X3 \, x* Q2 c2 V/ X3 V0 T$ V+ v( I1 X
详见LPC spec:; @3 W: i! X" ^' D) x3 k9 n5 P) E
http://www.intel.com/design/chipsets/industry/25128901.pdf+ {& i' E$ q( t& l; M9 w
9 M* s$ H' f% R" z$ h- u在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|