From b87b2b89b23bb69bde2bc89546c94d892e005969 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Wed, 23 Jul 2003 21:31:02 +0000 Subject: get serial console right git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/motorola/sandpoint/Config.lb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'targets/motorola') diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 3a7e376e67..8b66ae64fd 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -10,7 +10,9 @@ uses ARCH CROSS_COMPILE uses HAVE_OPTION_TABLE uses CONFIG_SANDPOINT_ALTIMUS uses CONFIG_COMPRESS +uses DEFAULT_CONSOLE_LOGLEVEL uses NO_POST +uses CONFIG_CONSOLE_SERIAL8250 uses CONFIG_IDE_STREAM uses IDE_BOOT_DRIVE uses USE_ELF_BOOT @@ -27,7 +29,8 @@ uses MAINBOARD_PART_NUMBER uses MAINBOARD_VENDOR ## use a cross compiler -option CROSS_COMPILE="powerpc-eabi-" +#option CROSS_COMPILE="powerpc-eabi-" +option CROSS_COMPILE="ppc_74xx-" ## Use chip configuration option CONFIG_CHIP_CONFIGURE=1 @@ -38,6 +41,10 @@ option CONFIG_COMPRESS=0 ## Turn off POST codes option NO_POST=1 +## Enable serial console +option DEFAULT_CONSOLE_LOGLEVEL=8 +option CONFIG_CONSOLE_SERIAL8250=1 + ## Boot linux from IDE option CONFIG_IDE_STREAM=1 option IDE_BOOT_DRIVE=0 -- cgit v1.2.3