summaryrefslogtreecommitdiff
path: root/stm50flw0x0x.c
Commit message (Expand)AuthorAgeFilesLines
* Use the register mapping feature bit.hailfinger2010-01-091-12/+0
* This patch removes the extremely dangerous unprotect_jedec functionhailfinger2009-11-261-12/+0
* this patch fixes all 27 flashrom source code issues reported bystepan2009-09-161-4/+2
* Quite a few probe functions in flashrom are copies of probe_jedec withhailfinger2009-09-051-42/+3
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-1/+1
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-13/+14
* flash.h not only contains function prototypes and general settings, ithailfinger2009-06-151-0/+1
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-2/+9
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-9/+9
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-2/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-13/+13
* Rename the STM50FLW register variable flash_addr used for block writehailfinger2009-05-111-5/+5
* Original v2 revision: 3984hailfinger2009-03-061-32/+32
* Original v2 revision: 3971hailfinger2009-03-051-32/+32
* Original v2 revision: 3895stuge2009-01-251-1/+1
* Original v2 revision: 3669uwe2008-10-181-34/+32
* Original v2 revision: 3274stepan2008-04-281-0/+293