[LinuxBIOS] 2MB flash parts - GPIO enable for MSI MS-6337

Jeremy Jackson jerj at coplanar.net
Thu May 17 20:42:27 CEST 2007


It's specific to this one motherboard.

I'm not sure how signed-off-by works, I got the info (not actual code
tho because it's Pascal) from Uniflash.

Jeremy

On Thu, 2007-05-17 at 18:06 +0200, Uwe Hermann wrote:
> On Tue, May 15, 2007 at 06:10:53PM -0400, Jeremy Jackson wrote:
> > Yes I saw ticket #7 after I sent that. Based on a hint that Uniflash
> > works, I punk'd the GPIO enable for this MSI MS-6337, and now it works!
> > 
> > Uniflash was working, but doesn't support SST49LF016C
> > 
> > dev=pci_dev_find(0x8086, 0x2440); // ICH2 ISA bridge
> > base=pci_read_word(dev,0x58) & 0x7fc0;
> > val=inb(base+0xe);
> > val |= 0x80;
> > outb(val, base+0xe);
> 
> Nice, can you please send a (signed-off) patch? Also, is this
> mainboard-specific or should it work with any ICH2?
> 
> 
> Thanks, Uwe.





More information about the coreboot mailing list