source: trunk/dummyflasher.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1646   4 months stefanct Fix duplicate 'const' declaration specifiers. Thanks to Idwer and clang …
(edit) @1603   8 months stefanct Fix a memleak in the dummyflasher. emu_persistent_image was not freed …
(edit) @1589   9 months hailfinger Add RES/REMS support to all dummyflasher emulated chips as a test case. …
(edit) @1543   11 months hailfinger Let the programmer driver decide how to do AAI transfers Currently …
(edit) @1534   13 months stefanct dummyflasher.c: add support for SFDP by adding a new emulator chip: …
(edit) @1532   13 months stefanct dummyflasher: Add a status register to SPI chips. Signed-off-by: Stefan …
(edit) @1499   15 months stefanct Add a bunch of new/tested stuff and various small changes 10 Tested …
(edit) @1495   15 months hailfinger Workaround missing %hhx support in MinGW sscanf MinGW uses standard …
(edit) @1490   16 months hailfinger SPI command black-/ignorelisting for the flash chip emulator in the dummy …
(edit) @1474   17 months hailfinger Add struct flashctx * parameter to all functions accessing flash chips. …
(edit) @1473   17 months hailfinger Use struct flashctx instead of struct flashchip for flash chip access …
(edit) @1470   18 months stefanct Unsignify lengths and addresses in chip functions and structs Push those …
(edit) @1463   19 months hailfinger Register Parallel/LPC/FWH programmers the same way SPI programmers are …
(edit) @1450   20 months stefanct Revert "Unsignify lengths and addresses in chip functions and structs" - …
(edit) @1448   20 months stefanct Unsignify lengths and addresses in chip functions and structs …
(edit) @1397   22 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1396   22 months hailfinger Rename CHIP_BUSTYPE_FOO to BUS_FOO. It's shorter to type, and we have …
(edit) @1338   2 years dhendrix Use shutdown callback mechanism to shutdown programmers This patch …
(edit) @1299   2 years mkarcher kill central list of SPI programmers Remove the array spi_programmer, …
(edit) @1298   2 years mkarcher Factor out SPI write/read chunking wrappers. Signed-off-by: Michael …
(edit) @1259   2 years hailfinger Improve debugging for unaligned erase in the flash chip emulator. Fix …
(edit) @1226   3 years hailfinger Support setting the Dediprog SF100 SPI voltage. Add a generic voltage …
(edit) @1220   3 years hailfinger Add SPI flash emulation capability to the dummy programmer. You have to …
(edit) @1196   3 years stepan Remove duplicate includes from the code. Signed-off-by: Stefan Reinauer …
(edit) @1112   3 years hailfinger Split off programmer.h from flash.h. Programmer specific functions are of …
(edit) @1082   3 years hailfinger We have a generic unlocking infrastructure. Use it for SPI chips. Actually …
(edit) @1080   3 years hailfinger Convert SPI chips to partial write, but wrap the write functions in a …
(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 …
(edit) @1053   3 years hailfinger Add SPI chip read support to the dummy flasher. This allows using the …
(edit) @905   3 years mkarcher more NetBSD fixes (w/ patch) Cast input to tolower() to unsigned char to …
(edit) @842   3 years hailfinger Convert dummyflasher to msg_* and make good use of msg_pspew. Rule of …
(edit) @679   4 years hailfinger Use a common parameter variable for all programmers. This allows us to …
(edit) @671   4 years hailfinger Remove unnecessary #include files. Serprog compilation is now controlled …
(edit) @645   4 years hailfinger Add SPI multicommand infrastructure. Some SPI opcodes need to be sent in …
(edit) @579   4 years hailfinger Sometimes we want to read/write more than 4 bytes of chip content at once. …
(edit) @577   4 years hailfinger Fix a bug in dummyflasher.c special case where no type parameter is given. …
(edit) @567   4 years uwe Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgot …
(edit) @559   4 years hailfinger Add bus type support to the dummy external programmer. The syntax is …
(edit) @556   4 years hailfinger Add bus type annotation to struct flashchips. Right now, the annotation …
(edit) @521   4 years uwe Drop unused/duplicated #includes and some dead code (trivial). …
(edit) @519   4 years hailfinger Use chipaddr instead of volatile uint8_t * because when we access chips in …
(edit) @507   4 years hailfinger Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel …
(edit) @495   4 years hailfinger Print dummy programmer messages only if verbose mode is selected. Print …
(edit) @493   4 years hailfinger Flash mapping/unmapping was performed without an abstraction layer, so …
(add) @483   4 years hailfinger Add a dummy external flasher which just prints each operation. Usage: …
Note: See TracRevisionLog for help on using the revision log.