|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),
. q& h7 ]8 n8 a0 M/ Z( yThis one clock field is used to indicate which of multiple Firmware components is being selected.% a! p) i( n' I% E" v D4 g! i1 s+ k
The four bits transmitted over AD[3:0] during this clock are compared with values strapped onto
# g3 I' d5 @" H( Opins on the Firmware component. If there is a match, the Firmware component will continue to
8 e- ~; T5 P- O3 F! Bdecode the cycle to determine which bytes are requested on a read or which bytes to update on a
2 ]$ V8 V8 [7 N% ]$ E, `' Y! ~write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into
+ h7 ^; J: i/ c2 U. `a standby power state.
8 M5 Z* L' v+ W: R5 ?1 H
5 T9 }4 T O' R( d! Q6 V) G+ b$ e: q1 M详见LPC spec:
) T" ^# j! e6 m& ahttp://www.intel.com/design/chipsets/industry/25128901.pdf- ~/ c& a1 L8 P$ V2 j
2 R" X+ V& X& u" X6 E
在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|