| Commit message (Expand) | Author | Age | Files | Lines |
* | tree/: Rename 'laptop_ok-> g_laptop_ok' to avoid shadowing | Edward O'Callaghan | 2023-03-28 | 1 | -1/+1 |
* | Revert "pcidev: remove pcidev_getdevfn() function" | Thomas Heijligen | 2023-03-20 | 1 | -0/+1 |
* | pcidev: remove pcidev_getdevfn() function | Thomas Heijligen | 2023-03-10 | 1 | -1/+0 |
* | tree/: Drop default_spi_probe_opcode for NULL case | Edward O'Callaghan | 2023-03-03 | 1 | -2/+1 |
* | spi: Make default cmd helpers static internal | Edward O'Callaghan | 2023-03-03 | 1 | -3/+0 |
* | ch347_spi: Add initial support for the WCH CH347 | Nicholas Chin | 2023-02-27 | 1 | -0/+1 |
* | asm106x: add programmer for ASM106x SATA controllers | Alex Badea | 2023-02-27 | 1 | -0/+1 |
* | internal: Move parallel logic into internal_par implementation | Edward O'Callaghan | 2023-02-15 | 1 | -1/+2 |
* | programmers: Allow opaque programmers to specify custom delay | Edward O'Callaghan | 2023-02-01 | 1 | -0/+1 |
* | internal,board_enable: Remove force_boardenable from globals | Edward O'Callaghan | 2023-01-15 | 1 | -4/+3 |
* | programmer.h: Guard against sending spi commands on non-spi mst | Edward O'Callaghan | 2023-01-13 | 1 | -0/+6 |
* | parallel: Drop explicit fallback_chip_X boilerplate | Edward O'Callaghan | 2023-01-11 | 1 | -6/+0 |
* | programmer: Add get_region to spi/opaque masters | Nikolai Artemiev | 2022-12-16 | 1 | -0/+2 |
* | tree/: Rename 'internal_delay()' to 'default_delay()' | Edward O'Callaghan | 2022-12-12 | 1 | -1/+1 |
* | tree/: Move programmer_delay() out of programmer state machine | Edward O'Callaghan | 2022-12-12 | 1 | -2/+2 |
* | tests: Add selfcheck to unit tests | Evan Benn | 2022-12-05 | 1 | -0/+1 |
* | tree/: Make probe_opcode() flashctx argument const | Nikolai Artemiev | 2022-12-04 | 1 | -2/+2 |
* | programmer: Drop dead fallback_map() boilerplate | Edward O'Callaghan | 2022-11-12 | 1 | -2/+0 |
* | flashrom.c: Move count_max_decode_exceeding() to cli | Edward O'Callaghan | 2022-10-31 | 1 | -1/+0 |
* | dirtyjtag: Add DirtyJTAG programmer | Jean THOMAS | 2022-10-15 | 1 | -0/+1 |
* | flashrom.c: Remove custom mappers from opaque_master | Jonathon Hall | 2022-10-08 | 1 | -2/+0 |
* | drivers: Move (un)map_flash_region to par/spi/opaque_master | Jonathon Hall | 2022-10-08 | 1 | -3/+6 |
* | internal.c: Pass `programmer_cfg` to `try_mtd()` | Angel Pons | 2022-09-21 | 1 | -3/+6 |
* | tree: Retype variable `laptop_ok` with bool | Felix Singer | 2022-09-08 | 1 | -1/+1 |
* | tree: Retype variable `programmer_may_write` with bool | Felix Singer | 2022-09-08 | 1 | -1/+1 |
* | internal.c: Retype appropriate variables with bool | Felix Singer | 2022-09-08 | 1 | -2/+3 |
* | tree: plumb programmer_cfg into chipset_flash_enable() | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | ichspi.c: Allow passing programmer_cfg directly | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | chipset_enable.c: Change doit() and enable_flash_\S() signatures | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Fix drivers to pass programmer_cfg to pcidev_init() | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | sb600spi.c: Allow passing programmer_cfg directly | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | it87spi.c: Allow passing programmer_cfg directly | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -2/+2 |
* | tree: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -1/+2 |
* | parallel.c: Consoldiate parallel master registration logic | Edward O'Callaghan | 2022-08-25 | 1 | -9/+11 |
* | Rename lspcon_i2c_spi to parade_lspcon | Thomas Heijligen | 2022-07-17 | 1 | -1/+1 |
* | spi: Add function to probe erase command opcode for all spi_master | Aarya Chaumal | 2022-07-11 | 1 | -0/+2 |
* | it85spi: EOL support | Edward O'Callaghan | 2022-07-04 | 1 | -3/+0 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -1/+1 |
* | writeprotect.c: Allow opaque masters to hook {read,write}_register() | Edward O'Callaghan | 2022-06-21 | 1 | -0/+8 |
* | Introduce an `include` directory for header files | Thomas Heijligen | 2022-04-29 | 1 | -0/+516 |