summaryrefslogtreecommitdiff
path: root/stm50flw0x0x.c
Commit message (Expand)AuthorAgeFilesLines
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-1/+1
* Remove unneeded #include statements completely.hailfinger2010-05-301-2/+0
* Polish the flashrom code comments and outputs a bit.uwe2010-03-251-1/+1
* Convert chips' message printing to msg_c*snelson2010-03-241-15/+14
* unlock fixupsnelson2010-03-201-1/+1
* rename print_82802ab_status to print_status_82802absnelson2010-03-191-137/+19
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert chips to block_erasers:snelson2010-01-191-6/+40
* 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