summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-1/+1
* Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configsThomas Heijligen2022-04-291-13/+5
* Introduce an `include` directory for header filesThomas Heijligen2022-04-291-2/+4
* Drop STANDALONE modeThomas Heijligen2022-04-131-1/+0
* NEED_PCI: remove macroThomas Heijligen2022-04-131-1/+0
* hwaccess: add endianness converting deserialization functionsThomas Heijligen2022-04-131-1/+1
* Endian conversion: move to platform.h and platform/endian*.cThomas Heijligen2022-04-121-2/+3
* hwaccess: replace macros by C codeThomas Heijligen2022-04-121-1/+3
* hwaccess_x86_io: clean header conceptThomas Heijligen2022-03-141-19/+0
* Makefile: use HAS_ USE_ pattern for serial supportThomas Heijligen2022-03-141-10/+12
* Makefile: print version info as part of the config targetThomas Heijligen2022-03-121-3/+1
* Makefile: use libflashrom.a as input to build the flashrom executableThomas Heijligen2022-03-121-5/+5
* Makefile: add CONFIG_MEDIATEK_I2C_SPI to DEPENDS_ON_LINUX_I2CThomas Heijligen2022-03-121-0/+1
* Makefile: use the HAS_ USE_ scheme for linux i2c dependent programmerThomas Heijligen2022-03-121-2/+7
* flashchips,writeprotect_ranges: add range decoding functionNikolai Artemiev2022-03-011-1/+2
* Makefile: Rework the EXEC_SUFFIX determinationThomas Heijligen2022-02-231-2/+1
* Makefile: enable internal programmer for x86 and all linux platformsThomas Heijligen2022-02-211-12/+20
* Makefile: remove CPPFLAGS and LDFLAGS to default directoriesThomas Heijligen2022-02-161-15/+0
* Makefile: use pkg-config --libs --static for LDFLAGSThomas Heijligen2022-02-151-1/+0
* Makefile: check if librt is an external libraryThomas Heijligen2022-02-151-0/+4
* Add mediatek_i2c_spi interfaceNeill Corlett2022-02-011-0/+8
* Makefile: remove obsolete distclean targetThomas Heijligen2022-01-201-3/+0
* Makefile: rename FEATURE_CFLAGS to FEATURE_FLAGSThomas Heijligen2022-01-201-59/+59
* Makefile: merge compiler, hwlibs, features targets into config targetThomas Heijligen2022-01-201-25/+12
* Makefile: reorder make targetsThomas Heijligen2022-01-201-35/+36
* Makefile: clean up variablesThomas Heijligen2022-01-201-5/+4
* Makefile: Make pkg-config mandatory to find libpciThomas Heijligen2022-01-201-65/+37
* Makefile: replace RAW_ACCESS with RAW_MEM_ACCESS X86_MSR X86_PORT_IOThomas Heijligen2022-01-201-19/+19
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+1
* satasii: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* ogp_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* nicintel_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* nicintel_eeprom: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* nicintel: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* gfxnvidia: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* drkaiser: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* atavia: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* Makefile: list dependencies for RAW_MEM_ACCESS, X86_PORT_IO, X86_MSRThomas Heijligen2021-12-221-9/+48
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-1/+1
* hwaccess physmap: move x86 msr related code into own filesThomas Heijligen2021-12-221-1/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-7/+6
* Makefile: Make pkg-config mandatory to find libusb1Thomas Heijligen2021-12-221-43/+19
* Makefile: Make pkg-config mandatory to find libjaylinkThomas Heijligen2021-12-221-30/+20
* Makefile: Rework NI-845x detectionThomas Heijligen2021-12-221-48/+36
* Makefile: Make pkg-config mandatory to find libftdi1Thomas Heijligen2021-12-221-37/+39
* Makefile: Move libftdi1 detection to hwlibs targetThomas Heijligen2021-11-071-28/+24
* Makefile: Move NI845X_SPI library detection to hwlibs targetThomas Heijligen2021-11-071-16/+15
* Makefile: Revise build options for Linux specific headersThomas Heijligen2021-11-071-44/+22
* Makefile: Revise utsname and clock_gettime testThomas Heijligen2021-11-071-22/+13
* Makefile: compiler target: separate fixed text and value by a colonThomas Heijligen2021-11-071-8/+6