mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
use dll.inc for DLL register values
This commit is contained in:
parent
8a7abb9b5e
commit
4416a3d5a5
2 changed files with 30 additions and 0 deletions
15
src/mainboard/leadtek/winfast6300/dll.inc
Normal file
15
src/mainboard/leadtek/winfast6300/dll.inc
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* Table for DLL Clock Control Register (0x8c - 0x8f), these
|
||||
register values are very Mainboard specific */
|
||||
|
||||
# Reg. Value
|
||||
.byte 0x8c, 0x66
|
||||
.byte 0x8d, 0x66
|
||||
.byte 0x8e, 0x03
|
||||
.byte 0x8f, 0x55
|
||||
|
||||
#ifdef SIS630S
|
||||
.byte 0x8c, 0x27 # set Clock DLL control register
|
||||
.byte 0x8d, 0x77 # 0x8c ~ 0x8f,
|
||||
.byte 0x8e, 0x01 # these values are very M/B
|
||||
.byte 0x8f, 0x07 # specific
|
||||
#endif /* SIS630S */
|
15
src/mainboard/matsonic/ms7308e/dll.inc
Normal file
15
src/mainboard/matsonic/ms7308e/dll.inc
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* Table for DLL Clock Control Register (0x8c - 0x8f), these
|
||||
register values are very Mainboard specific */
|
||||
|
||||
# Reg. Value
|
||||
.byte 0x8c, 0x66
|
||||
.byte 0x8d, 0x66
|
||||
.byte 0x8e, 0x03
|
||||
.byte 0x8f, 0x55
|
||||
|
||||
#ifdef SIS630S
|
||||
.byte 0x8c, 0x27 # set Clock DLL control register
|
||||
.byte 0x8d, 0x77 # 0x8c ~ 0x8f,
|
||||
.byte 0x8e, 0x01 # these values are very M/B
|
||||
.byte 0x8f, 0x07 # specific
|
||||
#endif /* SIS630S */
|
Loading…
Add table
Reference in a new issue