|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),
' i) F! X) c) y8 ?, d F8 UThis one clock field is used to indicate which of multiple Firmware components is being selected.1 o7 X! O3 S4 p
The four bits transmitted over AD[3:0] during this clock are compared with values strapped onto
* W/ j) H9 b, z- \3 ?pins on the Firmware component. If there is a match, the Firmware component will continue to! K/ _1 A/ s) A) a
decode the cycle to determine which bytes are requested on a read or which bytes to update on a; n5 k$ @8 v0 i
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into' Q# R( O- z+ @4 ]. O7 \. q( Q
a standby power state.
9 c/ {, L1 ]2 n: C5 o$ q4 J) U! y$ M
详见LPC spec:+ _) z0 C! k, q/ f
http://www.intel.com/design/chipsets/industry/25128901.pdf+ C! S* `8 o3 a4 D: ~6 W$ A
/ ?4 }! z4 K" O7 A. _% U5 V' a在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|