1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

20 Commits

Author SHA1 Message Date
Adam Kaufman
064b1f23fa This patch is a rework of Adam Kaufman's Solaris patch
* flash.h:
  - add a license header
  - add system definitions
* flash_enable.c:
  - put io priviledge access in one single place
  - add includes required for Solaris.
* lbtable.c, flash_rom.c, 82802ab.c:
  - use MEM_DEV so it works on Solaris
* sst49lfxxxc.c, sharplhf00l04.c, sst_fwhub.c, 82802ab.c
  - drop unneeded include to sys/io.h
* Makefile
  - adapt to Solaris specifics.

Corresponding to flashrom svn r88 and coreboot v2 svn r2550.

Signed-off-by: Adam Kaufman <adam.kaufman@pinnacle.com>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Adam Kaufman <adam.kaufman@pinnacle.com>
2007-02-06 19:47:50 +00:00
Uwe Hermann
3618346f13 Delete superfluous and incorrect comment
Corresponding to flashrom svn r86 and coreboot v2 svn r2538.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
2007-01-24 11:09:03 +00:00
Yinghai Lu
ca78297374 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C
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>
2007-01-22 20:21:17 +00:00
Uwe Hermann
987942dcbd Fix some code comments of the Intel PIIX4/PIIX4E/PIIX4M code
Add detailed instructions on how and where to get the datasheet,
its name, and order number.

Corresponding to flashrom svn r70 and coreboot v2 svn r2493.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> 
Acked-by: Stefan Reinauer <stepan@coresystems.de>
2006-11-07 11:16:21 +00:00
Stefan Reinauer
c6b5f4913b Support for VIA VT82C686 utility
Corresponding to flashrom svn r69 and coreboot v2 svn r2492.

closes #30
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
2006-11-07 10:22:20 +00:00
Uwe Hermann
ea2c66d742 Add support for Intel PIIX4/PIIX4E/PIIX4M-based mainboards
Tested on real hardware, reading, detecting and writing various chips works.

Corresponding to flashrom svn r68 and coreboot v2 svn r2489.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
2006-11-05 18:26:08 +00:00
Stefan Reinauer
219b61e7f2 Multiple unrelated changes
* add vt8237 support (Uwe Hermann)
* add more MCP51 support (me)

Corresponding to flashrom svn r67 and coreboot v2 svn r2456.
2006-10-14 21:04:49 +00:00
Stefan Reinauer
eb366472f6 Add patch from Uwe Hermann to support more ICH southbridges
Corresponding to flashrom svn r62 and coreboot v2 svn r2395.
2006-09-06 15:48:48 +00:00
Stefan Reinauer
cbc55d0c29 Print a warning if southbridge is not known
Corresponding to flashrom svn r61 and coreboot v2 svn r2390.
2006-08-25 19:21:42 +00:00
Stefan Reinauer
e807d82e7d Add support for SST39SF040, SST39SF010A and W39V040B
Corresponding to flashrom svn r58 and coreboot v2 svn r2354.
2006-07-31 23:37:17 +00:00
Scott Tsai
023af76b2b Multiple unrelated changes
* SST_49LF040B flash support for flashrom
* add ICH4-M support to flashrom

Corresponding to flashrom svn r52 and coreboot v2 svn r2230.

Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>
2006-03-31 11:36:06 +00:00
Stefan Reinauer
86de283054 Multiple unrelated changes
* support for Winbond W39V040A
* Support for ATI SB400 (RS480 chipset)
* Support for Intel ICH7 (from Scott Tsai <scott.tsai@arima.com.tw>)

Corresponding to flashrom svn r51 and coreboot v2 svn r2229.
2006-03-31 11:26:55 +00:00
Ronald G. Minnich
d2c3a622b7 Add support for ICH5
Corresponding to flashrom svn r42 and coreboot v2 svn r2183.
2006-02-24 17:10:10 +00:00
Ollie Lho
184a404033 Flashrom update from Stefan, resolve issue 21
Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
2005-11-26 21:55:36 +00:00
Yinghai Lu
952dfce3c2 Nvidia Ck804 support
Corresponding to flashrom svn r32 and coreboot v2 svn r1946.

Signed-off-by: Yinghai Lu <yhlu@tyan.com>
2005-07-06 17:13:46 +00:00
Ollie Lho
d11f361808 Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B
Corresponding to flashrom svn r28 and coreboot v2 svn r1813.
2004-12-07 17:19:04 +00:00
Ronald G. Minnich
6a96741279 Add support for ICH4
More i955pm stuff.

Corresponding to flashrom svn r23 and coreboot v2 svn r1649.
2004-09-28 20:09:06 +00:00
Ollie Lho
8b8897a5fd Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity
Corresponding to flashrom svn r19 and coreboot v2 svn r1486.
2004-03-27 00:18:15 +00:00
Ollie Lho
761bf1bdb7 Consolidate more jedec standard code
Corresponding to flashrom svn r15 and coreboot v2 svn r1457.
2004-03-20 16:46:10 +00:00
Ollie Lho
cbbf125981 Move utility functions into new source files
Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
2004-03-17 22:22:08 +00:00