source: trunk/flashrom.c

Revision Log Mode:


Legend:

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