| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Makefile: Rework NI-845x detection | Thomas Heijligen | 2021-12-22 | 2 | -65/+36 |
* | Makefile: Make pkg-config mandatory to find libftdi1 | Thomas Heijligen | 2021-12-22 | 3 | -59/+57 |
* | flashrom.8.tmpl: document W25Q128FV is emulated by dummyflasher | Sergii Dmytruk | 2021-12-17 | 1 | -0/+2 |
* | flashrom.8.tmpl: remove outdated warning about v1.0 | Sergii Dmytruk | 2021-12-17 | 1 | -5/+0 |
* | flashrom.c: Validate before allocate in verify_range() | Edward O'Callaghan | 2021-12-15 | 1 | -10/+8 |
* | flashchips: Add W25Q64JV | Simon Buhrow | 2021-12-09 | 2 | -0/+41 |
* | tests: Add init-shutdown test for raiden_debug_spi | Anastasia Klimchuk | 2021-11-29 | 6 | -5/+208 |
* | tests: Add wraps for __xstat/__fxstat variants of stat/fstat | Anastasia Klimchuk | 2021-11-17 | 2 | -0/+28 |
* | chipset_enable.c: Mark Intel Z390 as DEP | melvyn2 | 2021-11-17 | 1 | -1/+1 |
* | Add Tiger Lake U Premium support | Michał Żygowski | 2021-11-17 | 6 | -8/+92 |
* | tests: Rename flash context in chip tests to flashctx | Anastasia Klimchuk | 2021-11-08 | 1 | -22/+22 |
* | tests: Add tests to write on chip | Anastasia Klimchuk | 2021-11-08 | 4 | -0/+72 |
* | hwaccess.c: move function declarations from programmer.h to hwaccess.h | Thomas Heijligen | 2021-11-07 | 4 | -33/+34 |
* | Makefile: Move libftdi1 detection to hwlibs target | Thomas Heijligen | 2021-11-07 | 1 | -28/+24 |
* | Makefile: Move NI845X_SPI library detection to hwlibs target | Thomas Heijligen | 2021-11-07 | 1 | -16/+15 |
* | Makefile: Revise build options for Linux specific headers | Thomas Heijligen | 2021-11-07 | 5 | -82/+48 |
* | Makefile: Revise utsname and clock_gettime test | Thomas Heijligen | 2021-11-07 | 4 | -47/+31 |
* | Makefile: compiler target: separate fixed text and value by a colon | Thomas Heijligen | 2021-11-07 | 1 | -8/+6 |
* | flashrom.c: Delete obsolete comment | Simon Buhrow | 2021-11-07 | 1 | -1/+0 |
* | sb600spi: Cleanup spispeed and spireamode warnings | Rob Barnes | 2021-11-04 | 1 | -3/+3 |
* | Makefile: Revise C compiler check | Thomas Heijligen | 2021-11-01 | 3 | -15/+14 |
* | pony_spi: fix memory leak | Thomas Heijligen | 2021-11-01 | 1 | -0/+1 |
* | flashrom_tester: Use elogtool to list firmware eventlog | Jack Rosenthal | 2021-10-27 | 2 | -7/+7 |
* | Makefile: remove NEED_LIBUSB1 from FEATURE_CFLAGS | Thomas Heijligen | 2021-10-26 | 1 | -1/+0 |
* | Makefile: meson.build: remove unused CONFIG_I2C_SUPPORT | Thomas Heijligen | 2021-10-26 | 2 | -2/+0 |
* | Makefile, ich_descriptors_tool/Makefile: unify behavior | Thomas Heijligen | 2021-10-26 | 2 | -9/+8 |
* | Makefile: unify the use of filter | Thomas Heijligen | 2021-10-25 | 1 | -4/+4 |
* | tests: Fix fread wrap to return success by default | Anastasia Klimchuk | 2021-10-19 | 1 | -3/+3 |
* | tests: Add wrap for libusb_init and use it in dediprog test | Anastasia Klimchuk | 2021-10-18 | 4 | -0/+18 |
* | tests: Extract libusb wraps into separate file | Anastasia Klimchuk | 2021-10-18 | 3 | -46/+64 |
* | tests: Move current_io to io_mock.c be visible across tests | Anastasia Klimchuk | 2021-10-18 | 4 | -41/+66 |
* | tests: Move LOG_ME to include/tests.h to be available everywhere | Anastasia Klimchuk | 2021-10-18 | 2 | -3/+2 |
* | tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE | Anastasia Klimchuk | 2021-10-18 | 3 | -13/+23 |
* | hwaccess: replace flashrom specific macros by compiler defines | Thomas Heijligen | 2021-10-15 | 11 | -112/+19 |
* | buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macros | Thomas Heijligen | 2021-10-15 | 3 | -20/+37 |
* | buildsystem: handle the IS_WINDOWS macro | Thomas Heijligen | 2021-10-15 | 3 | -7/+12 |
* | platform.h: remove IS_LINUX and IS_MACOSX macros | Thomas Heijligen | 2021-10-15 | 2 | -12/+2 |
* | buildsystem: Determine the endianness only in the buildsystem | Thomas Heijligen | 2021-10-15 | 3 | -89/+14 |
* | Makefile: copy determination test for the endian to Makefile.d | Thomas Heijligen | 2021-10-15 | 3 | -8/+92 |
* | Makefile: move determination test for the architecture to Makefile.d | Thomas Heijligen | 2021-10-15 | 4 | -21/+54 |
* | Makefile: move determination test for OS to Makefile.d | Thomas Heijligen | 2021-10-15 | 5 | -12/+15 |
* | Makefile: move determination tests for target systems to one place | Thomas Heijligen | 2021-10-15 | 1 | -17/+9 |
* | serprog: Move content of programmer specific header to C file | Felix Singer | 2021-10-15 | 2 | -26/+26 |
* | gfxnvidia: Fix indents | Felix Singer | 2021-10-15 | 1 | -8/+8 |
* | Makefile: summarize systems with the same CPPFLAGS and LDFLAGS | Thomas Heijligen | 2021-10-14 | 1 | -14/+4 |
* | Makefile: use STRIP_ARGS = -s on all systems | Thomas Heijligen | 2021-10-14 | 1 | -4/+1 |
* | util: Add Nix shell file | Felix Singer | 2021-10-10 | 1 | -0/+16 |
* | raiden_debug_spi: Use new API to register shutdown function | Anastasia Klimchuk | 2021-10-10 | 1 | -4/+2 |
* | raiden_debug_spi: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-10-10 | 1 | -31/+31 |
* | raiden_debug_spi: Use spi data in configure_protocol | Anastasia Klimchuk | 2021-10-10 | 1 | -7/+5 |