diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-23 21:31:02 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-23 21:31:02 +0000 |
commit | b87b2b89b23bb69bde2bc89546c94d892e005969 (patch) | |
tree | fbfdb68dddbbbe5221f6ac6f621349a7e96dceb3 /targets | |
parent | 5261d05f59f4239f578b064c29571925cf796135 (diff) |
get serial console right
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 9 |
1 files changed, 8 insertions, 1 deletions
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 |