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
This commit is contained in:
fb2_tyan_0420.change.diff)
2004-04-24 22:03:36 +00:00
committed by Stefan Reinauer
parent 70adbaf2cd
commit 3afb677335
9 changed files with 336 additions and 55 deletions

View File

@@ -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"