summaryrefslogtreecommitdiff
path: root/sst49lfxxxc.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor unlocking of many chips with locking at register space address +2.stefanct2014-08-031-39/+0
* Use uintptr_t for chipaddr instead of unsigned long.stefanct2013-07-131-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-1/+1
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-6/+10
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-4/+4
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-1/+1
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-4/+1
* Look at the return value of wait_82802ab().uwe2011-06-191-0/+1
* Refactor remaining write wrappers.hailfinger2010-10-131-12/+0
* Simplify calls to inner write functions. No behavioural changes, justhailfinger2010-10-101-6/+1
* The currently used write functions (wrappers) all use helpers whichhailfinger2010-10-101-4/+2
* Remove progress printing from individual flash chip drivers.hailfinger2010-10-081-5/+0
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-5/+0
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-21/+6
* Remove unneeded #include statements completely.hailfinger2010-05-301-1/+0
* Convert chips' message printing to msg_c*snelson2010-03-241-13/+13
* Sst49lfxxxc chips are functionally the same as 82802ab chips.snelson2010-03-231-122/+6
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-0/+5
* Convert the following chips to block_erasers: snelson2010-01-201-1/+36
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-1/+1
* Remove unnecessary #include files.hailfinger2009-08-091-3/+0
* Reset SST49LF016C after erase to exit the read status register mode.hailfinger2009-07-201-0/+1
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-3/+11
* Use flash->virtual_registers for what they were meant for instead ofhailfinger2009-06-051-26/+26
* Actually enable the protection register debug output onuwe2009-06-051-9/+17
* Eliminate all 'inline's from the flashrom code. They serve prettyuwe2009-05-161-8/+5
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-10/+10
* Original v2 revision: 3984hailfinger2009-03-061-21/+21
* Original v2 revision: 3971hailfinger2009-03-051-21/+21
* Original v2 revision: 3895stuge2009-01-251-1/+1
* Original v2 revision: 2873uwe2007-10-171-1/+1
* Original v2 revision: 2768uwe2007-09-091-2/+2
* Original v2 revision: 2751uwe2007-08-291-18/+12
* Original v2 revision: 2748uwe2007-08-231-5/+7
* Original v2 revision: 2746uwe2007-08-231-3/+0
* Original v2 revision: 2693stepan2007-05-241-1/+1
* Original v2 revision: 2691stepan2007-05-241-10/+3
* Original v2 revision: 2690stepan2007-05-231-1/+1
* Original v2 revision: 2689stepan2007-05-231-9/+11
* Original v2 revision: 2643uwe2007-05-091-25/+22
* Original v2 revision: 2585stepan2007-04-061-1/+1
* Original v2 revision: 2550stepan2007-02-061-1/+1
* Original v2 revision: 2537uwe2007-01-221-0/+204