From f1153faf75917aa15d7dca10db68db69ba22cebb Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Wed, 25 Apr 2001 11:21:14 +0000 Subject: [PATCH] add support for DoC Millennium Plus --- src/northsouthbridge/sis/630/ipl.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/northsouthbridge/sis/630/ipl.h b/src/northsouthbridge/sis/630/ipl.h index 8b364da493..451cf4ab59 100644 --- a/src/northsouthbridge/sis/630/ipl.h +++ b/src/northsouthbridge/sis/630/ipl.h @@ -10,7 +10,12 @@ #define DOC_STACK_SEG 0x0400 #define SPL_RAM_SEG 0x8000 -#define DOC_SPL_START_BLK 2 /* 0,1 for IPL */ +#ifdef USE_DOC_MIL_PLUS +#define DOC_SPL_START_BLK 4 /* 0-3 for IPL (each of 1KB size) */ +#else +#define DOC_SPL_START_BLK 2 /* 0,1 for IPL (each of 512B size) */ +#endif + #define DOC_SPL_SIZE_IN_PAGE 126 /* 1 page = 512 bytes, total 63kB */ #define RET_LABEL(label) \