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