summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flashrom.c: replace enum programmer with struct programmer_entry*Thomas Heijligen2021-06-101-12/+12
* print.c: use static string for internal programmer nameThomas Heijligen2021-06-101-2/+1
* programmer_table: replace PROGRAMMER_INVALID with programmer_table_sizeThomas Heijligen2021-06-105-14/+14
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-1041-617/+506
* flashchips: change chip name from 'W25Q64JW' to 'W25Q64JW...M'Nikolai Artemiev2021-06-102-3/+3
* flashchips.c: add support for W25Q32JW...MNikolai Artemiev2021-06-102-0/+39
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-098-49/+21
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-0918-21/+21
* dummyflasher.c: Drop useless macrosAngel Pons2021-06-091-37/+1
* nic3com.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-091-13/+47
* programmer_table: convert entries to pointersThomas Heijligen2021-06-097-410/+572
* programmer_table: move array content to an own fileThomas Heijligen2021-06-094-479/+495
* programmer_table: add table size constantThomas Heijligen2021-06-092-1/+4
* programmer_table: remove null terminationThomas Heijligen2021-06-091-3/+1
* dummyflasher.c: Fix data leak in params processing error pathsAnastasia Klimchuk2021-06-081-27/+51
* platform: Fix endianness detection for Apple Silicon MacsIvan V2021-06-061-2/+2
* tests: Add unit test to run init/shutdown for mec1308.c, ene_lpc.cAnastasia Klimchuk2021-06-057-7/+224
* rayer_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-38/+91
* pony_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-28/+49
* ogp_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-12/+46
* nicintel_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-39/+69
* mcp6x_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-23/+56
* developerbox_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-16/+39
* bitbang_spi.c: Pass spi data into bitbang_spi_master functionsAnastasia Klimchuk2021-06-031-34/+36
* bitbang: Extend bitbang_spi_master functions to accept spi dataAnastasia Klimchuk2021-06-038-52/+52
* bitbang: Extend register_spi_bitbang_master() API with spi dataAnastasia Klimchuk2021-06-038-8/+12
* bitbang: Make use of new register_spi_master() APIAnastasia Klimchuk2021-06-031-2/+1
* bitbang_spi.c: Rename usages of bitbang_spi_master into masterAnastasia Klimchuk2021-06-031-3/+3
* spi_master: Make use of new register_spi_master() APIAnastasia Klimchuk2021-06-034-12/+8
* dummyflasher.c: Fix typo in log messageAngel Pons2021-05-281-1/+1
* dummyflasher.c: Prevent use-after-free bugAngel Pons2021-05-281-1/+2
* dummyflasher.c: Move `flashchip_contents` allocationAngel Pons2021-05-281-6/+6
* dummyflasher.c: Don't leak `emu_persistent_image`Angel Pons2021-05-281-2/+3
* dummyflasher.c: Fix use-after-free issueEdward O'Callaghan2021-05-281-1/+2
* serprog.c: Use braces in both branches of conditional statementAnastasia Klimchuk2021-05-281-9/+13
* serprog.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-05-281-22/+27
* par_masters: Reshuffle to remove forward declarationsEdward O'Callaghan2021-05-2711-293/+258
* drkaiser.c: Reshuffle to remove forward declarationsEdward O'Callaghan2021-05-271-14/+10
* dummyflasher.c: Get rid of get_data_from_context()Edward O'Callaghan2021-05-271-14/+2
* dummyflasher.c: Inline data fetch for spi workersEdward O'Callaghan2021-05-271-2/+2
* dummyflasher.c: Replace atoi() with strtoul()Edward O'Callaghan2021-05-271-3/+3
* mstarddc_spi.c: Drop mstarddc_ prefix for spi data struct membersAnastasia Klimchuk2021-05-261-15/+16
* mstarddc_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-261-14/+38
* dummyflasher.c: Move 'flashchip_contents' into emu_dataEdward O'Callaghan2021-05-241-20/+20
* dummyflasher.c: Move 'spi_write_256_chunksize' into emu_dataEdward O'Callaghan2021-05-241-14/+17
* dummyflasher.c: Make entry struct names consistentEdward O'Callaghan2021-05-241-2/+2
* sb600spi.c: Drop sb600_ prefix for spi data struct memberAnastasia Klimchuk2021-05-231-4/+4
* sb600spi.c: Make use of new register_spi_master() APIAnastasia Klimchuk2021-05-231-10/+6
* sb600spi.c: Move sb600_spibar into spi data instead of being globalAnastasia Klimchuk2021-05-231-20/+28
* programmer: Make use of new register_par_master() APIAnastasia Klimchuk2021-05-231-3/+2