summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tree: Retype variable `laptop_ok` with boolFelix Singer2022-09-081-1/+1
* tree: Retype variable `programmer_may_write` with boolFelix Singer2022-09-081-1/+1
* internal.c: Retype appropriate variables with boolFelix Singer2022-09-081-2/+3
* tree: plumb programmer_cfg into chipset_flash_enable()Edward O'Callaghan2022-09-071-1/+1
* ichspi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-1/+1
* chipset_enable.c: Change doit() and enable_flash_\S() signaturesEdward O'Callaghan2022-09-071-1/+1
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-071-1/+1
* usb_device.c: Allow for programmer_cfg plumbingEdward O'Callaghan2022-09-071-1/+1
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-1/+3
* sb600spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-1/+1
* it87spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-1/+1
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-2/+2
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-1/+2
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-252-9/+12
* 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
* include/ich_descriptors.h: Add missing includeEdward O'Callaghan2022-08-081-0/+1
* Rename lspcon_i2c_spi to parade_lspconThomas Heijligen2022-07-171-1/+1
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+2
* it85spi: EOL supportEdward O'Callaghan2022-07-041-3/+0
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-022-2/+2
* spi25.c: Add function to return opcode of passed erase fucntion pointerAarya Chaumal2022-06-271-0/+1
* flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716Nico Huber2022-06-232-12/+13
* flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8Nico Huber2022-06-221-5/+6
* writeprotect.c: Allow opaque masters to hook {read,write}_register()Edward O'Callaghan2022-06-212-0/+11
* flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256LNico Huber2022-06-202-0/+3
* spi25_statusreg: Allow WRSR_EXT for Status Register 3Nico Huber2022-06-202-2/+3
* dummyflasher: Wire variable size feature via opaque infraAnastasia Klimchuk2022-06-161-3/+0
* tree: Consolidate BIT() macroEdward O'Callaghan2022-06-101-0/+2
* Add W25Q512NW-IM ID to flashromAtul Dhudase2022-06-071-0/+1
* libflashrom: Return progress state to the library userRichard Hughes2022-05-252-1/+33
* 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
* platform/swap: move swap inline functions & macros into an own headerThomas Heijligen2022-05-082-53/+80
* libflashrom: Move documentation to headerEvan Benn2022-05-061-40/+437
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-032-4/+4
* Introduce an `include` directory for header filesThomas Heijligen2022-04-2921-0/+4305