Add -I/usr/pkg/include to NetBSD/Dragon Fly build example CPPFLAGS.
This is needed to pick up libftdi.
Signed-off-by: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
Attached is a patch to add GigaDevice's GD25QXX series of chips. I
ran across the GD25Q80 variant in a promotional greeting card. I
successfully read, erased and wrote to this particular chip [1]. I
added various other GigaDevice chips that I found on their website and
marked them as untested. Of note is that in particular the GD25Q80
chip has two versions the base variant (that I have) and a 'B'
variant. The apparent difference is that the 'B' variant has support
for OTP regions, while …
[View More]the plain one does not. I believe they present
the same identifier when queried, not sure what issues this poses,
leaving in OTP did not impact the operation of my particular non 'B'
variant chip. Here is a link to the root page containing datasheets
for these chips:
http://www.gigadevice.com/Product/SPI.php?WebPageTypeId=98&WebPageTypeId2=1…
Justin
Signed-off-by: Justin Chevrier <jchevrier(a)gmail.com>
[1]
./flashrom -p rayer_spi -w new.rom
flashrom v0.9.5.2-r1517 on Linux 3.2.1-gentoo-r2 (x86_64), built with
libpci 3.1.9, GCC 4.5.3, little endian
flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... delay loop is unreliable, trying to continue OK.
Found Gigadevice flash chip "GD25Q80" (1024 kB, SPI) on rayer_spi.
Reading old flash chip contents... done.
Erasing and writing flash chip... Erase/write done.
Verifying flash... VERIFIED.
[View Less]
On Tue, 27 Mar 2012 05:16:45 +0530
narayanan best <narayananbest(a)gmail.com> wrote:
> Thanks for pointing out layout option. But it still accepts 16MB image as
> argument.
true, but it will only "use" the part that is needed to fill the
address range defined by the layout file. so this should be already
sufficient for you?
> Is there a way where i can select the second chip and give only 8MB image
> file ?.
not without patches. there is a patch to specify a file per …
[View More]layout
image: http://patchwork.coreboot.org/patch/3486/
>
> Just curious:
>
> How to select the SPI flash chip using CS on ICH9 ? ICH9 doc states that
> CS can used to select the chip but
> didn't have enough information on how to program CS.
>
> Is hwseq only solution for accessing multiple chips ?.
afaik hwseq is the only option because there is no (publicly
documented?) access to any register that allows to toggle CS by the
host software. we have studied all public and some non-public intel
documents to no avail.
--
Kind regards/Mit freundlichen Grüßen, Stefan Tauner
[View Less]
On Tue, 27 Mar 2012 01:40:30 +0530
narayanan best <narayananbest(a)gmail.com> wrote:
> > > I believe the cause is due to hardware sequencing write does not disable
> > > SRPL (sector protection register lock). I used -p
> > > internal:ich_spi_force=yes option which didn't help.
> > >
> > > This was confirmed when i gave ich_spi_mode=swseq (read or write) as
> > > parameter, it disables the SRPL and next write of 16MB with hardware
…
[View More]> > > sequencing succeeded.
you are right with your diagnosis afaics. when i implemented hwseq i
was not thinking about setups like yours. hwseq abstracts away so many
aspects of the write process that it did not make a lot of sense to
think about chip-specific write protections. but in the case hwseq is
only used to be able to access two flash chips, it is (apparently) a
viable use case for some.
are you involved in the design of that specific machine and are you
able to change the firmware? in that case i wonder why you made the
design choice to use chip-specific write protections instead of the
ones provided by the chipset.
if you bought it completely i would like to know which board that is.
in any case, changing flashrom to unlock the first flash chip with sw
sequencing and then doing the rest of the process with hwseq would be a
major effort. a possible workaround is to use swseq to access the first
chip and hwseq for the other half. this could be done with layout
files, see manpage for details please (layout files do only work for
writing at the moment. patches exist for the other operation modes too,
but they are not committed yet. this does not really affect you,
because you only need a workaround for writing anyway).
i also spotted a bug in ich_descriptors.c that showed up in your log.
line 822 should be
" if (nr > 5) {"
instead of
" if (nr >= 5) {"
would be nice if you could recompile with that change and post another
log.
--
Kind regards/Mit freundlichen Grüßen, Stefan Tauner
[View Less]
On Mon, 26 Mar 2012 23:54:15 +0530
narayanan best <narayananbest(a)gmail.com> wrote:
> Hi,
>
> I have Intel ICH9 with 2 SPI flash chips each with 8MB. I am able to read
> 16MB of flash chip with hardware sequencing.
> But while writing the image i get
> ERASE FAILED at 0x00100000! Expected=0xff , Read=0x44, failed byte count
> from 0x00100000-0x0010ffff:0xfef4
> ERASE FAILED
>
> I believe the cause is due to hardware sequencing write does not disable
> …
[View More]SRPL (sector protection register lock). I used -p
> internal:ich_spi_force=yes option which didn't help.
>
> This was confirmed when i gave ich_spi_mode=swseq (read or write) as
> parameter, it disables the SRPL and next write of 16MB with hardware
> sequencing succeeded.
>
> Let me know if i am missing anything here.
>
> Thanks in advance.
hi and thanks for your report!
i dont have time right now to look at it, but it would be great if you
could send a log of flashrom's output with the verbose flags "-VV"
added to your write command line (especially the one with hwseq forced,
both would be best).
--
Kind regards/Mit freundlichen Grüßen, Stefan Tauner
[View Less]
Hi,
I have Intel ICH9 with 2 SPI flash chips each with 8MB. I am able to read
16MB of flash chip with hardware sequencing.
But while writing the image i get
ERASE FAILED at 0x00100000! Expected=0xff , Read=0x44, failed byte count
from 0x00100000-0x0010ffff:0xfef4
ERASE FAILED
I believe the cause is due to hardware sequencing write does not disable
SRPL (sector protection register lock). I used -p
internal:ich_spi_force=yes option which didn't help.
This was confirmed when i gave ich_spi_mode=…
[View More]swseq (read or write) as
parameter, it disables the SRPL and next write of 16MB with hardware
sequencing succeeded.
Let me know if i am missing anything here.
Thanks in advance.
[View Less]
Hello. I used the Linux command sudo apt-get install flashrom to get
flashrom on Linux mint..but when I run sudo flashrom, it tells me its
version 0.9.4..which is outdated. What is the command to download the
latest version of flashrom?