get serial console right
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5261d05f59
commit
b87b2b89b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue