--- On Sat, 5/30/09, coreboot-request@coreboot.org coreboot-request@coreboot.org wrote: From: coreboot-request@coreboot.org coreboot-request@coreboot.org Subject: coreboot Digest, Vol 51, Issue 220 To: coreboot@coreboot.org Received: Saturday, May 30, 2009, 7:34 PM
Send coreboot mailing list submissions to coreboot@coreboot.org
To subscribe or unsubscribe via the World Wide Web, visit http://www.coreboot.org/mailman/listinfo/coreboot or, via email, send a message with subject or body 'help' to coreboot-request@coreboot.org
You can reach the person managing the list at coreboot-owner@coreboot.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of coreboot digest..."
Today's Topics:
1. [PATCH] flashrom: Add bus type annotation+support (Carl-Daniel Hailfinger)
----------------------------------------------------------------------
Message: 1 Date: Sun, 31 May 2009 01:33:56 +0200 From: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net To: Coreboot coreboot@coreboot.org Subject: [coreboot] [PATCH] flashrom: Add bus type annotation+support Message-ID: 4A21C264.3020508@gmx.net Content-Type: text/plain; charset="utf-8"
Add bus type annotation to struct flashchips. Right now, the annotation only differentiates between SPI and non-SPI. Anyone who knows more about a specific flash chip should feel free to update it.
The existing flashbus variable was abused to denote the SPI controller type. Use an aptly named variable for that purpose.
Once this patch is merged, the chipset/programmer init functions can set supported flash chip types and flashrom can automatically select only matching probe/read/erase/write functions. A side benefit of that will be the elimination of the Winbond W29EE011 vs. AMIC A49LF040A conflict.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net