fixes for tyan
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -90,7 +90,7 @@ option CONFIG_CHIP_CONFIGURE=1
|
||||
#option CONFIG_LSI_SCSI_FW_FIXUP=1
|
||||
|
||||
|
||||
option HAVE_HARD_RESET=0
|
||||
option HAVE_HARD_RESET=1
|
||||
|
||||
###
|
||||
### Build code to export a programmable irq routing table
|
||||
@@ -134,7 +134,8 @@ option MAINBOARD_VENDOR="Tyan"
|
||||
### (linuxBIOS plus bootloader) will live in the boot rom chip.
|
||||
###
|
||||
#option FALLBACK_SIZE=524288
|
||||
option FALLBACK_SIZE=98304
|
||||
#option FALLBACK_SIZE=98304
|
||||
option FALLBACK_SIZE=131072
|
||||
|
||||
## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
|
||||
option ROM_IMAGE_SIZE=65536
|
||||
@@ -168,7 +169,7 @@ option TTYS0_BAUD=115200
|
||||
## Request this level of debugging output
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=8
|
||||
## At a maximum only compile in this level of debugging
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=9
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||
|
||||
option DEBUG=1
|
||||
|
||||
@@ -183,9 +184,9 @@ option _RAMBASE=0x004000
|
||||
option STACK_SIZE=0x4000
|
||||
|
||||
##
|
||||
## Use a 256K heap
|
||||
## Use a 256K heap + 64
|
||||
##
|
||||
option HEAP_SIZE=0x8000
|
||||
option HEAP_SIZE=0xa000
|
||||
|
||||
#
|
||||
###
|
||||
@@ -232,6 +233,7 @@ romimage "fallback"
|
||||
|
||||
mainboard tyan/s2885
|
||||
payload ../../tg3--ide_disk.zelf
|
||||
# payload ../../filo.elf.d
|
||||
end
|
||||
|
||||
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|
||||
|
Reference in New Issue
Block a user