|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),
' ~9 R' `4 x2 o# E) A5 V* tThis one clock field is used to indicate which of multiple Firmware components is being selected.: {3 f8 f6 r* f' a
The four bits transmitted over AD[3:0] during this clock are compared with values strapped onto" K, w0 U+ S }/ t j
pins on the Firmware component. If there is a match, the Firmware component will continue to0 q1 v; x( d1 `/ f C
decode the cycle to determine which bytes are requested on a read or which bytes to update on a6 g/ y! g% m; X6 J$ _& [2 d" H
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into
; P% F. f$ s V2 }8 V1 l& C8 {) Va standby power state.+ l9 Q! B9 U2 }0 c* J" |
4 t8 e' w6 I ~. X- L. m
详见LPC spec:4 I& g, Y; p6 X; j" ?) X3 n
http://www.intel.com/design/chipsets/industry/25128901.pdf
8 {! c& ]/ T7 C$ a2 P" v. l D3 g0 I1 z5 t1 J. M1 C; q5 Y
在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|