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

Ward Vandewege ward at gnu.org
Thu Sep 20 17:01:38 CEST 2007


On Wed, Sep 19, 2007 at 06:49:09PM +0200, Uwe Hermann wrote:
> 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>

r2792

Thanks,
Ward.

-- 
Ward Vandewege <ward at fsf.org>
Free Software Foundation - Senior System Administrator




More information about the coreboot mailing list