summaryrefslogtreecommitdiffstats
path: root/stm50flw0x0x.c
Commit message (Expand)AuthorAgeFilesLines
* 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