diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-12 15:13:38 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-12 15:13:38 +0000 |
commit | e4fc0ab250bd88ad8833a90d9338fd5b35881ebc (patch) | |
tree | 7ac09324ee465b31f5bfb1ed6a479c301e0de53d /targets/tyan | |
parent | a40a17c50cd10afea78bc5c1e41e486b9c4aa078 (diff) |
fixes for tyan
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan')
-rw-r--r-- | targets/tyan/s2880/Config.lb | 11 | ||||
-rw-r--r-- | targets/tyan/s2881/Config.lb | 10 | ||||
-rw-r--r-- | targets/tyan/s2882/Config.lb | 27 | ||||
-rw-r--r-- | targets/tyan/s2885/Config.lb | 12 | ||||
-rw-r--r-- | targets/tyan/s4880/Config.lb | 6 |
5 files changed, 41 insertions, 25 deletions
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" diff --git a/targets/tyan/s2881/Config.lb b/targets/tyan/s2881/Config.lb index 8d68d066f1..be6e6d85d0 100644 --- a/targets/tyan/s2881/Config.lb +++ b/targets/tyan/s2881/Config.lb @@ -170,7 +170,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 +180,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 +233,7 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2881 - payload ../../tg3.zelf + payload ../../tg3--ide_disk.zelf end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" diff --git a/targets/tyan/s2882/Config.lb b/targets/tyan/s2882/Config.lb index 73976be4fe..258e7f1158 100644 --- a/targets/tyan/s2882/Config.lb +++ b/targets/tyan/s2882/Config.lb @@ -44,6 +44,9 @@ uses CONFIG_CHIP_CONFIGURE uses CONFIG_CONSOLE_SERIAL8250 uses TTYS0_BAUD +#SMDC Support +#uses CONFIG_CONSOLE_SERIAL8250_2 +#uses TTYS1_BAUD uses DEFAULT_CONSOLE_LOGLEVEL uses MAXIMUM_CONSOLE_LOGLEVEL uses DEBUG @@ -76,7 +79,7 @@ option k7=1 option k8=1 option ROM_SIZE=524288 -option HAVE_HARD_RESET=0 +option HAVE_HARD_RESET=1 #option CONFIG_VGABIOS=1 #option CONFIG_REALMODE_IDT=1 @@ -84,7 +87,6 @@ option HAVE_HARD_RESET=0 #option VGABIOS_START=0xfff8c000 #option SCSIFW_START=0xfff80000 - option HAVE_FALLBACK_BOOT=1 # use the new chip configure code. @@ -153,6 +155,11 @@ option CONFIG_COMPRESS=1 option CONFIG_CONSOLE_SERIAL8250=1 option TTYS0_BAUD=115200 +#SMDC support +#option CONFIG_CONSOLE_SERIAL8250_2=1 +#option TTYS1_BAUD=19200 + + ## ### Select the linuxBIOS loglevel ## @@ -169,7 +176,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 @@ -179,14 +186,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 + 128 ## -option HEAP_SIZE=0x8000 +option HEAP_SIZE=0xa000 # ### @@ -215,7 +222,9 @@ romimage "normal" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2882 - payload ../../tg3--ide_disk.zelf + payload ../../tg3--ide_disk.zelf +# SMDC support +# payload ../../tg3--ide_disk_com1_2.zelf end romimage "fallback" @@ -232,7 +241,9 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2882 - payload ../../tg3.zelf + payload ../../tg3--ide_disk.zelf +#SMDC support +# payload ../../tg3--ide_disk_com1_2.zelf end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" 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" diff --git a/targets/tyan/s4880/Config.lb b/targets/tyan/s4880/Config.lb index 5f61a362d4..6cca9e6fa6 100644 --- a/targets/tyan/s4880/Config.lb +++ b/targets/tyan/s4880/Config.lb @@ -136,7 +136,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 @@ -233,7 +234,8 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s4880 - payload ../../tg3.zelf +# payload ../../tg3--ide_disk.zelf + payload ../../filo.elf.d end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |