|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),
3 _' \- \; V$ v! t3 QThis one clock field is used to indicate which of multiple Firmware components is being selected.
' w, a! q5 X) {; w( a( R hThe four bits transmitted over AD[3:0] during this clock are compared with values strapped onto
3 q+ V% s$ n9 x: f4 c- ppins on the Firmware component. If there is a match, the Firmware component will continue to8 K. U3 G& V. Y
decode the cycle to determine which bytes are requested on a read or which bytes to update on a
5 Y% v/ |4 \! [" J3 k7 |0 Rwrite. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into$ I+ x# P, H7 P5 D: @
a standby power state.
& i4 v% L1 _1 X# ^) ]* ^1 m! q) H3 k. \0 u) o( M
详见LPC spec:
8 @( b2 m" |9 I* Ahttp://www.intel.com/design/chipsets/industry/25128901.pdf
1 @7 ?5 V3 h- w0 M7 n F) F4 P7 g: Q$ [! z8 C( W7 R1 j
在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|