summaryrefslogtreecommitdiff
path: root/targets/tyan/s2885
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-03-12 15:13:38 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-03-12 15:13:38 +0000
commite4fc0ab250bd88ad8833a90d9338fd5b35881ebc (patch)
tree7ac09324ee465b31f5bfb1ed6a479c301e0de53d /targets/tyan/s2885
parenta40a17c50cd10afea78bc5c1e41e486b9c4aa078 (diff)
downloadcoreboot-e4fc0ab250bd88ad8833a90d9338fd5b35881ebc.tar.xz
fixes for tyan
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2885')
-rw-r--r--targets/tyan/s2885/Config.lb12
1 files changed, 7 insertions, 5 deletions
diff --git a/targets/tyan/s2885/Config.lb b/targets/tyan/s2885/Config.lb
index 67828b9126..8cb8f70bee 100644
--- a/targets/tyan/s2885/Config.lb
+++ b/targets/tyan/s2885/Config.lb
@@ -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"