[LinuxBIOS] [PATCH] tyan s2891: assume 1MB rom chip for onboard VGA rom detection

Uwe Hermann uwe at hermann-uwe.de
Wed Sep 19 18:49:09 CEST 2007


On Tue, Sep 18, 2007 at 04:40:13PM -0400, Ward Vandewege wrote:
> The s2891 ships with a 1MB rom chip. The src/mainboard/tyan/s2891/Config.lb file assumes a 1MB rom chip.
> 
> The default position for the VGA bios should also assume a 1MB rom chip by default, instead of a 512KB chip.
> 
> Signed-off-by: Ward Vandewege <ward at gnu.org>
> 
> Index: src/mainboard/tyan/s2891/Config.lb
> ===================================================================
> --- src/mainboard/tyan/s2891/Config.lb      (revision 2780)
> +++ src/mainboard/tyan/s2891/Config.lb      (working copy)
> @@ -314,8 +314,8 @@
>                                         #       chip drivers/ati/ragexl
>                                                  chip drivers/pci/onboard
>                                                          device pci 7.0 on end
> -                                                        register "rom_address" = "0xfff80000" #for 512K
> -                                       #               register "rom_address" = "0xfff00000" #for 1M
> +                                                        #register "rom_address" = "0xfff80000" #for 512K
> +                                                        register "rom_address" = "0xfff00000" #for 1M
>                                                  end
>                                         end
>                                         device pci a.0 off end # NIC

Acked-by: Uwe Hermann <uwe at hermann-uwe.de>


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070919/d099567a/attachment.sig>


More information about the coreboot mailing list