| Commit message (Expand) | Author | Age | Files | Lines |
* | writeprotect: Add function to get register values and WP bit masks | Nikolai Artemiev | 2023-03-03 | 1 | -0/+28 |
* | writeprotect,ichspi,spi25: handle register access constraints | Nikolai Artemiev | 2022-12-06 | 1 | -4/+25 |
* | writeprotect.c: Split register value/mask calculation into pure func | Nikolai Artemiev | 2022-11-28 | 1 | -11/+18 |
* | writeprotect_ranges.c: add more range functions | Sergii Dmytruk | 2022-11-19 | 1 | -0/+3 |
* | writeprotect.c: refuse to work with chip if OTP WPS == 1 | Sergii Dmytruk | 2022-11-18 | 1 | -2/+19 |
* | writeprotect.c: skip unnecessary writes | Sergii Dmytruk | 2022-11-18 | 1 | -17/+28 |
* | writeprotect: Add some debug logging if wp_verify fails | Evan Benn | 2022-10-31 | 1 | -3/+8 |
* | tree/: Convert flashchip decode range func ptr to enum | Nikolai Artemiev | 2022-10-28 | 1 | -2/+17 |
* | writeprotect.c: Allow opaque masters to hook {read,write}_register() | Edward O'Callaghan | 2022-06-21 | 1 | -4/+33 |
* | writeprotect: Add line-break after each `spew` message | Nico Huber | 2022-06-20 | 1 | -1/+1 |
* | libflashrom: Move documentation to header | Evan Benn | 2022-05-06 | 1 | -2/+0 |
* | writeprotect: add WPS bit and always set it to zero | Sergii Dmytruk | 2022-04-29 | 1 | -0/+6 |
* | writeprotect.c: refactor and fix wp_mode functions | Nikolai Artemiev | 2022-04-05 | 1 | -10/+14 |
* | writeprotect: add {get,set}_wp_mode() | Nikolai Artemiev | 2022-03-01 | 1 | -6/+44 |
* | writeprotect: add set_wp_range() | Nikolai Artemiev | 2022-03-01 | 1 | -3/+34 |
* | libflashrom,writeprotect: add flashrom_wp_get_available_ranges() | Nikolai Artemiev | 2022-03-01 | 1 | -0/+193 |
* | writeprotect: add get_wp_range() for decoding ranges | Nikolai Artemiev | 2022-03-01 | 1 | -3/+11 |
* | libflashrom,writeprotect: add functions for reading/writing WP configs | Nikolai Artemiev | 2022-03-01 | 1 | -0/+188 |
* | writeprotect, cli_classic: delete old writeprotect code | Nikolai Artemiev | 2022-02-28 | 1 | -371/+2 |
* | Add writeprotect support infrastructure | Edward O'Callaghan | 2020-09-28 | 1 | -0/+394 |