|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),% D* Z* m- ]. j( D' L" j0 }
This one clock field is used to indicate which of multiple Firmware components is being selected.
! q5 o3 P4 k7 u0 f% M' ~The four bits transmitted over AD[3:0] during this clock are compared with values strapped onto2 g+ o; ^; ]5 ?7 h5 F( {2 s
pins on the Firmware component. If there is a match, the Firmware component will continue to
4 V% e! n. M9 H+ U( e% Udecode the cycle to determine which bytes are requested on a read or which bytes to update on a1 w2 ^" O* ?0 k% `! P; G" J
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into
2 Y7 i# p- p2 J& k( r7 va standby power state.6 `. g# K1 K: I( J% C/ H
( \0 _6 m' V' Q# n' j详见LPC spec:+ h K6 l8 J# l* L( C! U
http://www.intel.com/design/chipsets/industry/25128901.pdf
! w5 I. S& I: L
w2 y- _& J- P5 _9 f在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|