summaryrefslogtreecommitdiff
path: root/writeprotect.c
Commit message (Expand)AuthorAgeFilesLines
* writeprotect: Add function to get register values and WP bit masksNikolai Artemiev2023-03-031-0/+28
* writeprotect,ichspi,spi25: handle register access constraintsNikolai Artemiev2022-12-061-4/+25
* writeprotect.c: Split register value/mask calculation into pure funcNikolai Artemiev2022-11-281-11/+18
* writeprotect_ranges.c: add more range functionsSergii Dmytruk2022-11-191-0/+3
* writeprotect.c: refuse to work with chip if OTP WPS == 1Sergii Dmytruk2022-11-181-2/+19
* writeprotect.c: skip unnecessary writesSergii Dmytruk2022-11-181-17/+28
* writeprotect: Add some debug logging if wp_verify failsEvan Benn2022-10-311-3/+8
* tree/: Convert flashchip decode range func ptr to enumNikolai Artemiev2022-10-281-2/+17
* writeprotect.c: Allow opaque masters to hook {read,write}_register()Edward O'Callaghan2022-06-211-4/+33
* writeprotect: Add line-break after each `spew` messageNico Huber2022-06-201-1/+1
* libflashrom: Move documentation to headerEvan Benn2022-05-061-2/+0
* writeprotect: add WPS bit and always set it to zeroSergii Dmytruk2022-04-291-0/+6
* writeprotect.c: refactor and fix wp_mode functionsNikolai Artemiev2022-04-051-10/+14
* writeprotect: add {get,set}_wp_mode()Nikolai Artemiev2022-03-011-6/+44
* writeprotect: add set_wp_range()Nikolai Artemiev2022-03-011-3/+34
* libflashrom,writeprotect: add flashrom_wp_get_available_ranges()Nikolai Artemiev2022-03-011-0/+193
* writeprotect: add get_wp_range() for decoding rangesNikolai Artemiev2022-03-011-3/+11
* libflashrom,writeprotect: add functions for reading/writing WP configsNikolai Artemiev2022-03-011-0/+188
* writeprotect, cli_classic: delete old writeprotect codeNikolai Artemiev2022-02-281-371/+2
* Add writeprotect support infrastructureEdward O'Callaghan2020-09-281-0/+394