summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Document exit() codes introduced in r3907Peter Stuge2009-01-261-0/+6
| | | | | | | Corresponding to flashrom svn r402 and coreboot v2 svn r3908. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Ward Vandewege <ward@gnu.org>
* Update usage in READMEIdwer Vollering2009-01-111-1/+4
| | | | | | | | | Mimicked from flashrom.c Corresponding to flashrom svn r377 and coreboot v2 svn r3855. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Peter Stuge <peter@stuge.se>
* Some flashrom documentation fixes, and removal of duplicated infoUwe Hermann2008-06-221-102/+13
| | | | | | | Corresponding to flashrom svn r271 and coreboot v2 svn r3385. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* A few changes were committed before the DoC remove, update READMEPeter Stuge2008-06-221-1/+1
| | | | | | | Corresponding to flashrom svn r270 and coreboot v2 svn r3384. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
* Remove dead M-Systems Disk on Chip codePeter Stuge2008-06-221-3/+4
| | | | | | | | | | | | | | 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.* Corresponding to flashrom svn r269 and coreboot v2 svn r3382. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Make the vendor name optional in the -m flashrom parameter when there's only ↵Peter Stuge2008-01-271-14/+14
| | | | | | | | | | | | one board name that matches The full syntax still works, and is required when two vendors have boards with the same names. Corresponding to flashrom svn r190 and coreboot v2 svn r3082. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Forgot to add Spansion S25FL016A to README, trivialPeter Stuge2008-01-271-0/+1
| | | | | | | Corresponding to flashrom svn r189 and coreboot v2 svn r3080. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
* Minor documentation improvements/fixes in the README and manpageUwe Hermann2008-01-181-3/+7
| | | | | | | Corresponding to flashrom svn r180 and coreboot v2 svn r3059. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Rename LinuxBIOS to corebootStefan Reinauer2008-01-181-5/+5
| | | | | | | Corresponding to flashrom svn r178 and coreboot v2 svn r3054. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add board-enable for Acorp 6A815EPDJonathan A. Kollasch2007-12-021-0/+1
| | | | | | | | Corresponding to flashrom svn r161 and coreboot v2 svn r2995. 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>
* Documentation fixes and updatesUwe Hermann2007-10-181-14/+16
| | | | | | | Corresponding to flashrom svn r153 and coreboot v2 svn r2875. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add Gigabyte M61P-S3 SPI flash support to board_enable.cMichael van der Kolff2007-10-161-1/+2
| | | | | | | Corresponding to flashrom svn r148 and coreboot v2 svn r2864. Signed-off-by: Michael van der Kolff <mvanderkolff@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
* Add support for the Winbond W29EE011Markus Boas2007-08-301-0/+1
| | | | | | | Corresponding to flashrom svn r133 and coreboot v2 svn r2753. Signed-off-by: Markus Boas <ryven@ryven.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add support for the Winbond W29C040PMarkus Boas2007-08-301-0/+1
| | | | | | | Corresponding to flashrom svn r132 and coreboot v2 svn r2752. Signed-off-by: Markus Boas <ryven@ryven.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add board enable for the EPoX EP-BX3Luc Verhaegen2007-08-111-0/+1
| | | | | | | | Corresponding to flashrom svn r125 and coreboot v2 svn r2743. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add missing supported flash chips to the READMEUwe Hermann2007-07-271-0/+10
| | | | | | | Corresponding to flashrom svn r124 and coreboot v2 svn r2742. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Fix up and document the AMD CS5530/CS5530A supportUwe Hermann2007-06-061-1/+1
| | | | | | | | | | | | | 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. Corresponding to flashrom svn r120 and coreboot v2 svn r2715. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Document the newly supported IBM x3455 board and the now-supported Broadcom ↵Uwe Hermann2007-06-051-0/+2
| | | | | | | | | HT-1000 chipset Corresponding to flashrom svn r119 and coreboot v2 svn r2713. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add support for the Winbond W39V040FA chipUwe Hermann2007-05-211-0/+1
| | | | | | | Corresponding to flashrom svn r110 and coreboot v2 svn r2686. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add support for ASUS P5A (Socket 7, ALi based)Luc Verhaegen2007-05-201-1/+2
| | | | | | | | | | | | | | * 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. Corresponding to flashrom svn r109 and coreboot v2 svn r2677. 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>
* Enable flashing on IWILL DK8-HTXMondrian Nuessle2007-05-031-0/+6
| | | | | | | | | | Set the right GPIO pins on the Super I/O to disable write protection. Corresponding to flashrom svn r106 and coreboot v2 svn r2624. 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>
* Add initial support for the following flash chipsUwe Hermann2007-04-281-0/+4
| | | | | | | | | | | | | - Atmel AT29C020 - STMicroelectronics M29F002B - STMicroelectronics M29F002T - STMicroelectronics M29F002NT Corresponding to flashrom svn r105 and coreboot v2 svn r2621. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Signed-off-by: Roger Zauner <roger@eskimo.com> Acked-by: Peter Stuge <peter@stuge.se>
* Add VIA CX700 to the list of supported southbridgesUwe Hermann2007-04-091-0/+1
| | | | | | | Corresponding to flashrom svn r102 and coreboot v2 svn r2601. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add Winbond W39V080A supportDavid Hendricks2007-03-021-0/+1
| | | | | | | | Corresponding to flashrom svn r92 and coreboot v2 svn r2565. 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>
* Add support for the SST 49LF160CAlan Carvalho de Assis2007-01-271-0/+1
| | | | | | | Corresponding to flashrom svn r87 and coreboot v2 svn r2539. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016CYinghai Lu2007-01-221-0/+4
| | | | | | | | | | Also add suport for NVIDIA MCP55. Corresponding to flashrom svn r85 and coreboot v2 svn r2537. 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>
* Update flashrom requirements in the READMEUwe Hermann2006-12-201-1/+2
| | | | | | | Corresponding to flashrom svn r83 and coreboot v2 svn r2530. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Update list of supported flash chips in the flashrom READMEUwe Hermann2006-12-041-1/+5
| | | | | | | Corresponding to flashrom svn r81 and coreboot v2 svn r2518. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* List the supported flash chips and southbridges in the flashrom README fileUwe Hermann2006-12-041-0/+58
| | | | | | | Corresponding to flashrom svn r80 and coreboot v2 svn r2517. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Cosmetic fixes and typosUwe Hermann2006-11-201-17/+21
| | | | | | | Corresponding to flashrom svn r73 and coreboot v2 svn r2500. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Print a warning if southbridge is not knownStefan Reinauer2006-08-251-1/+1
| | | | Corresponding to flashrom svn r61 and coreboot v2 svn r2390.
* Some documentation updates by Uwe and some smaller ones by meStefan Reinauer2006-08-031-14/+14
| | | | Corresponding to flashrom svn r59 and coreboot v2 svn r2358.
* Mention build dependencies in MakefileStefan Reinauer2005-12-011-0/+13
| | | | Corresponding to flashrom svn r35 and coreboot v2 svn r2114.
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-13/+62
| | | | Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
* Add a note on the cs5530 southbridgeRonald G. Minnich2002-04-101-0/+5
| | | | Corresponding to coreboot v1 svn r548.
* Trying to make this general purpose user-land flash burnerRonald G. Minnich2002-01-291-0/+15
Corresponding to coreboot v1 svn r489.
OpenPOWER on IntegriCloud