|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),/ J0 i$ x, L/ d# h
This one clock field is used to indicate which of multiple Firmware components is being selected.
/ G; P! w. |- \5 u) j& qThe four bits transmitted over AD[3:0] during this clock are compared with values strapped onto& e0 U" N/ Q2 }7 b+ [* M
pins on the Firmware component. If there is a match, the Firmware component will continue to/ g& K$ h' e. D* I# e
decode the cycle to determine which bytes are requested on a read or which bytes to update on a( a$ ~: @% ?3 _2 G7 }# x9 B
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into& Y* d9 _' X3 K0 q8 v( I/ m w
a standby power state.
8 v4 A4 k& n4 I; }* \5 A4 J# p* m: G2 Q- j- x0 {. ?& I
详见LPC spec:
3 H$ C3 i! ]$ H' A. J, f8 M6 fhttp://www.intel.com/design/chipsets/industry/25128901.pdf
' j! }3 F+ {- x; B7 a
/ E7 v _* T. U在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|