summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
...
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-6/+6
* flashrom.c: Drop `programmer_param` global variableAngel Pons2022-09-181-11/+11
* programmer_init: Work on a mutable copy of programmer paramsNico Huber2022-09-181-5/+14
* Revert "flashrom.c: Remove programmer_param global state"Thomas Heijligen2022-09-141-27/+25
* flashrom.c: Remove programmer_param global stateEdward O'Callaghan2022-09-121-25/+27
* tree: Retype variable `programmer_may_write` with boolFelix Singer2022-09-081-2/+2
* flashrom.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+6
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-1/+5
* flashrom.c: Move print logic to print.cEdward O'Callaghan2022-08-291-83/+1
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-251-41/+0
* flashrom.c: Move write_buf_to_include_args() to cli_classic.cEdward O'Callaghan2022-08-251-27/+0
* flashrom.c: Move read_buf_from_include_args() into cli_classic.cEdward O'Callaghan2022-08-251-35/+0
* flashrom.c: Move write_buf_to_file() to helpers_fileio.cEdward O'Callaghan2022-08-251-64/+0
* flashrom.c: Move read_buf_from_file() to helpers_fileio.cEdward O'Callaghan2022-08-251-44/+0
* flashrom.c: flatten out write_buf_to_include_args()Edward O'Callaghan2022-08-251-4/+2
* flashrom.c: flatten out read_buf_from_include_args()Edward O'Callaghan2022-08-251-4/+2
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-1/+1
* flashrom.c, flashcips.c: Test the order of erase functionsAarya Chaumal2022-06-201-0/+11
* flashrom: initialize restore func count in correct placeNikolai Artemiev2022-05-231-1/+3
* flashrom.c: Make need_erase() helper static localEdward O'Callaghan2022-05-171-1/+1
* flashrom: Drop read_flash_to_file() usageEdward O'Callaghan2022-05-131-35/+0
* libflashrom: Move documentation to headerEvan Benn2022-05-061-66/+0
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-1/+1
* flashrom.c: remove unused includeThomas Heijligen2022-04-131-1/+0
* print_buildinfo: remove unreachable print of libpci versionThomas Heijligen2022-04-131-7/+0
* flashrom.c: Move do_*() helpers into cli_classic.cEdward O'Callaghan2022-01-271-97/+0
* flashrom.c: Make {read,write}_buf_from_include_args() publicEdward O'Callaghan2022-01-271-2/+2
* flashrom: Convert do_read() into a libflashrom userEdward O'Callaghan2022-01-221-3/+18
* cli_classic.c: Convert do_erase() to libflashrom callEdward O'Callaghan2022-01-221-18/+1
* flashrom.c: extract operation only uses layout filesDaniel Campello2022-01-211-1/+2
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* flashrom.c: Validate before allocate in verify_range()Edward O'Callaghan2021-12-151-10/+8
* flashrom.c: Delete obsolete commentSimon Buhrow2021-11-071-1/+0
* 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