[flashrom] Re: FAILED: MZ42-G20

2021-10-31 Thread Nico Huber
Hi Keno, On 29.10.21 22:08, Keno Fischer wrote: > On Fri, Oct 29, 2021 at 9:15 AM Nico Huber wrote: >> If you want, I could write a patch that you could test? I'd simply >> remove the inexplicable code. Worth a shot, IMO. > > Happy to test a patch for the read path. I did put the machine into pro

[flashrom] Truncating flash for oversized image

2021-10-31 Thread Rob Shore
Hello! I've just discovered Flashrom as a way to use a Dediprog SPI programmer with MacOS, which is awesome. I've got a bit of a strange question though: I've got a 1Mbit rom on a board, but the image I was given for it is for a 2Mbit part. The firmware itself in the raw image is < 1Mbit, but th

[flashrom] Flashrom Sucess on GIGABYTE Z390 AORUS MASTER mainboard

2021-10-31 Thread melvyn2
I was successfully able to flash OEM and modified firmwares using the internal programmer of the GIGABYTE Z390 AORUS MASTER mainboard. I was also able to consistently read and verify firmware from the mainboard. Attached is a verbose log of the programmer probe. flashrom_info.log Description:

[flashrom] Re: Flashrom Sucess on GIGABYTE Z390 AORUS MASTER mainboard

2021-10-31 Thread Melvyn
Additionally, I was able to access both chips provided from GIGABYTE's DualBIOS feature with a 1-line patch, enabling this board's specific ITE Super I/O chip to be probed: > diff --git a/it87spi.c b/it87spi.c > index 5f6fb65..bd2f7bc 100644 > --- a/it87spi.c > +++ b/it87spi.c > @@ -449,6 +449,7

[flashrom] report can't write fw with hp 8200 ssf

2021-10-31 Thread King ho Chau via flashrom
flashrom v1.2 on Linux 5.13.0-19-generic (x86_64)flashrom is free software, get the source code at https://flashrom.orgflashrom was built with libpci 3.6.4, GCC 9.2.1 20200304, little endianCommand line (10 args): flashrom -V -p internal -c MX25L6406E/MX25L6408E --ifd -i bios -w build/coreboot.r

[flashrom] Re: report can't write fw with hp 8200 ssf

2021-10-31 Thread Nico Huber
Hi, your email got mangled or was from the beginning, so I can't reply inline. Better *don't* use HTML when copying program output, or better don't use HTML for emails at all. This was the interesting part (it would have been easier to spot with less verbosity): > BIOS_CNTL = 0x02: BIOS Lock Ena

[flashrom] Re: Truncating flash for oversized image

2021-10-31 Thread David Hendricks
On Sun, Oct 31, 2021 at 10:10 AM Rob Shore wrote: > Hello! > > I've just discovered Flashrom as a way to use a Dediprog SPI programmer > with MacOS, which is awesome. I've got a bit of a strange question though: > > I've got a 1Mbit rom on a board, but the image I was given for it is for a > 2Mb