summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Replace freenode referencesAngel Pons2021-07-211-8/+8
* flashrom.c: Reorder read_by_layout() to avoid forward declEdward O'Callaghan2021-07-161-27/+26
* flashrom.c: Reorder check_block_eraser() to avoid forward declEdward O'Callaghan2021-07-161-27/+25
* flashrom.c: Make extract_param() static localEdward O'Callaghan2021-07-161-1/+1
* layout: Rework normalize_romentries() APINico Huber2021-06-261-1/+1
* layout: Drop `count` parameter of flashrom_layout_new()Nico Huber2021-06-261-1/+1
* Pass layout directly to verify_by_layout()Nico Huber2021-06-261-11/+11
* layout: Introduce flashrom_layout_new()Nico Huber2021-06-261-8/+5
* layout: Introduce flashrom_layout_add_region()Nico Huber2021-06-261-8/+4
* layout: Add `capacity` fieldNico Huber2021-06-261-0/+1
* enum programmer: not needed anymore. RemoveThomas Heijligen2021-06-101-7/+0
* programmer_init: use struct programmer_entry*Thomas Heijligen2021-06-101-3/+3
* flashrom.c libflashrom.c: replace enum programmer with size_tThomas Heijligen2021-06-101-1/+1
* 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