[LinuxBIOS] new Target ASUS A8NE

Uwe Hermann uwe at hermann-uwe.de
Sat May 19 19:17:18 CEST 2007


On Sat, May 19, 2007 at 09:55:03AM -0700, yhlu wrote:
> > > > +                   /* Initialize interrupt mapping */
> > > > +                   //dword = 0x0000d218;
> > > > +                   dword = 0x01200000;     //a8ne
> > > > +                   pci_write_config32(dev, 0x7c, dword);
> > > > +
> > > > +                   //dword = 0x12008a00;
> > > > +                   dword = 0x12008009;     //a8ne
> > > > +                   pci_write_config32(dev, 0x80, dword);
> > > > +
> > > > +                   //dword = 0x0000007d;
> > > > +                   dword = 0x0002010d;     //a8ne
> > > > +                   pci_write_config32(dev, 0x84, dword);
> > >
> > > What are the commented values? Not for the A8N-E? Then we should probably
> > > drop them.
> > yes they are a remainder of s2891 :). i will drop them.
> 
> No, you can not. try to see what happen.


Ah, I meant the comments only:

> > > > +                   //dword = 0x0000d218;
> > > > +                   //dword = 0x12008a00;
> > > > +                   //dword = 0x0000007d;

The other code must remain, of course.


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/20070519/f1b11fa9/attachment.sig>


More information about the coreboot mailing list