| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | flash.h: Make functions global that will be used for new erase algorithm | Aarya Chaumal | 2023-01-16 | 3 | -9/+18 |
* | flashrom.c: Plumb 'all_skipped' global state into func param | Aarya Chaumal | 2023-01-16 | 1 | -19/+23 |
* | tests/chip.c: Set MOCK_CHIP_CONTENT non-ambiguously | Edward O'Callaghan | 2023-01-15 | 1 | -1/+1 |
* | flashchips: Remove FEATURE_4BA_WREN for MT25QL128 and mark as tested | Rick Altherr | 2023-01-15 | 1 | -2/+2 |
* | MAINTAINERS: Add Sergii Dmytruk for write-protect | Sergii Dmytruk | 2023-01-15 | 1 | -0/+1 |
* | internal,board_enable: Remove force_boardenable from globals | Edward O'Callaghan | 2023-01-15 | 3 | -17/+17 |
* | MAINTAINERS: Add Arthur Heymans for sb600spi | Arthur Heymans | 2023-01-14 | 1 | -0/+5 |
* | programmer.h: Guard against sending spi commands on non-spi mst | Edward O'Callaghan | 2023-01-13 | 2 | -1/+7 |
* | rust: Add license and other metadata to Cargo.toml | Evan Benn | 2023-01-12 | 4 | -2/+16 |
* | parallel: Drop explicit fallback_chip_X boilerplate | Edward O'Callaghan | 2023-01-11 | 17 | -144/+70 |
* | layout: Rename find_romentry() -> romentry_exists() | Edward O'Callaghan | 2023-01-11 | 1 | -2/+2 |
* | flashrom: Check for flash access restrictions in erase path | Nikolai Artemiev | 2022-12-23 | 1 | -5/+31 |
* | amd_imc.c: Fix unusual typo in log message | Angel Pons | 2022-12-22 | 1 | -1/+1 |
* | spi: Make 'default_spi_write_aai' the default unless defined | Edward O'Callaghan | 2022-12-21 | 19 | -24/+4 |
* | flashrom_tester: Drop dediprog, ec, and servo targets | Nikolai Artemiev | 2022-12-21 | 4 | -51/+3 |
* | flashrom: Check for flash access restricitons in write_flash() | Nikolai Artemiev | 2022-12-20 | 1 | -3/+67 |
* | flashrom.c: Update check_block_eraser function to use probe opcode | Aarya Chaumal | 2022-12-19 | 1 | -0/+12 |
* | flashchips.c: Mark W25Q128.V WP as tested | Edward O'Callaghan | 2022-12-19 | 1 | -1/+1 |
* | flashrom: Check for flash access restricitons in verify_range() | Nikolai Artemiev | 2022-12-18 | 1 | -7/+41 |
* | flashrom: Check for flash access restricitons in read_flash() | Nikolai Artemiev | 2022-12-18 | 1 | -2/+67 |
* | libflashrom: Add flags to skip unreadable and unwritable regions | Nikolai Artemiev | 2022-12-18 | 3 | -9/+17 |
* | ichspi: Expose flash descriptor regions through get_region() | Nikolai Artemiev | 2022-12-16 | 1 | -4/+72 |
* | ichspi.c: Read chip ID and use it to populate `flash->chip` | Nikolai Artemiev | 2022-12-16 | 1 | -0/+75 |
* | flashchips: Add WP settings for Flash Chip `W25Q512NW` | Subrata Banik | 2022-12-16 | 1 | -2/+13 |
* | flashchips.c: Indent definition of W25Q512NW-IM properly | Felix Singer | 2022-12-16 | 1 | -40/+40 |
* | programmer: Add get_region to spi/opaque masters | Nikolai Artemiev | 2022-12-16 | 1 | -0/+2 |
* | layout.h: Add {read,write}_prot flags to flash_region | Nikolai Artemiev | 2022-12-15 | 1 | -0/+2 |
* | layout: Factor out flash_region structure from romentry | Nikolai Artemiev | 2022-12-15 | 4 | -34/+52 |
* | ichspi.c: Clean up HSFC FCYCLE definitions | Nikolai Artemiev | 2022-12-15 | 1 | -22/+29 |
* | layout: Add new line to out of memory error message | Anastasia Klimchuk | 2022-12-15 | 1 | -3/+3 |
* | layout: Extract parsing include args into a separate function | Anastasia Klimchuk | 2022-12-15 | 1 | -12/+31 |
* | tests/selfcheck.c: Fix on non-x86 machines | Edward O'Callaghan | 2022-12-15 | 1 | -1/+1 |
* | spi.c: Add AT45 & SF25F erasefn opcode mapping | Thomas Heijligen | 2022-12-14 | 2 | -19/+47 |
* | spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode | Thomas Heijligen | 2022-12-14 | 3 | -7/+7 |
* | spi25.c: Move spi_get_opcode_from_erasefn() to spi.c | Thomas Heijligen | 2022-12-14 | 2 | -12/+34 |
* | tree/: Rename 'internal_delay()' to 'default_delay()' | Edward O'Callaghan | 2022-12-12 | 18 | -46/+46 |
* | flashrom.c: Position heap alloc along side check in compare_range() | Edward O'Callaghan | 2022-12-12 | 1 | -1/+2 |
* | tree/: Replace NULL-case of programmer_delay() with internal_delay | Edward O'Callaghan | 2022-12-12 | 12 | -32/+44 |
* | tree/: Move programmer_delay() out of programmer state machine | Edward O'Callaghan | 2022-12-12 | 4 | -31/+43 |
* | tests: Add llvm-cov option and run target for code coverage | Evan Benn | 2022-12-11 | 5 | -9/+27 |
* | README: Add information about meson and link build instructions | Anastasia Klimchuk | 2022-12-11 | 1 | -0/+12 |
* | libflashrom.c: Invert if conditions to improve the readability | Felix Singer | 2022-12-11 | 1 | -36/+36 |
* | layout: Check return values for strdup in register_include_arg | Anastasia Klimchuk | 2022-12-09 | 1 | -3/+17 |
* | tests: Detect llvm coverage run and redirect to real I/O functions | Evan Benn | 2022-12-09 | 4 | -1/+31 |
* | tests: Detect gcov run and redirect to real I/O functions | Evan Benn | 2022-12-09 | 2 | -0/+14 |
* | tests: Redirect to real I/O to support coverage run | Evan Benn | 2022-12-09 | 4 | -0/+91 |
* | tests: Add fwrite and fdopen to io_mock | Evan Benn | 2022-12-09 | 2 | -0/+6 |
* | tests: Mock the mode_t variant of open | Evan Benn | 2022-12-09 | 4 | -17/+35 |
* | tests: Move test.h include | Evan Benn | 2022-12-08 | 2 | -1/+2 |
* | flashchips.c: remove WREN from GD25Q256D enter 4BA sequence | Nikolai Artemiev | 2022-12-08 | 1 | -1/+1 |