summaryrefslogtreecommitdiffstats
path: root/stm50flw0x0x.c
Commit message (Expand)AuthorAgeFilesLines
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-2/+2
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-8/+11
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-3/+3
* Erase functions are no longer called from chip drivers and thus their interna...Carl-Daniel Hailfinger2011-06-261-5/+1
* Remove erase_chip_stm50flw0x0xMichael Karcher2011-04-141-27/+0
* This patch reduces the stack usage by declaring 'const' stack variables as 's...Mathias Krause2011-01-171-1/+1
* The currently used write functions (wrappers) all use helpers which perform t...Carl-Daniel Hailfinger2010-10-101-1/+1
* Remove progress printing from individual flash chip driversCarl-Daniel Hailfinger2010-10-081-6/+0
* Flashrom had an implicit erase-on-write for most flash chip and programmer dr...Carl-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
* Rename print_82802ab_status to print_status_82802ab add unlock_82802abSean 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
* This patch removes the extremely dangerous unprotect_jedec function which is ...Michael Karcher2009-11-261-12/+0
* This patch fixes all 27 flashrom source code issues reported by LLVM/clang's ...Stefan Reinauer2009-09-161-4/+2
* Quite a few probe functions in flashrom are copies of probe_jedec with additi...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
* Flash.h not only contains function prototypes and general settings, it also h...Carl-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 external programmer delay functions so external programmers can handle th...Carl-Daniel Hailfinger2009-06-051-9/+9
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Use chipaddr instead of volatile uint8_t * because when we access chips in ex...Carl-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
* The generic jedec.c does not work for the ST M50FLW flash devices, because th...Claus Gindhart2008-04-281-0/+293
OpenPOWER on IntegriCloud