summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* programmer.h: sort programmer entries alphabeticallyThomas Heijligen2021-06-201-29/+29
* ich_descriptors: Refactor read_ich_descriptors_from_dump()Nico Huber2021-06-191-17/+17
* ich_descriptors: Drop some unnecessary `else` after `return`Nico Huber2021-06-191-10/+8
* ich_descriptors: Revise descriptor messagesNico Huber2021-06-191-7/+13
* lspcon: restart MPU on programmer shutdownPeter Marheine2021-06-171-6/+9
* programmer.h: remove compile guard from programmer driversThomas Heijligen2021-06-111-187/+43
* dummyflasher: Re-arrange includesNico Huber2021-06-111-3/+2
* dummyflasher: Replace another case of `sizeof(struct ...)`Nico Huber2021-06-111-1/+1
* flashchips.c: Mark MT25QL256 as testedSimon Buhrow2021-06-101-1/+1
* nicrealtek.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-101-10/+31
* enum programmer: not needed anymore. RemoveThomas Heijligen2021-06-102-128/+0
* CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enumThomas Heijligen2021-06-105-16/+28
* cli_classic: replace enum programmer with programmer_entry*Thomas Heijligen2021-06-101-8/+12
* programmer_init: use struct programmer_entry*Thomas Heijligen2021-06-105-15/+15
* flashrom.c libflashrom.c: replace enum programmer with size_tThomas Heijligen2021-06-102-2/+2
* 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