aboutsummaryrefslogtreecommitdiffstats
path: root/include/flash.h
Commit message (Expand)AuthorAgeFilesLines
* tree/: Case write_granularity enum valuesEdward O'Callaghan2023-04-061-10/+10
* tree/: Convert printlock func ptr into enumerate valuesEdward O'Callaghan2023-03-221-44/+48
* tree/: Convert unlock func ptr into enumerate valuesEdward O'Callaghan2023-03-201-26/+31
* tree/: Change chip restore data type from uint8_t to void ptrNikolai Artemiev2023-01-191-3/+3
* flash.h: Make functions global that will be used for new erase algorithmAarya Chaumal2023-01-161-0/+7
* libflashrom: Add flags to skip unreadable and unwritable regionsNikolai Artemiev2022-12-181-0/+2
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-1/+1
* tree/: Convert flashchips db to use indirection for printlockNikolai Artemiev2022-11-231-0/+44
* tree/: Convert flashchips db to use indirection for unlockEdward O'Callaghan2022-11-231-0/+26
* writeprotect_ranges.c: add more range functionsSergii Dmytruk2022-11-191-1/+4
* spi25_statusreg: support reading/writing configuration registerSergii Dmytruk2022-11-191-0/+4
* spi25_statusreg.c: support reading security registerSergii Dmytruk2022-11-191-0/+7
* tests: ensure chip erase operation is executedNikolai Artemiev2022-11-131-0/+1
* tree/: Convert flashchip erase_block func ptr to enumerateEdward O'Callaghan2022-11-111-36/+39
* tree/: Convert flashchips db to use indirection for erase_blockEdward O'Callaghan2022-11-111-0/+36
* tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATALEdward O'Callaghan2022-11-091-1/+1
* tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATALEdward O'Callaghan2022-11-091-1/+1
* flashrom.c: Make 'chip_to_probe' a param to probe_flash()Edward O'Callaghan2022-11-061-2/+1
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-011-1/+14
* tree/: Convert flashchip write func ptr to enumerateEdward O'Callaghan2022-11-011-1/+18
* tree/: Convert flashchip probe func ptr to enumerateEdward O'Callaghan2022-11-011-1/+22
* tree/: Convert flashchip decode range func ptr to enumNikolai Artemiev2022-10-281-3/+11
* flash.h: extend `struct tested` with .wp fieldSergii Dmytruk2022-10-231-9/+12
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-1/+2
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-081-2/+5
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-251-0/+1
* flashrom.c: Move write_buf_to_include_args() to cli_classic.cEdward O'Callaghan2022-08-251-1/+0
* flashrom.c: Move read_buf_from_include_args() into cli_classic.cEdward O'Callaghan2022-08-251-1/+0
* flashrom.c: flatten out write_buf_to_include_args()Edward O'Callaghan2022-08-251-1/+1
* flashrom.c: flatten out read_buf_from_include_args()Edward O'Callaghan2022-08-251-1/+1
* flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716Nico Huber2022-06-231-12/+11
* flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8Nico Huber2022-06-221-5/+6
* spi25_statusreg: Allow WRSR_EXT for Status Register 3Nico Huber2022-06-201-1/+3
* tree: Consolidate BIT() macroEdward O'Callaghan2022-06-101-0/+2
* libflashrom: Return progress state to the library userRichard Hughes2022-05-251-0/+5
* include/flash.h: Drop dead struct membersEdward O'Callaghan2022-05-171-2/+0
* flashrom.c: Make need_erase() helper static localEdward O'Callaghan2022-05-171-1/+0
* flashrom: Drop read_flash_to_file() usageEdward O'Callaghan2022-05-131-1/+0
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-2/+2
* Introduce an `include` directory for header filesThomas Heijligen2022-04-291-0/+494