From e4fc0ab250bd88ad8833a90d9338fd5b35881ebc Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 12 Mar 2004 15:13:38 +0000 Subject: fixes for tyan git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/tyan/s2880/Config.lb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'targets/tyan/s2880/Config.lb') diff --git a/targets/tyan/s2880/Config.lb b/targets/tyan/s2880/Config.lb index da6858e582..2ca6d643fe 100644 --- a/targets/tyan/s2880/Config.lb +++ b/targets/tyan/s2880/Config.lb @@ -65,6 +65,7 @@ uses HAVE_HARD_RESET # #uses CONFIG_LSI_SCSI_FW_FIXUP + option HAVE_HARD_RESET=1 option HAVE_OPTION_TABLE=1 @@ -170,7 +171,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 @@ -180,14 +181,14 @@ option DEBUG=1 option _RAMBASE=0x004000 ## -## Use a 128K stack +## Use a 128K stack ## option STACK_SIZE=0x4000 ## -## Use a 256K heap +## Use a 256K heap + 64 ## -option HEAP_SIZE=0x8000 +option HEAP_SIZE=0xa000 # ### @@ -233,7 +234,7 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2880 - payload ../../tg3.zelf + payload ../../tg3--ide_disk.zelf end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" -- cgit v1.2.3