enable compressed payload per default
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2289 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -110,9 +110,9 @@ end
|
|||||||
|
|
||||||
|
|
||||||
# VGA console
|
# VGA console
|
||||||
if CONFIG_CONSOLE_VGA
|
#if CONFIG_CONSOLE_VGA
|
||||||
default CONFIG_PCI_ROM_RUN=1
|
# default CONFIG_PCI_ROM_RUN=1
|
||||||
end
|
#end
|
||||||
###
|
###
|
||||||
### O.k. We aren't just an intermediary anymore!
|
### O.k. We aren't just an intermediary anymore!
|
||||||
###
|
###
|
||||||
|
@@ -6,7 +6,8 @@ uses HAVE_HARD_RESET
|
|||||||
uses HAVE_OPTION_TABLE
|
uses HAVE_OPTION_TABLE
|
||||||
uses USE_OPTION_TABLE
|
uses USE_OPTION_TABLE
|
||||||
uses CONFIG_COMPRESS
|
uses CONFIG_COMPRESS
|
||||||
uses CONFIG_ROM_STREAM
|
uses CONFIG_COMPRESSED_ROM_STREAM
|
||||||
|
#uses CONFIG_ROM_STREAM
|
||||||
uses CONFIG_USE_INIT
|
uses CONFIG_USE_INIT
|
||||||
uses IRQ_SLOT_COUNT
|
uses IRQ_SLOT_COUNT
|
||||||
uses MAINBOARD
|
uses MAINBOARD
|
||||||
@@ -49,16 +50,16 @@ uses MAXIMUM_CONSOLE_LOGLEVEL
|
|||||||
uses CONFIG_CONSOLE_VGA
|
uses CONFIG_CONSOLE_VGA
|
||||||
#uses CONFIG_LEGACY_VGABIOS
|
#uses CONFIG_LEGACY_VGABIOS
|
||||||
#uses VGABIOS_START
|
#uses VGABIOS_START
|
||||||
uses CONFIG_PCI_ROM_RUN
|
#uses CONFIG_PCI_ROM_RUN
|
||||||
|
|
||||||
|
|
||||||
default CONFIG_CONSOLE_SERIAL8250=1
|
default CONFIG_CONSOLE_SERIAL8250=1
|
||||||
## Select the serial console baud rate
|
## Select the serial console baud rate
|
||||||
#default TTYS0_BAUD=115200
|
default TTYS0_BAUD=115200
|
||||||
#default TTYS0_BAUD=57600
|
#default TTYS0_BAUD=57600
|
||||||
#default TTYS0_BAUD=38400
|
#default TTYS0_BAUD=38400
|
||||||
#default TTYS0_BAUD=19200
|
#default TTYS0_BAUD=19200
|
||||||
default TTYS0_BAUD=9600
|
#default TTYS0_BAUD=9600
|
||||||
#default TTYS0_BAUD=4800
|
#default TTYS0_BAUD=4800
|
||||||
#default TTYS0_BAUD=2400
|
#default TTYS0_BAUD=2400
|
||||||
#default TTYS0_BAUD=1200
|
#default TTYS0_BAUD=1200
|
||||||
@@ -133,7 +134,8 @@ default USE_OPTION_TABLE = 0
|
|||||||
|
|
||||||
default _RAMBASE = 0x00004000
|
default _RAMBASE = 0x00004000
|
||||||
|
|
||||||
default CONFIG_ROM_STREAM = 1
|
default CONFIG_COMPRESSED_ROM_STREAM = 1
|
||||||
|
##default CONFIG_ROM_STREAM = 1
|
||||||
|
|
||||||
##
|
##
|
||||||
## The default compiler
|
## The default compiler
|
||||||
|
Reference in New Issue
Block a user