source: trunk/82802ab.c @ 1539

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1474   5 months hailfinger Add struct flashctx * parameter to all functions accessing flash chips. …
(edit) @1473   5 months hailfinger Use struct flashctx instead of struct flashchip for flash chip access …
(edit) @1470   6 months stefanct Unsignify lengths and addresses in chip functions and structs Push those …
(edit) @1450   8 months stefanct Revert "Unsignify lengths and addresses in chip functions and structs" - …
(edit) @1448   8 months stefanct Unsignify lengths and addresses in chip functions and structs …
(edit) @1420   9 months uwe Add support for the Sharp LH28F008BJT-BTLZ1 chip. Tested by Mattias …
(edit) @1397   10 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1353   11 months hailfinger Erase functions are no longer called from chip drivers and thus their …
(edit) @1211   20 months hailfinger Switch all flash chips to partial write. The inner write functions which …
(edit) @1210   20 months hailfinger Refactor remaining write wrappers. Kill duplicated code. Annotate write …
(edit) @1209   20 months hailfinger Simplify calls to inner write functions. No behavioural changes, just …
(edit) @1208   20 months hailfinger The currently used write functions (wrappers) all use helpers which …
(edit) @1207   20 months hailfinger Remove progress printing from individual flash chip drivers. Progress …
(edit) @1206   20 months hailfinger flashrom had an implicit erase-on-write for most flash chip and programmer …
(edit) @1021   2 years hailfinger Remove unneeded #include statements completely. unistd.h was only used to …
(edit) @991   2 years mkarcher Intel 28F004/28F400 support Remove blockwise write for i82802ab chips. It …
(edit) @982   2 years snelson Convert chips' message printing to msg_c* Fixed suggestions by …
(edit) @971   2 years hailfinger JEDEC ID probing checks the parity of the vendor ID and verifies that the …
(edit) @967   2 years snelson in unlock_28f004s5, variable 'i' needs to be int... Signed-off-by: Sean …
(edit) @966   2 years snelson fix a few typos from the last commit. Signed-off-by: Sean Nelson …
(edit) @965   2 years snelson To access/read the lock bits, we use the same mode to read the chip id. …
(edit) @961   2 years snelson unlock fixup Signed-off-by: Sean Nelson <audiohacked@…> Acked-by: …
(edit) @948   2 years snelson rename print_82802ab_status to print_status_82802ab add unlock_82802ab …
(edit) @937   2 years hailfinger Add FEATURE_REGISTERMAP to * Intel 82802AB, 82802AC * Sharp LHF00L04 * SST …
(edit) @914   2 years snelson Split spi.c into programmer and chip code Remove chipdriver.h include from …
(edit) @843   2 years snelson Convert chips to block_erasers: ASD AE49F2008 AMIC A25L40P(T/U) AMIC …
(edit) @783   2 years hailfinger This patch removes the extremely dangerous unprotect_jedec function which …
(edit) @723   3 years stepan This patch cleans up flashrom so that it passes LLVM/clang's scan-build …
(edit) @717   3 years hailfinger Quite a few probe functions in flashrom are copies of probe_jedec with …
(edit) @711   3 years uwe Standardize on using func instead of FUNCTION. The func
(edit) @595   3 years hailfinger flashrom only checks for very few chips if the erase worked. And even when …
(edit) @579   3 years hailfinger Sometimes we want to read/write more than 4 bytes of chip content at once. …
(edit) @578   3 years hailfinger Add external programmer delay functions so external programmers can handle …
(edit) @521   3 years uwe Drop unused/duplicated #includes and some dead code (trivial). …
(edit) @519   3 years hailfinger Use chipaddr instead of volatile uint8_t * because when we access chips in …
(edit) @420   3 years hailfinger Original v2 revision: 3984 FreeBSD definitions of (read|write)[bwl] …
(edit) @418   3 years hailfinger Original v2 revision: 3971 flashrom: Use helper functions to access flash …
(edit) @390   3 years stuge Original v2 revision: 3895 flashrom: Beautify flash chip ID verbose …
(edit) @217   4 years stepan Original v2 revision: 3260 Flash pages, which where excluded from …
(edit) @204   4 years hailfinger Original v2 revision: 3140 Revert the delete of 82802ab.c in r3137. …
(edit) @151   5 years uwe Original v2 revision: 2873 Some cosmetic cleanups in the flashrom code …
(edit) @136   5 years uwe Original v2 revision: 2768 Add '(C)' where it's missing (for consistency …
(edit) @131   5 years uwe Original v2 revision: 2751 Change all flashrom license headers to use our …
(edit) @130   5 years uwe Original v2 revision: 2748 Cosmetic fixes (trivial). Signed-off-by: Uwe …
(edit) @129   5 years uwe Original v2 revision: 2747 Drop duplicated code (copies of plain JEDEC …
(edit) @128   5 years uwe Original v2 revision: 2746 Drop a bunch of useless header files, merge …
(edit) @127   5 years uwe Original v2 revision: 2745 Move code into *.c files, there's no reason to …
(edit) @115   5 years stepan Original v2 revision: 2693 drop leftover includes (trivial) …
(edit) @113   5 years stepan Original v2 revision: 2691 factor out register mapping code (trivial) …
(edit) @112   5 years stepan Original v2 revision: 2690 Unify mmap error messages in flashrom …
(edit) @111   5 years stepan Original v2 revision: 2689 big cosmetic offensive on flashrom. (trivial) …
(edit) @108   5 years uwe Original v2 revision: 2643 Fix coding style of flashrom by running indent …
(edit) @100   5 years stepan Original v2 revision: 2585 Trivial (cosmetic) cleanup: * Only open …
(edit) @88   5 years stepan Original v2 revision: 2550 This patch is a rework of Adam Kaufman's …
(edit) @60   6 years stepan Original v2 revision: 2386 Removing $Id$ tags as they have no meaning in …
(edit) @34   6 years ollie Original v2 revision: 2111 flasrom update from Stefan, resovle issue 21
(edit) @15   8 years ollie Original v2 revision: 1457 consolidate more jedec standard code
(add) @1   9 years rminnich Original v2 revision: 1232 due to popular demand, added flash_and_burn to …
Note: See TracRevisionLog for help on using the revision log.