summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-07-25 02:55:26 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-07-25 02:55:26 +0000
commitfeaa75960cf1e731934d95b5e954d213bc72becf (patch)
tree794c9bc12413d17451cf7907aec1eb7bd34e06da /src
parentd9e77c8a4a844c81040a995af1191d58fc398d3d (diff)
downloadcoreboot-feaa75960cf1e731934d95b5e954d213bc72becf.tar.xz
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
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/arima/hdama/Config.lb2
-rw-r--r--src/mainboard/arima/hdama/auto.c5
2 files changed, 6 insertions, 1 deletions
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 <stdint.h>
#include <device/pci_def.h>
#include <cpu/p6/apic.h>
@@ -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);