|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),
4 M) k1 b6 b- S! Q OThis one clock field is used to indicate which of multiple Firmware components is being selected.& b9 D) Q; v* P; f8 i4 ^
The four bits transmitted over AD[3:0] during this clock are compared with values strapped onto
9 P! F! `( p. ~: r3 g3 vpins on the Firmware component. If there is a match, the Firmware component will continue to
# r. ^2 e! y9 u/ Ndecode the cycle to determine which bytes are requested on a read or which bytes to update on a7 X$ e0 e. d9 r9 _
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into
5 \* `. i/ B5 [! a# G; ua standby power state.2 R* n/ Q0 \) o# j& e j
g" {$ c+ \" \7 B& Z详见LPC spec:
5 X4 }3 z% q# y3 v* Fhttp://www.intel.com/design/chipsets/industry/25128901.pdf+ F5 l j: u% R9 _+ {% h
: b6 w' g- `5 w3 }$ `! b在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|