| Commit message (Expand) | Author | Age | Files | Lines |
* | tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATAL | Edward O'Callaghan | 2022-11-09 | 9 | -43/+43 |
* | bitbang_spi.c: Fix unchecked heap allocation | Edward O'Callaghan | 2022-11-09 | 1 | -0/+3 |
* | flashrom_tester: Use path types for things that are paths | Evan Benn | 2022-11-09 | 6 | -69/+79 |
* | flashrom_tester: Move layout_file to TestEnv | Evan Benn | 2022-11-09 | 2 | -24/+37 |
* | tests: Add prefix to io_mock functions not to clash with macros | Anastasia Klimchuk | 2022-11-08 | 8 | -43/+43 |
* | tests: Undefine _FORTIFY_SOURCE for unit tests to avoid _chk variants | Anastasia Klimchuk | 2022-11-07 | 2 | -18/+1 |
* | flashrom.c: Make 'chip_to_probe' a param to probe_flash() | Edward O'Callaghan | 2022-11-06 | 6 | -18/+27 |
* | Makefile: Don't install git hooks automatically | Felix Singer | 2022-11-04 | 1 | -3/+3 |
* | ichspi.c: heap allocate hwseq_data to remove global | Edward O'Callaghan | 2022-11-03 | 1 | -6/+18 |
* | ichspi.c: derive hsfc_fcycle from ctx in ich_start_hwseq_xfer() | Edward O'Callaghan | 2022-11-03 | 1 | -1/+2 |
* | ichspi.c: plumb flashctx through hwseq xfer helper | Edward O'Callaghan | 2022-11-03 | 1 | -8/+9 |
* | tests/meson.build: Rename list of source files to `test_srcs` | Felix Singer | 2022-11-01 | 1 | -3/+3 |
* | tree/: Convert flashchip read func ptr to enumerate | Edward O'Callaghan | 2022-11-01 | 7 | -607/+654 |
* | tree/: Convert flashchip write func ptr to enumerate | Edward O'Callaghan | 2022-11-01 | 7 | -599/+656 |
* | tree/: Convert flashchip probe func ptr to enumerate | Edward O'Callaghan | 2022-11-01 | 4 | -596/+650 |
* | writeprotect: Add some debug logging if wp_verify fails | Evan Benn | 2022-10-31 | 1 | -3/+8 |
* | chipset_enable.c: Mark Intel C246 as DEP | Angel Pons | 2022-10-31 | 1 | -1/+1 |
* | nicintel_eeprom.c: Fix typo | Felix Singer | 2022-10-31 | 1 | -4/+4 |
* | MAINTAINERS: Add Felix Singer for test_build.sh | Felix Singer | 2022-10-31 | 1 | -0/+5 |
* | flashrom.c: Move count_max_decode_exceeding() to cli | Edward O'Callaghan | 2022-10-31 | 3 | -44/+43 |
* | tree/: Convert flashchip decode range func ptr to enum | Nikolai Artemiev | 2022-10-28 | 4 | -28/+51 |
* | flashchips.c: mark WP of 9 entries as tested | Sergii Dmytruk | 2022-10-23 | 1 | -9/+9 |
* | flash.h: extend `struct tested` with .wp field | Sergii Dmytruk | 2022-10-23 | 3 | -12/+23 |
* | rayer_spi.c: Get rid of temporary `prog_type` string | Angel Pons | 2022-10-22 | 1 | -14/+8 |
* | rayer_spi.c: Roll up programmer type search logic into func | Edward O'Callaghan | 2022-10-22 | 1 | -24/+33 |
* | rayer_spi.c: Drop lpt_outbyte intermediate var | Edward O'Callaghan | 2022-10-22 | 1 | -5/+2 |
* | rayer_spi.c: Move param parse logic into own func | Edward O'Callaghan | 2022-10-22 | 1 | -21/+36 |
* | raiden_debug_spi: Remove fixme with explanation | Liam Flaherty | 2022-10-21 | 1 | -1/+5 |
* | tree: provide flashrom context into programmer_delay() | Alexander Goncharov | 2022-10-17 | 26 | -96/+97 |
* | flashrom.c: Use programmer_init() func params over global | Edward O'Callaghan | 2022-10-16 | 1 | -2/+2 |
* | dirtyjtag: Add DirtyJTAG programmer | Jean THOMAS | 2022-10-15 | 8 | -5/+363 |
* | flashrom.c: Separate out default layout init | Edward O'Callaghan | 2022-10-15 | 1 | -6/+13 |
* | layout.c: Use calloc() to ensure a zeroed layout | Edward O'Callaghan | 2022-10-15 | 1 | -3/+1 |
* | tests/meson.build: Turn file list into list of file objects | Felix Singer | 2022-10-15 | 1 | -2/+2 |
* | flashrom.8.tmpl: document mediatek_i2c_spi programmer | Peter Marheine | 2022-10-11 | 1 | -1/+24 |
* | meson.build: Fix indentation of mstarddc_spi definition | Felix Singer | 2022-10-11 | 1 | -1/+1 |
* | flashrom.c: create is_internal_programmer() helper | Edward O'Callaghan | 2022-10-10 | 1 | -7/+12 |
* | manibuilder/apt-get: Drop `apt-get dist-upgrade` commands | Nico Huber | 2022-10-08 | 3 | -3/+0 |
* | s25f.c: Fix undefined behaviour on shift | Evan Benn | 2022-10-08 | 1 | -4/+4 |
* | flashrom.c: Remove custom mappers from opaque_master | Jonathon Hall | 2022-10-08 | 2 | -11/+3 |
* | dummyflasher.c: Remove custom mapper from opaque_master | Jonathon Hall | 2022-10-08 | 1 | -2/+0 |
* | ichspi: Do not attempt to map physical memory for hwseq | Jonathon Hall | 2022-10-08 | 1 | -2/+0 |
* | drivers: Move (un)map_flash_region to par/spi/opaque_master | Jonathon Hall | 2022-10-08 | 13 | -41/+119 |
* | drivers/: Make 'fallback_{un}map' the default unless defined | Edward O'Callaghan | 2022-10-08 | 37 | -80/+9 |
* | cli_classic.c: Add error messages for invalid --wp-region use | Nikolai Artemiev | 2022-09-30 | 1 | -1/+9 |
* | manibuilder: Maintain list of broken images | Nico Huber | 2022-09-27 | 1 | -0/+11 |
* | manibuilder/alpine: Disable https for Alpine 3.7 and 3.8 | Nico Huber | 2022-09-27 | 2 | -1/+6 |
* | mainbuilder/djgpp: Disable TLS verification for curl and Git | Nico Huber | 2022-09-27 | 1 | -2/+3 |
* | manibuilder: Switch Dockerfile.anita to Bullseye and Python 3 | Nico Huber | 2022-09-27 | 1 | -9/+10 |
* | manibuilder/ubuntu: Add newer image tags | Nico Huber | 2022-09-27 | 1 | -1/+4 |