summaryrefslogtreecommitdiff
path: root/82802ab.c
Commit message (Expand)AuthorAgeFilesLines
* Refine physical address mapping of flash chips.stefanct2014-08-301-3/+0
* Unify non-shifted and shifted JEDEC access.stefanct2014-08-081-1/+1
* Refactor unlocking of many chips with locking at register space address +2.stefanct2014-08-031-11/+0
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-2/+1
* Cleanup ST M50 driver.stefanct2013-09-121-0/+1
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-6/+6
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-34/+35
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-7/+7
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-1/+1
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-1/+1
* Add support for the Sharp LH28F008BJT-BTLZ1 chip.uwe2011-08-251-0/+55
* Random whitespace and coding-style fixes.uwe2011-07-281-8/+8
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-5/+1
* Switch all flash chips to partial write.hailfinger2010-10-131-7/+2
* Refactor remaining write wrappers.hailfinger2010-10-131-0/+1
* Simplify calls to inner write functions. No behavioural changes, justhailfinger2010-10-101-7/+1
* The currently used write functions (wrappers) all use helpers whichhailfinger2010-10-101-8/+11
* Remove progress printing from individual flash chip drivers.hailfinger2010-10-081-9/+0
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-22/+0
* Remove unneeded #include statements completely.hailfinger2010-05-301-2/+0
* Intel 28F004/28F400 supportmkarcher2010-04-031-36/+18
* Convert chips' message printing to msg_c*snelson2010-03-241-26/+27
* JEDEC ID probing checks the parity of the vendor ID and verifies thathailfinger2010-03-221-1/+15
* in unlock_28f004s5, variable 'i' needs to be int...snelson2010-03-221-1/+2
* fix a few typos from the last commit.snelson2010-03-221-2/+2
* To access/read the lock bits, we use the same mode to read the chip id.snelson2010-03-221-0/+49
* unlock fixupsnelson2010-03-201-1/+1
* rename print_82802ab_status to print_status_82802absnelson2010-03-191-9/+18
* Add FEATURE_REGISTERMAP tohailfinger2010-03-151-1/+2
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert chips to block_erasers:snelson2010-01-091-11/+11
* This patch removes the extremely dangerous unprotect_jedec functionhailfinger2009-11-261-1/+0
* This patch cleans up flashrom so that it passes LLVM/clang's scan-buildstepan2009-09-161-12/+11
* Quite a few probe functions in flashrom are copies of probe_jedec withhailfinger2009-09-051-23/+7
* 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-8/+11
* 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-5/+5
* 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-7/+7
* Original v2 revision: 3984hailfinger2009-03-061-27/+27
* Original v2 revision: 3971hailfinger2009-03-051-27/+27
* Original v2 revision: 3895stuge2009-01-251-1/+1
* Original v2 revision: 3260stepan2008-04-241-7/+27
* Original v2 revision: 3140hailfinger2008-03-141-0/+186
* Original v2 revision: 3137hailfinger2008-03-131-186/+0
* Original v2 revision: 2873uwe2007-10-171-1/+1
* Original v2 revision: 2768uwe2007-09-091-1/+1
* Original v2 revision: 2751uwe2007-08-291-17/+20