summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* flashrom.c: replace enum programmer with struct programmer_entry*Thomas Heijligen2021-06-101-12/+12
* programmer_table: replace PROGRAMMER_INVALID with programmer_table_sizeThomas Heijligen2021-06-101-4/+4
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-091-5/+3
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-2/+2
* programmer_table: convert entries to pointersThomas Heijligen2021-06-091-23/+28
* programmer_table: move array content to an own fileThomas Heijligen2021-06-091-478/+0
* programmer_table: add table size constantThomas Heijligen2021-06-091-1/+3
* programmer_table: remove null terminationThomas Heijligen2021-06-091-3/+1
* cli_classic.c: add -x option for do_extract()Daniel Campello2021-05-021-0/+6
* flashrom.c: allow - as filename for stdinDaniel Campello2021-04-291-2/+6
* layout: Add -i <region>[:<file>] supportDaniel Campello2021-04-271-1/+93
* flashrom.c: Fix up stale FIXME comment when doit() was removedEdward O'Callaghan2021-04-201-2/+2
* flashrom.c: implement chip restore callback registrationNikolai Artemiev2020-12-031-0/+30
* flashrom.c: Correct "raiden_debug_spi" drv nameEdward O'Callaghan2020-11-301-1/+1
* raiden_debug: Rename with '_DEBUG_SPI' suffixEdward O'Callaghan2020-11-281-1/+1
* flashrom.c,flash.h: Kill dead fn shutdown_free()Edward O'Callaghan2020-10-241-6/+0
* Add MEC1308 EC programmerVictor Ding2020-08-201-0/+12
* Add ENE LPC programmerVictor Ding2020-08-201-0/+12
* Initial Realtek MST i2c_spi supportEdward O'Callaghan2020-05-041-0/+12
* Revert "flashchips: port S25FS(128S) chip from chromiumos"Nico Huber2020-05-011-25/+0
* flashchips: port S25FS(128S) chip from chromiumossibradzic2020-04-221-0/+25
* lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6}Shiyu Sun2020-04-011-0/+12
* Fix segfault when running `flashrom -L`Angel Pons2020-03-261-1/+1
* raiden_debug: Upstream ChromiumOS servo debug board progEdward O'Callaghan2020-03-031-0/+12
* Add support for STLINK V3 debugger/programmer via its SPI bridgeMiklós Márton2019-12-311-0/+13
* Add support for National Instruments USB-845x devicesMiklós Márton2019-11-141-0/+11
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+1
* tree: Remove unused functions with no prototypesJacob Garber2019-06-231-148/+0
* tree: Make internal functions staticJacob Garber2019-06-231-5/+4
* layout: Introduce layout_next_included()Nico Huber2019-06-171-21/+12
* layout: Make `romentry.name` a pointerNico Huber2019-06-171-1/+5
* dediprog: Disable 4BA completelyv1.1-rc1Nico Huber2019-04-021-0/+10
* Fix verification with sparse layoutsNico Huber2019-04-021-9/+15
* Fix erasing of unaligned regionsNico Huber2019-03-041-3/+66
* Fix a trivial calloc warningRichard Hughes2019-02-031-1/+1
* Fix several -Wold-style-declaration warningsRichard Hughes2019-02-031-2/+2
* Add initial J-Link SPI programmerMarc Schink2019-01-051-0/+12
* Remove unneeded whitespaceElyes HAOUAS2018-10-051-1/+0
* Enable 4BA mode for Spansion 25FL256SNico Huber2018-10-031-1/+1
* programmer: Add Developerbox/CP2104 bit bang driverDaniel Thompson2018-08-171-0/+12
* digilent_spi: add a driver for the iCEblink40 development boardLubomir Rintel2018-06-261-0/+12
* linux_mtd: Import driver from ChromiumOSDavid Hendricks2018-05-171-1/+14
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Add support for reading the current flash contents from a filePaul Kocialkowski2018-02-111-22/+41
* Add support for selecting the erased bit value with a flagPaul Kocialkowski2018-02-111-14/+18
* Add a SPI command class to `struct flashchip`Mike Banon2018-02-111-0/+3
* spi25: Revise decision when to enter/exit 4BA modeNico Huber2018-01-021-3/+9
* spi25: Remove now obsolete `four_bytes_addr_funcs` pathNico Huber2017-12-281-3/+2
* spi25: Integrate 4BA supportNico Huber2017-12-281-0/+3
* Do not stop probing for flashchips after map_flash() failedMartin Schiller2017-12-111-1/+1