Fix two boards broken by the large patches of late.

artecgroup/dbe61
Add CONFIG_COMPRESSED_PAYLOAD_NRV2B to Options.lb since it's used in
Config.lb.
Change default for CONFIG_PCI_ROM_RUN to 1 so VGA ROM can run.

technologic/ts5300
Removed CONFIG_CONSOLE_VGA, the embedded board has no VGA without the
development addon card anyways.
Changes to target Config.lb so it actually builds.

Signed-off-by: Peter Stuge <peter@stuge.se>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2607 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge
2007-04-12 00:28:32 +00:00
committed by Stefan Reinauer
parent b615c7bb3a
commit 17e27509a0
4 changed files with 2 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ uses ROM_SECTION_SIZE
uses ROM_SECTION_OFFSET uses ROM_SECTION_OFFSET
uses CONFIG_ROM_PAYLOAD_START uses CONFIG_ROM_PAYLOAD_START
uses CONFIG_COMPRESSED_PAYLOAD_LZMA uses CONFIG_COMPRESSED_PAYLOAD_LZMA
uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
uses PAYLOAD_SIZE uses PAYLOAD_SIZE
uses _ROMBASE uses _ROMBASE
uses _RAMBASE uses _RAMBASE
@@ -51,7 +52,7 @@ default ROM_SIZE = 256*1024
### Build options ### Build options
### ###
default CONFIG_CONSOLE_VGA=1 default CONFIG_CONSOLE_VGA=1
default CONFIG_PCI_ROM_RUN=0 default CONFIG_PCI_ROM_RUN=1
default CONFIG_VIDEO_MB=8 default CONFIG_VIDEO_MB=8
## ##

View File

@@ -46,13 +46,6 @@ uses CONFIG_CONSOLE_SERIAL8250
uses DEFAULT_CONSOLE_LOGLEVEL uses DEFAULT_CONSOLE_LOGLEVEL
uses MAXIMUM_CONSOLE_LOGLEVEL uses MAXIMUM_CONSOLE_LOGLEVEL
# VGA support
uses CONFIG_CONSOLE_VGA
#uses CONFIG_LEGACY_VGABIOS
#uses VGABIOS_START
#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

View File

@@ -7,8 +7,6 @@ option CONFIG_COMPRESS=0
__COMPRESSION__ __COMPRESSION__
option CONFIG_CONSOLE_VGA=1
romimage "fallback" romimage "fallback"
option FALLBACK_SIZE = 256 * 1024 option FALLBACK_SIZE = 256 * 1024
# option ROM_SIZE=512*1024 # option ROM_SIZE=512*1024

View File

@@ -7,7 +7,6 @@ mainboard technologic/ts5300
option DEFAULT_CONSOLE_LOGLEVEL=3 option DEFAULT_CONSOLE_LOGLEVEL=3
option MAXIMUM_CONSOLE_LOGLEVEL=3 option MAXIMUM_CONSOLE_LOGLEVEL=3
option CONFIG_COMPRESS=1 option CONFIG_COMPRESS=1
option CONFIG_CONSOLE_VGA=0
#romimage "normal" #romimage "normal"
# option USE_FALLBACK_IMAGE=0 # option USE_FALLBACK_IMAGE=0