Am Freitag, den 06.08.2010, 08:52 +0200 schrieb Wagner, Helge (GE Intelligent Platforms):
Ouch! Do you see a hang without that part of the patch?
Without the patch our boards are going into S5 some seconds after i started flashrom.
OK, this is probably the same issue that causes other boards to freeze.
This patch has one minor issue: flash_enable_ich_dc_spi decodes the BIOS type select straps. They are valid for ICH7. ICH8, 9, 10 nearly have the same assignment, but accept 0 as alias for 1 (SPI) instead of declaring it as "reserved". But 5 Series/3400 OTOH has a completely different different assignment with IIRC SPI on 3, which we do not respect.
I don't really want to push you into fixing that, but just raise awareness, nevertheless I would really appreciate a patch fixing that, too. I am really happy that there is a patch that makes the 5 Series chipsets usable in flashrom.
So even with this quirk, the patch is in my oppinion a worthwile addition to flashrom and thus
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
The Intel PCI IDs can be verified for example using the Intel INF Update 9.1.2.1007.
Regards, Michael Karcher
Hi Michael,
This patch has one minor issue: flash_enable_ich_dc_spi decodes the
BIOS type select straps.
The function is called "enable_flash_ich_dc_spi" (for those that try to find it in the source).
In this function the BIOS type select strap is not honored at all except for ICH7: ... if (ich_generation == 7) { if(bbs == ICH_STRAP_LPC) { /* No further SPI initialization required */ return ret; } else /* Disable LPC/FWH if strapped to PCI or SPI */ buses_supported = 0; } ... So it should all be ok already for new chipsets. Do you agree?
Regards, Helge
-----Original Message----- From: Michael Karcher [mailto:flashrom@mkarcher.dialup.fu-berlin.de] Sent: Montag, 9. August 2010 00:56 To: Wagner, Helge (GE Intelligent Platforms) Cc: Carl-Daniel Hailfinger; flashrom@flashrom.org Subject: Re: [flashrom] New Intel Chipsets
Am Freitag, den 06.08.2010, 08:52 +0200 schrieb Wagner, Helge (GE Intelligent Platforms):
Ouch! Do you see a hang without that part of the patch?
Without the patch our boards are going into S5 some seconds after i started flashrom.
OK, this is probably the same issue that causes other boards to freeze.
This patch has one minor issue: flash_enable_ich_dc_spi decodes the BIOS type select straps. They are valid for ICH7. ICH8, 9, 10 nearly have the same assignment, but accept 0 as alias for 1 (SPI) instead of declaring it as "reserved". But 5 Series/3400 OTOH has a completely different different assignment with IIRC SPI on 3, which we do not respect.
I don't really want to push you into fixing that, but just raise awareness, nevertheless I would really appreciate a patch fixing that, too. I am really happy that there is a patch that makes the 5 Series chipsets usable in flashrom.
So even with this quirk, the patch is in my oppinion a worthwile addition to flashrom and thus
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
The Intel PCI IDs can be verified for example using the Intel INF Update 9.1.2.1007.
Regards, Michael Karcher
Am Montag, den 09.08.2010, 00:56 +0200 schrieb Michael Karcher:
Am Freitag, den 06.08.2010, 08:52 +0200 schrieb Wagner, Helge (GE Intelligent Platforms):
Ouch! Do you see a hang without that part of the patch?
Without the patch our boards are going into S5 some seconds after i started flashrom.
OK, this is probably the same issue that causes other boards to freeze. Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
committed in r1137, sorry for the delay.
Regards, Michael Karcher