| Commit message (Expand) | Author | Age | Files | Lines |
* | meson.build: Use library() to build libflashrom | Thomas Heijligen | 2023-04-20 | 1 | -3/+12 |
* | libpci: drop support for pciutils < 2.2.0 | Thomas Heijligen | 2023-03-10 | 1 | -1/+2 |
* | meson: revert to meson version 0.53.0 | Thomas Heijligen | 2023-03-03 | 1 | -1/+1 |
* | move manpage to sphinx | Thomas Heijligen | 2023-03-01 | 1 | -12/+3 |
* | ch347_spi: Add initial support for the WCH CH347 | Nicholas Chin | 2023-02-27 | 1 | -0/+6 |
* | asm106x: add programmer for ASM106x SATA controllers | Alex Badea | 2023-02-27 | 1 | -0/+7 |
* | jedec.c: Move printlock stuff into printlock.c | Edward O'Callaghan | 2023-02-21 | 1 | -0/+1 |
* | serial: Add Darwin/macOS support for custom and >230400 baudrates | Peter Stuge | 2023-02-16 | 1 | -0/+2 |
* | meson: Determine custom_baud source file only once | Peter Stuge | 2023-02-16 | 1 | -3/+9 |
* | internal: Move parallel logic into internal_par implementation | Edward O'Callaghan | 2023-02-15 | 1 | -0/+2 |
* | flashrom.c: Add functions for new erase selection algorithm | Aarya Chaumal | 2023-02-13 | 1 | -0/+1 |
* | internal.c: Move sio register to own object | Edward O'Callaghan | 2023-02-04 | 1 | -0/+1 |
* | util: add bash completion script | Alexander Goncharov | 2023-01-18 | 1 | -0/+35 |
* | tests: Add llvm-cov option and run target for code coverage | Evan Benn | 2022-12-11 | 1 | -2/+12 |
* | meson.build: Rename conf object to config_manfile | Felix Singer | 2022-12-06 | 1 | -5/+4 |
* | tests: add basic lifecycle test for ch341a_spi | Alexander Goncharov | 2022-11-29 | 1 | -0/+1 |
* | meson: Move programmer test sources into programmer definition | Felix Singer | 2022-11-11 | 1 | -0/+10 |
* | dirtyjtag: Add DirtyJTAG programmer | Jean THOMAS | 2022-10-15 | 1 | -0/+6 |
* | meson.build: Fix indentation of mstarddc_spi definition | Felix Singer | 2022-10-11 | 1 | -1/+1 |
* | meson: Refactor the programmer selection | Thomas Heijligen | 2022-09-12 | 1 | -301/+416 |
* | meson: Overhaul the print_wiki option | Thomas Heijligen | 2022-09-12 | 1 | -4/+10 |
* | meson: Build the classic cli / flashrom cli executable as feature | Thomas Heijligen | 2022-09-12 | 1 | -13/+15 |
* | Revert "cmocka: Drop as meson subproject" | Nico Huber | 2022-09-08 | 1 | -2/+6 |
* | print.c: Move list of known boards to known_boards.c | Edward O'Callaghan | 2022-08-29 | 1 | -0/+1 |
* | parallel.c: Consoldiate parallel master registration logic | Edward O'Callaghan | 2022-08-25 | 1 | -0/+1 |
* | flashrom.c: Move read_buf_from_file() to helpers_fileio.c | Edward O'Callaghan | 2022-08-25 | 1 | -0/+1 |
* | meson: Build the ich_descriptors_tool as feature | Thomas Heijligen | 2022-08-23 | 1 | -1/+3 |
* | cmocka: Drop as meson subproject | Thomas Heijligen | 2022-08-17 | 1 | -6/+2 |
* | meson: fix various meson build warnings and formatting | Nikolai Artemiev | 2022-07-28 | 1 | -5/+6 |
* | Rename lspcon_i2c_spi to parade_lspcon | Thomas Heijligen | 2022-07-17 | 1 | -4/+4 |
* | it85spi: EOL support | Edward O'Callaghan | 2022-07-04 | 1 | -1/+0 |
* | tests: Use regular cmocka wraps for hwaccess functions | Anastasia Klimchuk | 2022-06-21 | 1 | -1/+0 |
* | meson: use files() for srcs list | Thomas Heijligen | 2022-05-31 | 1 | -61/+64 |
* | meson: link flashrom binary against static libflashrom | Thomas Heijligen | 2022-05-12 | 1 | -20/+7 |
* | meson: relocate config_print_wiki & config_default_programmer_* | Thomas Heijligen | 2022-05-12 | 1 | -13/+13 |
* | meson: use built-in options for install paths | Thomas Heijligen | 2022-05-12 | 1 | -7/+2 |
* | meson: add option to disable tests | Thomas Heijligen | 2022-05-12 | 1 | -24/+29 |
* | meson: use `platform/` as subdir() | Thomas Heijligen | 2022-05-12 | 1 | -11/+2 |
* | meson: relocate add_project_arguments() for IS_WINDOWS | Thomas Heijligen | 2022-05-12 | 1 | -6/+5 |
* | meson: relocate source file list | Thomas Heijligen | 2022-05-12 | 1 | -34/+34 |
* | meson: Treat warnings as errors | Anastasia Klimchuk | 2022-04-29 | 1 | -0/+1 |
* | meson: Add optimisation level s and disable debug in meson build | Anastasia Klimchuk | 2022-04-29 | 1 | -1/+5 |
* | Add -W options from Makefile into meson warning_flags | Anastasia Klimchuk | 2022-04-29 | 1 | -0/+2 |
* | Introduce an `include` directory for header files | Thomas Heijligen | 2022-04-29 | 1 | -3/+7 |
* | NEED_PCI: remove macro | Thomas Heijligen | 2022-04-13 | 1 | -1/+0 |
* | hwaccess: add endianness converting deserialization functions | Thomas Heijligen | 2022-04-13 | 1 | -0/+2 |
* | Endian conversion: move to platform.h and platform/endian*.c | Thomas Heijligen | 2022-04-12 | 1 | -2/+2 |
* | hwaccess: replace macros by C code | Thomas Heijligen | 2022-04-12 | 1 | -7/+9 |
* | hwaccess_x86_io: clean header concept | Thomas Heijligen | 2022-03-14 | 1 | -18/+0 |
* | flashchips,writeprotect_ranges: add range decoding function | Nikolai Artemiev | 2022-03-01 | 1 | -0/+1 |