diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-01 16:09:23 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-01 16:09:23 +0000 |
commit | 848d336534edb7996047fb69811d3b5d922d40ef (patch) | |
tree | d516b44a36903763ea00463f978f2924c66e467f /targets | |
parent | ab1f21716184faa341ab13a57b69e81d611db6c9 (diff) |
vga support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/tyan/s2885/Config.lb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/targets/tyan/s2885/Config.lb b/targets/tyan/s2885/Config.lb index c1345e0426..3f2258f818 100644 --- a/targets/tyan/s2885/Config.lb +++ b/targets/tyan/s2885/Config.lb @@ -41,6 +41,7 @@ uses USE_FALLBACK_IMAGE uses USE_OPTION_TABLE uses HAVE_OPTION_TABLE uses CONFIG_CHIP_CONFIGURE +uses CONFIG_LEGACY_VGABIOS uses CONFIG_CONSOLE_SERIAL8250 uses TTYS0_BAUD @@ -75,10 +76,10 @@ option k7=1 option k8=1 option ROM_SIZE=524288 -option CONFIG_VGABIOS=1 -option CONFIG_REALMODE_IDT=1 -option CONFIG_PCIBIOS=1 -option VGABIOS_START=1 +option CONFIG_LEGACY_VGABIOS=1 +#option CONFIG_REALMODE_IDT=1 +#option CONFIG_PCIBIOS=1 +#option VGABIOS_START=1 #option SCSIFW_START=0xfff80000 |