diff options
Diffstat (limited to 'targets/tyan/s2885/Config.lb')
-rw-r--r-- | targets/tyan/s2885/Config.lb | 12 |
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" |