|
|
发表于 2008-4-13 12:26:41
|
显示全部楼层
IDSEL是LPC spec的一个信号(Device Select),2 ~* s: l2 F3 W
This one clock field is used to indicate which of multiple Firmware components is being selected.
# h: T" X) A' E6 t/ o9 YThe four bits transmitted over AD[3:0] during this clock are compared with values strapped onto
6 B7 D+ E& S5 W7 M( n5 M# {; Epins on the Firmware component. If there is a match, the Firmware component will continue to
. D2 I% \* r9 U; ^decode the cycle to determine which bytes are requested on a read or which bytes to update on a3 a, v# m6 S: Q4 n) ?2 N/ A
write. If there isn’t a match, the Firmware component may discard the rest of the cycle and go into
! f. T' n- C, m+ P2 ^5 }a standby power state.
$ s, f4 D# e% _/ C. s. @& f6 ~5 n' k* r; C5 B, G
详见LPC spec:9 y# q; i9 k. v( Z; H
http://www.intel.com/design/chipsets/industry/25128901.pdf3 e" C2 E. Y- `* O' _. j7 s
" K% C; q' [& L! ]0 c! L. c8 w( e在ICH 7 中似乎就这几个吧(FWH_SEL1,FWH_SEL2,FWH_DEC_EN1,BIOS_CNTL),据我现在知道的. |
|