summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Add DOS cross-compilation support to the Makefile.hailfinger2010-03-211-1/+20
| | | | | | | | | | Add a README with build instructions. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Rudolf Marek <r.marek@assembler.cz> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@963 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* more NetBSD fixes (w/ patch)mkarcher2010-02-161-1/+1
| | | | | | | | | | | | | 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 <jakllsch@kollasch.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Add support for NetBSD.hailfinger2010-01-081-2/+2
| | | | | | | | Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@838 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Drop multiple forwards to man page and add a single one more prominently.stepan2010-01-031-31/+2
| | | | | | | | | | | Drop usage information that is already mentioned in the man page. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@827 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* There is no need to tell people to install libz if flashrom doesn't needhailfinger2009-10-031-3/+6
| | | | | | | | | | | | | | | | | libz. So far, the only case where libz is needed is when a library (libpci) pulls in libz and even then it only happens if libpci is available in a static version only and said static version has libz requirements. Check for libpci separately and don't require libz if it isn't needed. Clarify the README. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@743 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Update contact info.hailfinger2009-08-241-1/+8
| | | | | | | | Signed-off-by: Joerg Mayer <jmayer@loplof.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@700 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Tidy up docs before release. Don't mention coreboot.org without context.hailfinger2009-08-181-8/+5
| | | | | | | | Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@688 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Fix compilation on Nexenta which is Ubuntu with a Solaris kernel.hailfinger2009-08-171-4/+7
| | | | | | | | Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@686 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* The project's new home is flashrom.org now. Change all occurences in thestepan2009-07-301-1/+1
| | | | | | | | | | | source code and documentation accordingly. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@669 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* This patch introduces two new targets which are designed to make thehailfinger2009-06-121-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | life of packagers easier. In particular, it should no longer be necessary to patch the makefile for hassle-free compilation. The targets are: make export make tarball Both preserve svn revisions and the exported tree does not depend on subversion in any way or shape. Documentation for this feature has been added to README. We need this for five reasons: 1. Packagers currently have to patch flashrom source to compile it on systems without subversion. We should make it easier for them. 2. Snapshot tarballs currently have a .svn 1.5 directory included but this will cause errors for users with older svn 1.4. Not requiring subversion for snapshot compilation is best. 3. Since packagers seldom the svn revision in their fixup patches, some packages out there have incorrect or no revision, only major version numbers. 4. Releasing a new version of flashrom needs too many changes to the makefile which have to be reverted instantly after the release. That is unnecessary churn. 5. Making a release is easy with the change. Update the major version, then run "make tarball". Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@587 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Mark the ASUS A7N8X-E Deluxe as working.uwe2009-06-041-0/+1
| | | | | | | | | | | | | I finally found the machine (doesn't belong to me) where I originally tested this board as non-working and I can confirm that all operations work fine now (since the nForce2 patch in r548). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@571 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Random flashrom updates:uwe2009-05-281-1/+13
| | | | | | | | | | | | | | | | | | | | | | - Add explicit installation instructions in the README. - Code cleanups, coding style fixes, drop dead code. - Drop duplicate board listings from -L output (some boards were explicitly recorded in boards_ok[] _and_ implicitly via the board-enables table. - Add MS-xxxx numbers to MSI boards where we can find that info. - Fix typo, "K8T Neo2" should have been "K8T Neo2-F" actually, at least according to the comment of w83627thf_gpio4_4_raise_2e() which says "Suited for: MSI K8T Neo2-F". Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@554 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Add website section (trivial).uwe2009-05-221-1/+6
| | | | | | | | | Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@544 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Documentation improvements and small code/whitespace fixes (trivial).uwe2009-05-191-2/+5
| | | | | | | | | Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@535 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Some cosmetics in README and manpage. Also, move more stuff to the manpageuwe2009-05-051-53/+30
| | | | | | | | | | | where it belongs (this also eliminates some duplicated contents). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Complement the README file with build instructions for the platforms itstuge2009-05-031-1/+10
| | | | | | | | | | currently compiles on. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@453 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Fix compilation on Solaris and tell people how to compile flashrom onhailfinger2009-05-011-0/+11
| | | | | | | | | | | | Solaris, Darwin/Mac OS X and DragonFly BSD. Thanks to Joerg Schilling and Patrick Georgi for the Solaris part. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@452 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Mention that flashrom can also verify flash contents.stuge2009-05-011-2/+2
| | | | | | | | Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 4196uwe2009-04-231-24/+4
| | | | | | | | | | | | Don't duplicate option description in README, the manpage already has that info. Also, additional small cosmetic fix. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 4141stuge2009-04-201-5/+5
| | | | | | | | | | flashrom: Trivial README change Flashrom->flashrom Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@433 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 4092uwe2009-04-111-2/+3
| | | | | | | | | | | Mention a few more flash chip packages in README/manpage. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@427 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 4088uwe2009-04-101-15/+10
| | | | | | | | | | | | | | | | | | Various manpage / README fixes: - Improve description a bit, especially wrt chip packages and protocols. - Add some missing parameters to manpage option descriptions. - Remove long obsolete DoC support note. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@425 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3908stuge2009-01-261-0/+6
| | | | | | | | | | flashrom: Document exit() codes introduced in r3907. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@402 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3855stuge2009-01-111-1/+4
| | | | | | | | | | | | flashrom: Update usage in README Mimicked from flashrom.c Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@377 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3385uwe2008-06-221-102/+13
| | | | | | | | | | | Some flashrom documentation fixes, and removal of duplicated info (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@271 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3384stuge2008-06-221-1/+1
| | | | | | | | | | flashrom: A few changes were committed before the DoC remove, update README. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@270 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3382stepan2008-06-221-3/+4
| | | | | | | | | | | | | | | | | | flashrom: Remove dead M-Systems Disk on Chip code DOC support has been disabled by default for many years. The write function does nothing but print text. It has a call to write_page_md2802() commented out, but that function does not exist. This is dead code with ugly #ifdefs. Updates README to reflect that there was a time when there was code, but it didn't work. Removes M-Systems #defines and also includes svn rm msys_doc.* Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@269 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3082stuge2008-01-271-14/+14
| | | | | | | | | | | | Make the vendor name optional in the -m flashrom parameter when there's only one board name that matches. The full syntax still works, and is required when two vendors have boards with the same names. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@190 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3080stuge2008-01-271-0/+1
| | | | | | | | | | Forgot to add Spansion S25FL016A to README, trivial. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@189 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3059uwe2008-01-181-3/+7
| | | | | | | | | | | Minor documentation improvements/fixes in the README and manpage (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@180 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 3054stepan2008-01-181-5/+5
| | | | | | | | | | | for some reasons the externals did not get committed. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@178 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2995uwe2007-12-021-0/+1
| | | | | | | | | | | | Add board-enable for Acorp 6A815EPD. Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@161 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2875uwe2007-10-181-14/+16
| | | | | | | | | | | Documentation fixes and updates (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@153 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2864hailfinger2007-10-161-1/+2
| | | | | | | | | | | Add Gigabyte M61P-S3 SPI flash support to board_enable.c Signed-off-by: Michael van der Kolff <mvanderkolff@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@148 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2753uwe2007-08-301-0/+1
| | | | | | | | | | | Add support for the Winbond W29EE011. Signed-off-by: Markus Boas <ryven@ryven.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2752uwe2007-08-301-0/+1
| | | | | | | | | | | Add support for the Winbond W29C040P. Signed-off-by: Markus Boas <ryven@ryven.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@132 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2743uwe2007-08-111-0/+1
| | | | | | | | | | | | flashrom: Add board enable for the EPoX EP-BX3. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@125 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2742uwe2007-07-271-0/+10
| | | | | | | | | | | flashrom: Add missing supported flash chips to the README (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2715uwe2007-06-061-1/+1
| | | | | | | | | | | | | | | | | Fix up and document the AMD CS5530/CS5530A support in flashrom. The previous code was pretty unreadable, undocumented and did some totally unrelated things (such as mucking with the game port or port 0x92). This version is tested with a 256 KB chip and should work for the CS5530 and CS5530A. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@120 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2713uwe2007-06-051-0/+2
| | | | | | | | | | | | flashrom: Document the newly supported IBM x3455 board and the now-supported Broadcom HT-1000 chipset (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@119 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2686uwe2007-05-211-0/+1
| | | | | | | | | | | Add support for the Winbond W39V040FA chip. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@110 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2677uwe2007-05-201-1/+2
| | | | | | | | | | | | | | | | | | Flashrom: add support for ASUS P5A (Socket 7, ALi based). * Add support for the ALi M1533 to chipset_enable.c * Add some SMBus poking needed for the ASUS P5A, to board_enable.c Since PCI subsystem IDs are worthless with this board, people will have to name the board directly. Signed-off-by: Luc Verhaegen <libv@skynet.be> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@109 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2624uwe2007-05-031-0/+6
| | | | | | | | | | | | | Enable flashing on the IWILL DK8-HTX board by configuring the Super I/O to set the right GPIO pins, so write protection is disabled. Signed-off-by: Mondrian Nuessle <nuessle@uni-mannheim.de> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@106 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2621stuge2007-04-281-0/+4
| | | | | | | | | | | | | | | | Add initial support for the following flash chips: - Atmel AT29C020 - STMicroelectronics M29F002B - STMicroelectronics M29F002T - STMicroelectronics M29F002NT Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Signed-off-by: Roger Zauner <roger@eskimo.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2601uwe2007-04-091-0/+1
| | | | | | | | | | | flashrom: Add VIA CX700 to the list of supported southbridges (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@102 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2565uwe2007-03-021-0/+1
| | | | | | | | | | | | Add Winbond W39V080A support to Flashrom. Signed-off-by: David Hendricks <david.hendricks@gmail.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@92 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2539uwe2007-01-271-0/+1
| | | | | | | | | | | Add support for the SST 49LF160C. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@87 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2537uwe2007-01-221-0/+4
| | | | | | | | | | | | | | Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom. Also add suport for NVIDIA MCP55. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@85 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2530uwe2006-12-201-1/+2
| | | | | | | | | | | Update flashrom requirements in the README (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@83 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2518uwe2006-12-041-1/+5
| | | | | | | | | | | Update list of supported flash chips in the flashrom README (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@81 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1