diff options
author | fb2_tyan_0420.change.diff) <fb2_tyan_0420.change.diff)> | 2004-04-24 22:03:36 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-04-24 22:03:36 +0000 |
commit | 3afb677335d5fac6bfde16a281f9fc4d576cd57a (patch) | |
tree | 2f7989245a99631a39ba7a111fb8ef59d675b876 /targets/tyan/s2850/Config.lb | |
parent | 70adbaf2cd07779811115984af3aded9a26726fd (diff) |
commit Yinghai's patches to targets/ (from: fb2_tyan_0420.change.diff)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2850/Config.lb')
-rw-r--r-- | targets/tyan/s2850/Config.lb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/targets/tyan/s2850/Config.lb b/targets/tyan/s2850/Config.lb index b9e994b3ac..02e17e21c7 100644 --- a/targets/tyan/s2850/Config.lb +++ b/targets/tyan/s2850/Config.lb @@ -65,7 +65,7 @@ uses HAVE_HARD_RESET # #uses CONFIG_LSI_SCSI_FW_FIXUP -option HAVE_HARD_RESET=0 +option HAVE_HARD_RESET=1 option HAVE_OPTION_TABLE=1 option HAVE_MP_TABLE=1 @@ -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 @@ -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 @@ -216,7 +217,8 @@ romimage "normal" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2850 - payload ../../tg3--ide_disk.zelf +# payload ../../tg3--ide_disk_dev.zelf + payload ../../eepro100--ide_diskx.zelf end romimage "fallback" @@ -233,7 +235,8 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2850 - payload ../../tg3--ide_disk.zelf +# payload ../../tg3--ide_disk_dev.zelf + payload ../../eepro100--ide_diskx.zelf end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |