[flashrom] [patch] atavia

2011-06-26 Thread Jonathan A. Kollasch
Add VIA VT6421A LPC programmer driver. Signed-off-by: Jonathan Kollasch Index: Makefile === --- Makefile(revision 1357) +++ Makefile(working copy) @@ -164,6 +164,9 @@ # IMPORTANT: This code is not yet working! CONFIG_ATAHPT

Re: [flashrom] flashrom virtual machine policy?

2011-06-27 Thread Jonathan A. Kollasch
On Mon, Jun 27, 2011 at 03:03:36PM +0200, Bernd Blaauw wrote: > What's the Flashrom project's stance on virtualisation/emulation > combined with using Flashrom? Unless it's on a simulator like SimNow! where the flash chip may be accurately emulated, flashrom will never detect a chip, and thus will

Re: [flashrom] [patch] atavia

2011-06-27 Thread Jonathan A. Kollasch
On Sun, Jun 26, 2011 at 11:33:33PM +, Jonathan A. Kollasch wrote: > Add VIA VT6421A LPC programmer driver. Okay, so it still doesn't work. The 6421 is being clever, and coping with that is really something I don't care to do, at least right now. Jona

Re: [flashrom] [patch] atavia

2011-07-26 Thread Jonathan A. Kollasch
On Wed, Jul 27, 2011 at 02:03:10AM +0300, Tadas Slotkus wrote: > > > Okay, so it still doesn't work. The 6421 is being clever, and coping > > with that is really something I don't care to do, at least right now. > > > > Jonathan Kollasch > > Hi, thanks for the patch. Could you tell us more

[flashrom] [patch] move ich_init_opcodes() call back to where it was before r1461

2011-11-12 Thread Jonathan A. Kollasch
ich_init_opcodes() needs to be called after ichspi_lock is set. Signed-off-by: Jonathan A. Kollasch Index: ichspi.c === --- ichspi.c(revision 1463) +++ ichspi.c(working copy) @@ -1562,8 +1562,6 @@ /* Assign Virtual

Re: [flashrom] FAIL: msi ms-7135 (k8n-neo3)

2011-12-19 Thread Jonathan A. Kollasch
On Mon, Dec 19, 2011 at 05:15:30PM +, Owens, Nathan D wrote: > Howdy, > > I've been trying to flash the SST49LF160C on my ms-7135. Fails to verify with > the same problem every time (see attached). > > I've tried newer and older versions of flashrom, but always the same thing. > > Oddly, wh

Re: [flashrom] NetBSD ARM static version

2012-02-05 Thread Jonathan A. Kollasch
On Fri, Feb 03, 2012 at 09:58:24AM +0400, Donnie Lee wrote: > Hello! > > I have Marvell ARM SoC board with NetBSD 4 inside. I can't compile > flashrom natively on it, can only copy binaries. Please help with > instruction how to cross-compile it from NetBSD 4 i386 or Mac OS > x86_64. Or, if someon

[flashrom] [PATCH] minor NetBSD/DragonFly/pkgsrc build instruction update

2012-03-28 Thread Jonathan A. Kollasch
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 Index: flashrom/README === --- flashrom/README (revision 1517) +++ flashrom/README (working

Re: [flashrom] [PATCH] Portability fixes

2012-07-30 Thread Jonathan A. Kollasch
On Mon, Jul 23, 2012 at 02:48:40AM +0200, Carl-Daniel Hailfinger wrote: > Build ich_descriptors_tool by default on x86. (Patch by Stefan Tauner) > +ifeq ($(ARCH), x86) > + @+make -C util/ich_descriptors_tool/ TARGET_OS=$(TARGET_OS) > EXEC_SUFFIX=$(EXEC_SUFFIX) > +endif > + > $(PROGRAM)$(EXEC

Re: [flashrom] BX100: there is a Linux tool to flash ROM images through any SATA adapter

2016-01-12 Thread Jonathan A. Kollasch
On Tue, Jan 12, 2016 at 06:47:43PM +0100, Elmar Stellnberger wrote: > Hi everyone, > > Lately I have updated the firmware of my BX100 SSD drive with the > boot CD as provided by http://www.crucial.com/support/ssd. As it > turned out the boot CD is powered by Linux and the busybox the > firmware i

Re: [flashrom] VT6421 sata card with sst39Vf512 eprom

2016-04-04 Thread Jonathan A. Kollasch
On Mon, Apr 04, 2016 at 02:01:35PM +0200, Antonio Estrada Respeto wrote: > I have tried the below flashrom option (code tested) in order to find a right > response on my no name VT6421A pci sata card, but no luck. Environment is > Freedos in an usb boot sdcard device in a standard PC. Address was

[flashrom] Re: NVIDIA CK804: TYAN VX50 B4985: unexpected second chipset match: "NVIDIA CK804"

2019-10-05 Thread Jonathan A. Kollasch
Reply below. On Fri, Oct 04, 2019 at 12:17:17PM +0200, Paul Menzel wrote: > Dear flashrom folks, > > > We still have some very old systems, where we need to update the firmware > so that it can start GRUB from the MBR. > > The systems seem to consists out of two boards with a separate chipset >

[flashrom] Re: Current state of meson

2020-05-25 Thread Jonathan A. Kollasch
On Mon, May 25, 2020 at 11:20:21PM +, Angel Pons wrote: > So, given that meson produces broken executables and nobody seems to > be actively taking care of it, what should we do with it? Is anyone > interested in improving and maintaining the meson integration? All > suggestions are welcome. R

[flashrom] Re: Schematic: MSI X570-A PRO (MS-7C37) ?

2020-09-28 Thread Jonathan A. Kollasch
Re. JSPI1: https://www.flashrom.org/MSI_JSPI1 ___ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-le...@flashrom.org

[flashrom] Re: How do i register to use freenode #flashrom?

2021-02-25 Thread Jonathan A. Kollasch
See: https://freenode.net/kb/answer/registration#registering On Mon, Feb 22, 2021 at 09:38:56PM -0500, julian via flashrom wrote: > And avoid > > * #flashrom :Cannot send to nick/channel > > ___ > flashrom mailing list -- flashrom@flashrom.org > To u

[flashrom] Re: Why not use usleep() instead of clock_gettime() loop for delay ?

2021-07-11 Thread Jonathan A. Kollasch
On Sat, Jul 10, 2021 at 11:45:19AM +0800, Patrick Star wrote: > I saw flashrom process use too many cpu time when I use it to write > flashchip. > Then I strace the process, and found too many > "clock_gettime(CLOCK_MONOTONIC...)" system call. > And located it to udelay.c line 39, in function clock

[flashrom] Re: Flashrom High CPU utilization

2021-10-14 Thread Jonathan A. Kollasch
On Thu, Oct 14, 2021 at 10:07:27PM +0530, Pheba Philip wrote: > Hi, > Is it expected behavior for flashrom to have high cpu utilization for bios > verification. Yes. ___ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flash

Re: [flashrom] [PATCH] Fix NetBSD linking

2010-06-04 Thread Jonathan A. Kollasch
n > other platforms). > > Thanks to Jonathan A. Kollasch for reporting. > > Signed-off-by: Carl-Daniel Hailfinger > Acked-by: Jonathan A. Kollasch ___ flashrom mailing list flashrom@flashrom.org http://www.flashrom.org/mailman/listinfo/flashrom

[flashrom] test of Winbond W25Q80BV

2010-07-10 Thread Jonathan A. Kollasch
Hi, I've tested a Winbond W25Q80BV (W25Q80BVDAIG/25Q80BVAIG) socketed on a Asus M4A87TD/USB3. Read, erase, write and verify worked fine. Attached is flashrom -V output. Jonathan Kollasch flashrom v0.9.2-r1072 on NetBSD 5.1_RC3 (i386), built with libpci 3.1.3, GCC 4.1.3 20080704 prerele

[flashrom] [patch] EPoX EP-8NPA7I board enable

2010-10-14 Thread Jonathan A. Kollasch
Add board enable for EPoX EP-8NPA7I (and possibly other similar EPoX boards). Also, spelling correction. Signed-off-by: Jonathan Kollasch --- Index: board_enable.c === --- board_enable.c (revision 1211) +++ board_enable.c (

[flashrom] [patch] EPoX EP-8NPA7I board enable (v2)

2010-10-14 Thread Jonathan A. Kollasch
Add board enable for EPoX EP-8NPA7I (and possibly other similar EPoX boards). Signed-off-by: Jonathan Kollasch --- Index: board_enable.c === --- board_enable.c (revision 1211) +++ board_enable.c (working copy) @@ -947,6 +94

Re: [flashrom] [patch] EPoX EP-8NPA7I board enable

2010-10-16 Thread Jonathan A. Kollasch
On Sat, Oct 16, 2010 at 11:04:06AM +0200, Uwe Hermann wrote: > On Sat, Oct 16, 2010 at 01:03:11AM +0000, Jonathan A. Kollasch wrote: > > Writing flash chip... writing sector at 0xfbf7e000 failed! > > FAILED! > > This looks like it actually didn't work. Did it work befor

Re: [flashrom] [patch] EPoX EP-8NPA7I board enable

2010-10-16 Thread Jonathan A. Kollasch
On Sat, Oct 16, 2010 at 02:24:21PM +, Jonathan A. Kollasch wrote: > On Sat, Oct 16, 2010 at 11:04:06AM +0200, Uwe Hermann wrote: > > On Sat, Oct 16, 2010 at 01:03:11AM +, Jonathan A. Kollasch wrote: > > > Writing flash chip... writing sector at 0xfbf7e000 fa

[flashrom] [patch] make EPoX EP-8NPA7I board enable actually work

2010-10-16 Thread Jonathan A. Kollasch
The OEM BIOS on the EPoX EP-8PA7I clears byte 0x92 in the LPC bridge configuration space. Do the same for all CK804 chips, assuming this to be some sort of chipset-generic write-enable. Signed-off-by: Jonathan Kollasch --- Index: chipset_enable.c =

[flashrom] ck804 enable improvement

2010-10-26 Thread Jonathan A. Kollasch
Hi, Attached is a proposed patch for improving the ck804 chipset enable. Comments? Jonathan Kollasch Index: chipset_enable.c === --- chipset_enable.c(revision 1216) +++ chipset_enable.c(working copy) @@ -776,8 +776,5

[flashrom] [patch] VT6421A LPC programmer

2011-01-03 Thread Jonathan A. Kollasch
Add VIA VT6421A LPC programmer driver. Signed-off-by: Jonathan Kollasch Index: pcidev.c === --- pcidev.c(revision 1250) +++ pcidev.c(working copy) @@ -38,16 +38,22 @@ if (dev->device_id != devs[i].device_id)

Re: [flashrom] ck804 enable improvement

2011-01-20 Thread Jonathan A. Kollasch
Ensure all read and write locks are disabled on ck804. Signed-off-by: Jonathan Kollasch Index: chipset_enable.c === --- chipset_enable.c(revision 1253) +++ chipset_enable.c(working copy) @@ -764,8 +764,50 @@ static int ena

[flashrom] [patch] improve termios settings on some OSes

2011-03-08 Thread Jonathan A. Kollasch
Fix termios settings on, at least, NetBSD. Signed-off-by: Jonathan Kollasch Index: serial.c === --- serial.c(revision 1280) +++ serial.c(working copy) @@ -162,8 +162,10 @@ } options.c_cflag &= ~(PARENB | CSTOP

[flashrom] 6A815EPD lspci

2009-10-06 Thread Jonathan A. Kollasch
Hi, Attached is lspci -vvnn output for a Acorp 6A815EPD. The 3Com NIC and ATI video are not part of the motherboard. Jonathan Kollasch 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub [8086:1130] (rev 02) Subsystem: Intel

Re: [flashrom] Board: Acorp 6A815EPD autodetectable.

2009-10-27 Thread Jonathan A. Kollasch
On Wed, Oct 28, 2009 at 12:43:13AM +0100, Carl-Daniel Hailfinger wrote: > On 21.10.2009 23:33, Luc Verhaegen wrote: > > Board: Make Acorp 6A815EPD autodetectable. > > > > Add subsystem id for hostbridge match for Acorp 6A815EPD; even though > > it reads "intel", NULL, this, together with the promis

[flashrom] [patch] use pci_fill_info()

2009-12-11 Thread Jonathan A. Kollasch
Use pci_fill_info() so device_class is valid. This is needed on NetBSD and probably other non-Linux platforms. Signed-off-by: Jonathan A. Kollasch --- Index: board_enable.c === --- board_enable.c (revision 796

Re: [flashrom] [Patch] Board: Acorp 6A815EPD autodetectable (v2).

2009-12-11 Thread Jonathan A. Kollasch
On Sat, Nov 28, 2009 at 08:17:38PM +0100, Luc Verhaegen wrote: > Hi Jonathan, > > I've swapped both id blocks around, so it could actually work this time > :) > > Luc Verhaegen. > Just for archive posterity, what's in r796 does actually work. Jonathan Kollasch ___

[flashrom] [patch] NetBSD support

2010-01-08 Thread Jonathan A. Kollasch
Add support for NetBSD. Signed-off-by: Jonathan A. Kollasch --- Index: hwaccess.h === --- hwaccess.h (revision 837) +++ hwaccess.h (working copy) @@ -76,6 +76,19 @@ #endif #endif +#if defined(__NetBSD__) && (defined(

[flashrom] [patch-v2] NetBSD support

2010-01-08 Thread Jonathan A. Kollasch
Add support for NetBSD. Signed-off-by: Jonathan A. Kollasch --- Index: hwaccess.h === --- hwaccess.h (revision 837) +++ hwaccess.h (working copy) @@ -76,6 +76,63 @@ #endif #endif +#if defined(__NetBSD__) + #define off64_t

[flashrom] [patch] NetBSD/amd64 build fix

2010-02-12 Thread Jonathan A. Kollasch
Use uname -p instead of -m on NetBSD so we get the right architecture library name. Signed-off-by: Jonathan A. Kollasch --- ___ flashrom mailing list flashrom@flashrom.org http://www.flashrom.org/mailman/listinfo/flashrom

[flashrom] [patch] NetBSD/amd64 build fix (w/ actual patch)

2010-02-12 Thread Jonathan A. Kollasch
Use uname -p instead of -m on NetBSD so we get the right architecture library name. Signed-off-by: Jonathan A. Kollasch --- Index: Makefile === --- Makefile(revision 899) +++ Makefile(working copy) @@ -183,7 +183,7

[flashrom] [patch] more NetBSD fixes

2010-02-15 Thread Jonathan A. Kollasch
Cast input to tolower() to unsigned char to work around how tolower() is implemented on NetBSD. Also, use CPPFLAGS (rather than overriding CFLAGS) for the NetBSD/DragonFly build example. Signed-off-by: Jonathan A. Kollasch --- ___ flashrom mailing

[flashrom] [patch] more NetBSD fixes (w/ patch)

2010-02-15 Thread Jonathan A. Kollasch
Cast input to tolower() to unsigned char to work around how tolower() is implemented on NetBSD. Also, use CPPFLAGS (rather than overriding CFLAGS) for the NetBSD/DragonFly build example. Signed-off-by: Jonathan A. Kollasch --- Index: dummyflasher.c

[flashrom] Re: S2430 or S24H30 Please help me

2025-03-06 Thread Jonathan A. Kollasch
On Wed, Feb 05, 2025 at 10:04:55AM +0100, Luca Bernardi wrote: > Dear All, I'm new. > I write in this list because I hope someone can help me. > I need to read a S2430 or S24H30 EEprom from a car radio, but I'm trouble > and so I ask if someone can help me. > At the moment I have XGequ pro and T48