From feaa75960cf1e731934d95b5e954d213bc72becf Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 25 Jul 2003 02:55:26 +0000 Subject: Corrections for Config.lb for new tool. Bump up debugging messages and reduce the size of memory test until that is running correctly. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1035 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/arima/hdama/Config.lb | 2 ++ src/mainboard/arima/hdama/auto.c | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index 06042062b5..a136eeca13 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -3,6 +3,8 @@ uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses USE_NORMAL_IMAGE uses AMD8111_DEV +uses MAINBOARD +uses ARCH # # ### diff --git a/src/mainboard/arima/hdama/auto.c b/src/mainboard/arima/hdama/auto.c index ba0d7e0408..f47c7a0b42 100644 --- a/src/mainboard/arima/hdama/auto.c +++ b/src/mainboard/arima/hdama/auto.c @@ -1,4 +1,7 @@ #define ASSEMBLY 1 +#define MAXIMUM_CONSOLE_LOGLEVEL 9 +#define DEFAULT_CONSOLE_LOGLEVEL 9 + #include #include #include @@ -222,7 +225,7 @@ static void main(void) #else #if TOTAL_CPUS < 2 /* Check 16MB of memory @ 0*/ - ram_check(0x00000000, 0x01000000); + ram_check(0x00000000, 0x01000); #else /* Check 16MB of memory @ 2GB */ ram_check(0x80000000, 0x81000000); -- cgit v1.2.3