|
|
|
@1668
|
6 weeks |
stefanct |
Get rid of perror().
It prints to stderr and that's not what we want …
|
|
|
|
@1666
|
7 weeks |
stefanct |
Refine granularity handling in preparation of AT45DB series support.
This …
|
|
|
|
@1658
|
8 weeks |
stefanct |
Add Altera USB-Blaster SPI programmer.
Adds support for the Altera …
|
|
|
|
@1651
|
3 months |
stefanct |
Make write granularity a chip attribute.
Signed-off-by: Stefan Tauner …
|
|
|
|
@1648
|
4 months |
stefanct |
Fix building for MacOSX.
- Add a new macro named IS_MACOSX to hwaccess.c …
|
|
|
|
@1640
|
5 months |
stefanct |
Add a bunch of new/tested stuff and various small changes 16.
Tested …
|
|
|
|
@1639
|
5 months |
stefanct |
Constify parameters and globals.
This makes some stuff const (partially …
|
|
|
|
@1632
|
5 months |
stefanct |
Unify usbdev_status and pcidev_status into dev_entry.
Once upon a time …
|
|
|
|
@1631
|
5 months |
stefanct |
Refactor PCI and USB device status printing.
To be able to get rid of …
|
|
|
|
@1630
|
5 months |
stefanct |
Add general programmer sanity checks.
And remove the completely unused …
|
|
|
|
@1629
|
5 months |
stefanct |
Fix memleaks in cli_classic.c.
Frees the memory allocated for the …
|
|
|
|
@1624
|
6 months |
stefanct |
Improve --help and friends.
More clear "variable" names, better …
|
|
|
|
@1619
|
7 months |
stefanct |
Do not read the flash chip twice in verification mode.
Kyösti Mälkki …
|
|
|
|
@1613
|
7 months |
stefanct |
Add a bunch of new/tested stuff and various small changes 15.
Tested …
|
|
|
|
@1601
|
8 months |
stefanct |
Add a bunch of new/tested stuff and various small changes 14.
Tested …
|
|
|
|
@1586
|
9 months |
stefanct |
Add support for Realtek RTL8169.
And some cleanups including the removal …
|
|
|
|
@1585
|
9 months |
stefanct |
Some ISO C fixes.
This patch just fixes a limited number of bits not …
|
|
|
|
@1579
|
9 months |
hailfinger |
Make struct flashchip a field in struct flashctx instead of a complete …
|
|
|
|
@1577
|
9 months |
stefanct |
Refactor the -p internal:mainboard handling.
This patch gets rid of some …
|
|
|
|
@1569
|
9 months |
stefanct |
Move show_id to where it belongs.
And remove the unused force parameter.
…
|
|
|
|
@1567
|
10 months |
hailfinger |
Portability fixes and cleanups
Move Mac OS X IOKit/DirectHW availability …
|
|
|
|
@1562
|
10 months |
hailfinger |
Fix missing #include hwaccess.h
In r1549 #include "hwaccess.h" was moved …
|
|
|
|
@1552
|
10 months |
hailfinger |
Always require the --programmer parameter on the command line if any
flash …
|
|
|
|
@1545
|
11 months |
hailfinger |
Remove exit() call from show_id
The only caller is able to check the …
|
|
|
|
@1540
|
12 months |
hailfinger |
Add logfile support to flashrom
Usage: flashrom --output logfile.txt
…
|
|
|
|
@1536
|
12 months |
hailfinger |
Convert printf to msg_* where appropriate.
Clean up cli_output.c to be …
|
|
|
|
@1525
|
13 months |
mkarcher |
Add serial port bitbanging code
This adds the pony_spi driver which …
|
|
|
|
@1524
|
13 months |
stefanct |
Add a bunch of new/tested stuff and various small changes 12.
Tested …
|
|
|
|
@1500
|
15 months |
stefanct |
Add support for SFDP (JESD216).
Similar to modules using the opaque …
|
|
|
|
@1493
|
15 months |
stefanct |
Warn of one-time programmable (OTP) memory
Some flash chips contain OTP …
|
|
|
|
@1485
|
17 months |
hailfinger |
Reorder list of options to test
If a chip is unknown the user is asked to …
|
|
|
|
@1475
|
17 months |
hailfinger |
Have all programmer init functions register bus masters/programmers
All …
|
|
|
|
@1474
|
17 months |
hailfinger |
Add struct flashctx * parameter to all functions accessing flash chips.
…
|
|
|
|
@1473
|
17 months |
hailfinger |
Use struct flashctx instead of struct flashchip for flash chip access
…
|
|
|
|
@1470
|
18 months |
stefanct |
Unsignify lengths and addresses in chip functions and structs
Push those …
|
|
|
|
@1463
|
19 months |
hailfinger |
Register Parallel/LPC/FWH programmers the same way SPI programmers are …
|
|
|
|
@1450
|
20 months |
stefanct |
Revert "Unsignify lengths and addresses in chip functions and structs"
- …
|
|
|
|
@1448
|
20 months |
stefanct |
Unsignify lengths and addresses in chip functions and structs
…
|
|
|
|
@1433
|
21 months |
hailfinger |
Change programmer selection in cli and generic code
Bugfix: Do not accept …
|
|
|
|
@1427
|
21 months |
uwe |
Add support for the Linux SPI subsystem (spidev).
See …
|
|
|
|
@1424
|
21 months |
hailfinger |
Shorten some board enable related function names
Signed-off-by: …
|
|
|
|
@1417
|
21 months |
uwe |
Move the main() function from flashrom.c to cli_classic.c.
The file …
|
|
|
|
@1413
|
22 months |
hailfinger |
Fixup of r1397:
- Mixing uninitialized and initialized local variables …
|
|
|
|
@1397
|
22 months |
uwe |
Random whitespace and coding-style fixes.
Also, indentation fixes, e.g. …
|
|
|
|
@1396
|
22 months |
hailfinger |
Rename CHIP_BUSTYPE_FOO to BUS_FOO.
It's shorter to type, and we have …
|
|
|
|
@1393
|
22 months |
stefanct |
add a bunch of new/tested stuff and various small changes 6
- add J-7BXAN …
|
|
|
|
@1392
|
22 months |
stefanct |
Fix output of erase_and_write_flash and surroundings
see …
|
|
|
|
@1386
|
22 months |
stefanct |
add a bunch of new/tested stuff and various small changes 5
- mark …
|
|
|
|
@1380
|
22 months |
hailfinger |
Fix out-of-bounds access if all erase functions fail.
Fix detection of …
|
|
|
|
@1370
|
23 months |
stefanct |
fix unchecked malloc calls and casts of malloc return values
in the long …
|
|
|
|
@1364
|
23 months |
stefanct |
Kill unused "log" argument of count_usable_erasers().
Signed-off-by: …
|
|
|
|
@1358
|
23 months |
stefanct |
add count_usable_erasers which returns the number of well-defined erasers …
|
|
|
|
@1357
|
2 years |
stefanct |
fix memleaks due to incorrect usage of flashbuses_to_text
Signed-off-by: …
|
|
|
|
@1355
|
2 years |
stefanct |
add a success indicator to the "Reading old flash chip contents..." …
|
|
|
|
@1354
|
2 years |
stefanct |
constify (a few) parameters in flashrom.c where possible
Signed-off-by: …
|
|
|
|
@1353
|
2 years |
hailfinger |
Erase functions are no longer called from chip drivers and thus their …
|
|
|
|
@1350
|
2 years |
stefanct |
fix probe_flash to report new values set by probing functions
This is …
|
|
|
|
@1341
|
2 years |
hailfinger |
Do not display skipped probe messsages in verbose mode.
They are still …
|
|
|
|
@1338
|
2 years |
dhendrix |
Use shutdown callback mechanism to shutdown programmers
This patch …
|
|
|
|
@1321
|
2 years |
stefanct |
small fixes
- missing spaces in code and output
- improved …
|
|
|
|
@1318
|
2 years |
stefanct |
eliminate magic numbers indicating maximum column sizes in …
|
|
|
|
@1317
|
2 years |
stefanct |
whitespace, documentation and other small stuff
this patch combines three …
|
|
|
|
@1302
|
2 years |
stefanct |
Remove filename parameter from chip_safety_check()
Signed-off-by: David …
|
|
|
|
@1299
|
2 years |
mkarcher |
kill central list of SPI programmers
Remove the array spi_programmer, …
|
|
|
|
@1297
|
2 years |
hailfinger |
Intel NIC with parallel flash support.
Signed-off-by: Carl-Daniel …
|
|
|
|
@1293
|
2 years |
hailfinger |
Constify flashchips array.
This moves 99.5% of the .data section to …
|
|
|
|
@1289
|
2 years |
hailfinger |
Add support for more than one Super I/O or EC per machine.
flashrom …
|
|
|
|
@1278
|
2 years |
hailfinger |
Fix compilation if CONFIG_INTERNAL=no.
Fix compilation if everything …
|
|
|
|
@1274
|
2 years |
hailfinger |
Simplify pcidev_init by killing the vendorid parameter which was pretty …
|
|
|
|
@1258
|
2 years |
hailfinger |
Support for Angelbird Wings PCIe SSD (solid-state drive).
It uses a …
|
|
|
|
@1253
|
2 years |
stepan |
Don't print the local memory flash chip address on programmers that don't …
|
|
|
|
@1252
|
2 years |
krause |
This patch reduces the stack usage by declaring 'const' stack variables
as …
|
|
|
|
@1246
|
2 years |
hailfinger |
Simplify get_next_write in the partial write code.
Suggested by Michael …
|
|
|
|
@1244
|
2 years |
hailfinger |
Clean up erase function checking.
Update a few comments and messages to …
|
|
|
|
@1241
|
2 years |
hailfinger |
Add support for the Open Graphics Project development card, OGD1, as a
SPI …
|
|
|
|
@1240
|
2 years |
hailfinger |
Avoid printing the chip locks if chip detection was forced because lock …
|
|
|
|
@1238
|
2 years |
hailfinger |
Handle erase failure in partial write.
Signed-off-by: Carl-Daniel …
|
|
|
|
@1233
|
3 years |
hailfinger |
Read the to-be-verified area in one go.
verify_range() and …
|
|
|
|
@1232
|
3 years |
hailfinger |
Revert PCI config space writes on shutdown.
This means all chipset enables …
|
|
|
|
@1226
|
3 years |
hailfinger |
Support setting the Dediprog SF100 SPI voltage.
Add a generic voltage …
|
|
|
|
@1225
|
3 years |
hailfinger |
Avoid two memory leaks in doit() which were unproblematic for flashrom …
|
|
|
|
@1224
|
3 years |
hailfinger |
This patch makes flashrom use real partial writes. If you write an image …
|
|
|
|
@1215
|
3 years |
hailfinger |
Always read the flash chip before writing. This will allow flashrom to …
|
|
|
|
@1212
|
3 years |
hailfinger |
doit() is the monster function we split off from main() when we created …
|
|
|
|
@1211
|
3 years |
hailfinger |
Switch all flash chips to partial write.
The inner write functions which …
|
|
|
|
@1206
|
3 years |
hailfinger |
flashrom had an implicit erase-on-write for most flash chip and
programmer …
|
|
|
|
@1202
|
3 years |
hailfinger |
A lot of messages sent to flashrom@… just have "flashrom -V"
as …
|
|
|
|
@1199
|
3 years |
hailfinger |
flashrom -L output did not contain a list of programmers nor were all …
|
|
|
|
@1184
|
3 years |
oxygene |
Add support for building flashrom against libpayload.
This doesn't include …
|
|
|
|
@1151
|
3 years |
uwe |
Add Intel Gigabit NIC SPI flashing support.
Tested on a 82541PI (0x8086, …
|
|
|
|
@1134
|
3 years |
uwe |
Various cosmetic and coding-style fixes (trivial).
- Fix incorrect …
|
|
|
|
@1112
|
3 years |
hailfinger |
Split off programmer.h from flash.h.
Programmer specific functions are of …
|
|
|
|
@1093
|
3 years |
hailfinger |
Add support for RayeR SPIPGM hardware as described in …
|
|
|
|
@1091
|
3 years |
mkarcher |
Use struct pointer instead of enum to set bitbang adapter
Signed-off-by: …
|
|
|
|
@1087
|
3 years |
hailfinger |
Newer llvm/clang versions (since r102686) have a clang_version macro …
|
|
|
|
@1079
|
3 years |
hailfinger |
Print an error message on read errors and abort instead of proceeding …
|
|
|
|
@1078
|
3 years |
hailfinger |
Wrap a line which was 156 columns wide.
Signed-off-by: Carl-Daniel …
|
|
|
|
@1077
|
3 years |
hailfinger |
Split erase region walking out of erase_flash.
That allows us to use erase …
|
|
|
|
@1072
|
3 years |
hailfinger |
Make programmer_param static by converting all users to …
|
|
|
|
@1070
|
3 years |
hailfinger |
Various places in the flashrom source feature custom parameter
extraction …
|
|
|
|