summaryrefslogtreecommitdiffstats
path: root/stm50flw0x0x.c
Commit message (Expand)AuthorAgeFilesLines
* Unify chip write functionsCarl-Daniel Hailfinger2010-10-101-1/+1
* Remove progress printing from individual flash chip driversCarl-Daniel Hailfinger2010-10-081-6/+0
* Move implicit erase out of chip driversCarl-Daniel Hailfinger2010-10-081-0/+2
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-1/+1
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-2/+0
* Polish the flashrom code comments and outputs a bitUwe Hermann2010-03-251-1/+1
* Convert chips' message printing to msg_c* Fixed suggestions by Carl-DanielSean Nelson2010-03-241-15/+14
* Unlock fixupSean Nelson2010-03-201-1/+1
* Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x...Sean Nelson2010-03-191-137/+19
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Block eraser conversions and support for Eon EN25B seriesSean Nelson2010-01-191-6/+40
* Use the register mapping feature bitCarl-Daniel Hailfinger2010-01-091-12/+0
* Refine support for the JEDEC Software Data ProtectionMichael Karcher2009-11-261-12/+0
* Fix some of the issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-161-4/+2
* Unify some probe functions that basically correspond to probe_jedec()Carl-Daniel Hailfinger2009-09-051-42/+3
* Standardize on using __func__ instead of __FUNCTION__Uwe Hermann2009-09-021-1/+1
* Flashrom only checks for very few chips if the erase workedCarl-Daniel Hailfinger2009-06-151-13/+14
* Split flashchips.h from flash.hCarl-Daniel Hailfinger2009-06-151-0/+1
* Sometimes we want to read/write more than 4 bytes of chip content at onceCarl-Daniel Hailfinger2009-06-051-2/+9
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-9/+9
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-13/+13
* Rename the STM50FLW register variable flash_addr used for block write protect...Carl-Daniel Hailfinger2009-05-111-5/+5
* FreeBSD definitions of (read|write)[bwl] collide with our ownCarl-Daniel Hailfinger2009-03-061-32/+32
* Use helper functions to access flash chipsCarl-Daniel Hailfinger2009-03-051-32/+32
* Beautify flash chip ID verbose printout a little, always use %02xPeter Stuge2009-01-251-1/+1
* Coding-style fixes for flashrom, partly indent-aidedUwe Hermann2008-10-181-34/+32
* Separate ST M50FLW support from generic JEDEC codeClaus Gindhart2008-04-281-0/+293
OpenPOWER on IntegriCloud