summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* flashrom: Check for flash access restrictions in erase pathNikolai Artemiev2022-12-231-5/+31
* flashrom: Check for flash access restricitons in write_flash()Nikolai Artemiev2022-12-201-3/+67
* flashrom.c: Update check_block_eraser function to use probe opcodeAarya Chaumal2022-12-191-0/+12
* flashrom: Check for flash access restricitons in verify_range()Nikolai Artemiev2022-12-181-7/+41
* flashrom: Check for flash access restricitons in read_flash()Nikolai Artemiev2022-12-181-2/+67
* layout: Factor out flash_region structure from romentryNikolai Artemiev2022-12-151-9/+13
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-4/+4
* flashrom.c: Position heap alloc along side check in compare_range()Edward O'Callaghan2022-12-121-1/+2
* tree/: Replace NULL-case of programmer_delay() with internal_delayEdward O'Callaghan2022-12-121-1/+13
* tree/: Move programmer_delay() out of programmer state machineEdward O'Callaghan2022-12-121-5/+14
* flashrom.c: Replace 'exit(1)' leaks with return codes on err pathsEdward O'Callaghan2022-12-061-3/+3
* tree/: Make heap alloc checks err msg consistentEdward O'Callaghan2022-12-061-2/+2
* flashrom.c: Drop redundant chip read validation in verify_range()Edward O'Callaghan2022-11-211-5/+0
* programmer: Drop dead fallback_map() boilerplateEdward O'Callaghan2022-11-121-5/+7
* tree/: Convert flashchip erase_block func ptr to enumerateEdward O'Callaghan2022-11-111-1/+53
* tree/: Convert flashchips db to use indirection for erase_blockEdward O'Callaghan2022-11-111-3/+3
* tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATALEdward O'Callaghan2022-11-091-2/+2
* flashrom.c: Make 'chip_to_probe' a param to probe_flash()Edward O'Callaghan2022-11-061-2/+5
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-011-11/+40
* tree/: Convert flashchip write func ptr to enumerateEdward O'Callaghan2022-11-011-3/+37
* tree/: Convert flashchip probe func ptr to enumerateEdward O'Callaghan2022-11-011-2/+35
* flashrom.c: Move count_max_decode_exceeding() to cliEdward O'Callaghan2022-10-311-43/+0
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-2/+2
* flashrom.c: Use programmer_init() func params over globalEdward O'Callaghan2022-10-161-2/+2
* flashrom.c: Separate out default layout initEdward O'Callaghan2022-10-151-6/+13
* flashrom.c: create is_internal_programmer() helperEdward O'Callaghan2022-10-101-7/+12
* flashrom.c: Remove custom mappers from opaque_masterJonathon Hall2022-10-081-9/+3
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-081-14/+47
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-10/+9
* 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