summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Original v2 revision: 2517uwe2006-12-041-0/+58
| | | | | | | | | | | | | | List the supported flash chips and southbridges in the flashrom README file (trivial). Closes #52. 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@80 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2500uwe2006-11-201-17/+21
| | | | | | | | | | | Cosmetic fixes and typos (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@73 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2390stepan2006-08-251-1/+1
| | | | | | | Print a warning if southbridge is not known to flashrom. git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@61 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2358stepan2006-08-031-14/+14
| | | | | | | some documentation updates by Uwe and some smaller ones by me. git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@59 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2114stepan2005-12-011-0/+13
| | | | | | | mention build dependencies in Makefile. git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@35 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 2111ollie2005-11-261-13/+62
| | | | | | flasrom update from Stefan, resovle issue 21 git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@34 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
* Original v2 revision: 1232rminnich2003-10-251-0/+20
due to popular demand, added flash_and_burn to the freebios2 tree. git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1