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
This commit is contained in:
Ronald G. Minnich 2003-07-25 02:55:26 +00:00
parent d9e77c8a4a
commit feaa75960c
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@ uses HAVE_PIRQ_TABLE
uses USE_FALLBACK_IMAGE uses USE_FALLBACK_IMAGE
uses USE_NORMAL_IMAGE uses USE_NORMAL_IMAGE
uses AMD8111_DEV uses AMD8111_DEV
uses MAINBOARD
uses ARCH
# #
# #
### ###

View File

@ -1,4 +1,7 @@
#define ASSEMBLY 1 #define ASSEMBLY 1
#define MAXIMUM_CONSOLE_LOGLEVEL 9
#define DEFAULT_CONSOLE_LOGLEVEL 9
#include <stdint.h> #include <stdint.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <cpu/p6/apic.h> #include <cpu/p6/apic.h>
@ -222,7 +225,7 @@ static void main(void)
#else #else
#if TOTAL_CPUS < 2 #if TOTAL_CPUS < 2
/* Check 16MB of memory @ 0*/ /* Check 16MB of memory @ 0*/
ram_check(0x00000000, 0x01000000); ram_check(0x00000000, 0x01000);
#else #else
/* Check 16MB of memory @ 2GB */ /* Check 16MB of memory @ 2GB */
ram_check(0x80000000, 0x81000000); ram_check(0x80000000, 0x81000000);