summaryrefslogtreecommitdiff
path: root/stm50flw0x0x.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-8/+11
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-3/+3
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-5/+1
* Remove erase_chip_stm50flw0x0xmkarcher2011-04-141-27/+0
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-1/+1
* The currently used write functions (wrappers) all use helpers whichhailfinger2010-10-101-1/+1
* Remove progress printing from individual flash chip drivers.hailfinger2010-10-081-6/+0
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-0/+2
* 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