From 4416a3d5a5808aedc8c2091f98e397b389e52941 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Mon, 27 Nov 2000 06:41:53 +0000 Subject: [PATCH] use dll.inc for DLL register values --- src/mainboard/leadtek/winfast6300/dll.inc | 15 +++++++++++++++ src/mainboard/matsonic/ms7308e/dll.inc | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/mainboard/leadtek/winfast6300/dll.inc create mode 100644 src/mainboard/matsonic/ms7308e/dll.inc diff --git a/src/mainboard/leadtek/winfast6300/dll.inc b/src/mainboard/leadtek/winfast6300/dll.inc new file mode 100644 index 0000000000..7792b453e1 --- /dev/null +++ b/src/mainboard/leadtek/winfast6300/dll.inc @@ -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 */ \ No newline at end of file diff --git a/src/mainboard/matsonic/ms7308e/dll.inc b/src/mainboard/matsonic/ms7308e/dll.inc new file mode 100644 index 0000000000..7792b453e1 --- /dev/null +++ b/src/mainboard/matsonic/ms7308e/dll.inc @@ -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 */ \ No newline at end of file