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
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
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
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
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
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
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
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
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
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
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
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
>
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
Re. JSPI1: https://www.flashrom.org/MSI_JSPI1
___
flashrom mailing list -- flashrom@flashrom.org
To unsubscribe send an email to flashrom-le...@flashrom.org
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
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
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
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
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
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 (
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
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
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
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
=
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
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)
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
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
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
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
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
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
___
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(
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
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
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
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
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
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
39 matches
Mail list logo