commit Yinghai's patches to targets/ (from: fb2_tyan_0420.change.diff)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
fb2_tyan_0420.change.diff)
2004-04-24 22:03:36 +00:00
committed by Stefan Reinauer
parent 70adbaf2cd
commit 3afb677335
9 changed files with 336 additions and 55 deletions

View File

@@ -169,9 +169,9 @@ option TTYS0_BAUD=115200
## SPEW 9 Way too many details
## Request this level of debugging output
option DEFAULT_CONSOLE_LOGLEVEL=8
option DEFAULT_CONSOLE_LOGLEVEL=7
## At a maximum only compile in this level of debugging
option MAXIMUM_CONSOLE_LOGLEVEL=8
option MAXIMUM_CONSOLE_LOGLEVEL=7
option DEBUG=1
@@ -181,14 +181,14 @@ option DEBUG=1
option _RAMBASE=0x004000
##
## Use a 256K stack
## Use a 32K stack
##
option STACK_SIZE=0x8000
##
## Use a 384K heap
## Use a 56K heap
##
option HEAP_SIZE=0xc000
option HEAP_SIZE=0xe000
#
###
@@ -213,7 +213,8 @@ romimage "normal"
option CONFIG_ROM_STREAM_START = (0xffffffff - ROM_SIZE + ROM_SECTION_OFFSET + 1)
option _ROMBASE = (CONFIG_ROM_STREAM_START + PAYLOAD_SIZE)
option XIP_ROM_SIZE = FALLBACK_SIZE
# option XIP_ROM_SIZE = FALLBACK_SIZE
option XIP_ROM_SIZE = 65536
option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE)
mainboard tyan/s4880
@@ -230,7 +231,8 @@ romimage "fallback"
option CONFIG_ROM_STREAM_START = (0xffffffff - ROM_SIZE + ROM_SECTION_OFFSET + 1)
option _ROMBASE = (CONFIG_ROM_STREAM_START + PAYLOAD_SIZE)
option XIP_ROM_SIZE = FALLBACK_SIZE
# option XIP_ROM_SIZE = FALLBACK_SIZE
option XIP_ROM_SIZE = 65536
option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE)
mainboard tyan/s4880