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