summaryrefslogtreecommitdiffstats
path: root/sst39sf020.c
Commit message (Collapse)AuthorAgeFilesLines
* I looked at the datasheet and erase_sector_39sf020() is totally and ↵Carl-Daniel Hailfinger2008-05-161-15/+0
| | | | | | | | | | | | | | | | completely wrong It was a straight cut'n'paste from SST 28SF040 code and the person doing the cut'n'paste didn't even bother to check the data sheet. The SST 39SF020 is completely incompatible with the 28SF040. No need for replacement. According to the data sheet, standard JEDEC commands will work and we have those commands in the tree already. Corresponding to flashrom svn r242 and coreboot v2 svn r3331. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Joseph Smith <joe@settoplinux.org>
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-1/+1
| | | | | | | Corresponding to flashrom svn r151 and coreboot v2 svn r2873. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add '(C)' where it's missing (for consistency reasons)Uwe Hermann2007-09-091-1/+1
| | | | | | | Corresponding to flashrom svn r136 and coreboot v2 svn r2768. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Change all flashrom license headers to use our standard formatUwe Hermann2007-08-291-20/+12
| | | | | | | | | No changes in content of the files. Corresponding to flashrom svn r131 and coreboot v2 svn r2751. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Cosmetic fixesUwe Hermann2007-08-231-2/+2
| | | | | | | Corresponding to flashrom svn r130 and coreboot v2 svn r2748. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-2/+0
| | | | | | | Corresponding to flashrom svn r128 and coreboot v2 svn r2746. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Big cosmetic offensive on flashromStefan Reinauer2007-05-231-1/+1
| | | | | | | | | | | | * Give decent names to virt_addr and virt_addr_2 * add some comments * move virtual addresses to the end of the struct, so they dont mess up the initializer. Corresponding to flashrom svn r111 and coreboot v2 svn r2689. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Coding style fixesUwe Hermann2007-04-011-2/+2
| | | | | | | Corresponding to flashrom svn r97 and coreboot v2 svn r2577. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Removing $Id$ tags as they have no meaning in SVNStefan Reinauer2006-08-231-1/+0
| | | | Corresponding to flashrom svn r60 and coreboot v2 svn r2386.
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-3/+4
| | | | Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
* Add -E option for chip erase, remove duplicated codeOllie Lho2004-12-081-6/+2
| | | | Corresponding to flashrom svn r30 and coreboot v2 svn r1815.
* Remove unused #define and function declarationOllie Lho2004-03-201-4/+0
| | | | Corresponding to flashrom svn r17 and coreboot v2 svn r1459.
* Consolidate more jedec standard codeOllie Lho2004-03-201-14/+17
| | | | Corresponding to flashrom svn r15 and coreboot v2 svn r1457.
* Remove duplicated codeOllie Lho2004-03-191-97/+2
| | | | Corresponding to flashrom svn r14 and coreboot v2 svn r1456.
* Fix 32bit vs. 64bit long int arithematicsOllie Lho2004-03-181-34/+6
| | | | Corresponding to flashrom svn r8 and coreboot v2 svn r1434.
* Move utility functions into new source filesOllie Lho2004-03-171-1/+1
| | | | Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
* Changes from NIKIRonald G. Minnich2003-09-121-7/+16
| | | | Corresponding to coreboot v1 svn r873.
* Fixes ...Ronald G. Minnich2003-03-281-1/+3
| | | | Corresponding to coreboot v1 svn r760.
* Made the ids always print in hex less verbose verify stepRonald G. Minnich2003-02-281-1/+2
| | | | Corresponding to coreboot v1 svn r752.
* Add sst39vf020 supportOllie Lho2002-07-181-14/+15
| | | | Corresponding to coreboot v1 svn r606.
* Support for the 39sf020Ronald G. Minnich2002-04-101-12/+35
| | | | Corresponding to coreboot v1 svn r544.
* sst39sf020 supportRonald G. Minnich2002-03-211-0/+163
Corresponding to coreboot v1 svn r524.
OpenPOWER on IntegriCloud