| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | atavia: remove unused rget_io_perms() | Thomas Heijligen | 2022-01-10 | 1 | -1/+0 |
* | Makefile: list dependencies for RAW_MEM_ACCESS, X86_PORT_IO, X86_MSR | Thomas Heijligen | 2021-12-22 | 1 | -9/+48 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -1/+1 |
* | hwaccess physmap: move x86 msr related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -1/+1 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -7/+6 |
* | Makefile: Make pkg-config mandatory to find libusb1 | Thomas Heijligen | 2021-12-22 | 1 | -43/+19 |
* | Makefile: Make pkg-config mandatory to find libjaylink | Thomas Heijligen | 2021-12-22 | 1 | -30/+20 |
* | Makefile: Rework NI-845x detection | Thomas Heijligen | 2021-12-22 | 1 | -48/+36 |
* | Makefile: Make pkg-config mandatory to find libftdi1 | Thomas Heijligen | 2021-12-22 | 1 | -37/+39 |
* | 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 | 1 | -44/+22 |
* | Makefile: Revise utsname and clock_gettime test | Thomas Heijligen | 2021-11-07 | 1 | -22/+13 |
* | Makefile: compiler target: separate fixed text and value by a colon | Thomas Heijligen | 2021-11-07 | 1 | -8/+6 |
* | Makefile: Revise C compiler check | Thomas Heijligen | 2021-11-01 | 1 | -7/+6 |
* | 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 | 1 | -1/+0 |
* | Makefile, ich_descriptors_tool/Makefile: unify behavior | Thomas Heijligen | 2021-10-26 | 1 | -1/+1 |
* | Makefile: unify the use of filter | Thomas Heijligen | 2021-10-25 | 1 | -4/+4 |
* | buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macros | Thomas Heijligen | 2021-10-15 | 1 | -0/+19 |
* | buildsystem: handle the IS_WINDOWS macro | Thomas Heijligen | 2021-10-15 | 1 | -0/+6 |
* | buildsystem: Determine the endianness only in the buildsystem | Thomas Heijligen | 2021-10-15 | 1 | -0/+7 |
* | Makefile: copy determination test for the endian to Makefile.d | Thomas Heijligen | 2021-10-15 | 1 | -2/+3 |
* | Makefile: move determination test for the architecture to Makefile.d | Thomas Heijligen | 2021-10-15 | 1 | -7/+3 |
* | Makefile: move determination test for OS to Makefile.d | Thomas Heijligen | 2021-10-15 | 1 | -9/+4 |
* | Makefile: move determination tests for target systems to one place | Thomas Heijligen | 2021-10-15 | 1 | -17/+9 |
* | 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 |
* | Makefile: move functions and macros to own file | Thomas Heijligen | 2021-09-28 | 1 | -197/+2 |
* | custom_baud: move Linux specific code into own file | Thomas Heijligen | 2021-09-28 | 1 | -1/+6 |
* | mec1308: remove MEC1308 EC programmer | Victor Ding | 2021-09-22 | 1 | -13/+2 |
* | ene_lpc: remove ENE LPC programmer | Victor Ding | 2021-09-22 | 1 | -14/+3 |
* | ni845x_spi: handle PROGRAMFILES(X86) env var properly | Miklós Márton | 2021-08-27 | 1 | -2/+11 |
* | Makefile: Use dependency lists to generate NEED_<library> vars | Nico Huber | 2021-07-12 | 1 | -26/+4 |
* | Makefile: Enable bitbang_spi based on its dependency list | Nico Huber | 2021-07-12 | 1 | -17/+8 |
* | Makefile: Disable libusb/libpci programmers via dependency lists | Nico Huber | 2021-07-12 | 1 | -28/+13 |
* | Makefile: Deflate per-architecture handling of unsupported programmers | Nico Huber | 2021-07-12 | 1 | -132/+9 |
* | Makefile: Deflate handling of Linux-only programmers | Nico Huber | 2021-07-12 | 1 | -35/+6 |
* | Makefile: Deflate handling of unsupported programmers for libpayload | Nico Huber | 2021-07-12 | 1 | -70/+6 |
* | Makefile: Deflate handling of unsupported programmers for MinGW | Nico Huber | 2021-07-12 | 1 | -102/+7 |
* | Makefile: Deflate handling of unsupported programmers for DJGPP | Nico Huber | 2021-07-12 | 1 | -78/+6 |
* | Makefile: Add macro to disable unsupported programmers | Nico Huber | 2021-07-12 | 1 | -0/+7 |
* | Makefile: Gather lists of dependencies by feature/lib | Nico Huber | 2021-07-12 | 1 | -0/+49 |
* | Makefile: Move $(NEED_LIBFTDI) block to similar ones | Nico Huber | 2021-07-12 | 1 | -10/+10 |
* | Makefile: Move NI845X_SPI default to the other defaults | Nico Huber | 2021-07-12 | 1 | -3/+3 |
* | Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI" | Nico Huber | 2021-07-12 | 1 | -4/+0 |
* | Makefile: Turn x86-arch comments into `if` | Nico Huber | 2021-06-27 | 1 | -2/+4 |
* | CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum | Thomas Heijligen | 2021-06-10 | 1 | -7/+10 |
* | programmer_table: move array content to an own file | Thomas Heijligen | 2021-06-09 | 1 | -1/+1 |
* | Makefile: Only enable I2C programmers on Linux | Angel Pons | 2021-05-12 | 1 | -30/+10 |