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

Uwe Hermann uwe at hermann-uwe.de
Thu May 17 18:06:37 CEST 2007


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.
-- 
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/20070517/d7adc1ec/attachment.sig>


More information about the coreboot mailing list